diff --git a/README.md b/README.md index 9255e3f3d53..f74773abf1e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You can install the PHP SDK with Composer by editing your `composer.json` file: { "minimum-stability": "RC", "require": { - "microsoft/microsoft-graph": "^2.0.0-RC26", + "microsoft/microsoft-graph": "^2.0.0-RC27", } } ``` @@ -17,7 +17,7 @@ OR ``` { "require": { - "microsoft/microsoft-graph": "^2.0.0-RC26", + "microsoft/microsoft-graph": "^2.0.0-RC27", "microsoft/microsoft-graph-core": "@RC" } } diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.php index 7f041d9984c..14623bd8899 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a browserSiteList object. This API is supported in the following national cloud deployments. + * Delete a browserSiteList object. This API is available in the following national cloud deployments. * @param BrowserSiteListItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?BrowserSiteListItemRequestBuilderDeleteRequestConfigurat } /** - * Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments. + * Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments. * @param BrowserSiteListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?BrowserSiteListItemRequestBuilderGetRequestConfiguration $r } /** - * Update the properties of a browserSiteList object. This API is supported in the following national cloud deployments. + * Update the properties of a browserSiteList object. This API is available in the following national cloud deployments. * @param BrowserSiteList $body The request body * @param BrowserSiteListItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(BrowserSiteList $body, ?BrowserSiteListItemRequestBuilderP } /** - * Delete a browserSiteList object. This API is supported in the following national cloud deployments. + * Delete a browserSiteList object. This API is available in the following national cloud deployments. * @param BrowserSiteListItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?BrowserSiteListItemRequestBuilderDel } /** - * Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments. + * Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments. * @param BrowserSiteListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?BrowserSiteListItemRequestBuilderGetReq } /** - * Update the properties of a browserSiteList object. This API is supported in the following national cloud deployments. + * Update the properties of a browserSiteList object. This API is available in the following national cloud deployments. * @param BrowserSiteList $body The request body * @param BrowserSiteListItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilderGetQueryParameters.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilderGetQueryParameters.php index 1c732342555..ec8ef1cc6fc 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is supported in the following national cloud deployments. + * Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments. */ class BrowserSiteListItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishPostRequestBody.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishPostRequestBody.php index 4110cc628be..e16e6ade2da 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishPostRequestBody.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishPostRequestBody.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Publi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -123,16 +123,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 07d81fce17f..a2b032d6f3a 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Publish the specified browserSiteList for devices to download. This API is supported in the following national cloud deployments. + * Publish the specified browserSiteList for devices to download. This API is available in the following national cloud deployments. * @param PublishPostRequestBody $body The request body * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(PublishPostRequestBody $body, ?PublishRequestBuilderPostReq } /** - * Publish the specified browserSiteList for devices to download. This API is supported in the following national cloud deployments. + * Publish the specified browserSiteList for devices to download. This API is available in the following national cloud deployments. * @param PublishPostRequestBody $body The request body * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.php index 12ddcf40a00..8bf5d21c4cb 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a browserSharedCookie from a browserSiteList. This API is supported in the following national cloud deployments. + * Delete a browserSharedCookie from a browserSiteList. This API is available in the following national cloud deployments. * @param BrowserSharedCookieItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?BrowserSharedCookieItemRequestBuilderDeleteRequestConfig } /** - * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is supported in the following national cloud deployments. + * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is available in the following national cloud deployments. * @param BrowserSharedCookieItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?BrowserSharedCookieItemRequestBuilderGetRequestConfiguratio } /** - * Update the properties of a browserSharedCookie object. This API is supported in the following national cloud deployments. + * Update the properties of a browserSharedCookie object. This API is available in the following national cloud deployments. * @param BrowserSharedCookie $body The request body * @param BrowserSharedCookieItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(BrowserSharedCookie $body, ?BrowserSharedCookieItemRequest } /** - * Delete a browserSharedCookie from a browserSiteList. This API is supported in the following national cloud deployments. + * Delete a browserSharedCookie from a browserSiteList. This API is available in the following national cloud deployments. * @param BrowserSharedCookieItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?BrowserSharedCookieItemRequestBuilde } /** - * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is supported in the following national cloud deployments. + * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is available in the following national cloud deployments. * @param BrowserSharedCookieItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?BrowserSharedCookieItemRequestBuilderGe } /** - * Update the properties of a browserSharedCookie object. This API is supported in the following national cloud deployments. + * Update the properties of a browserSharedCookie object. This API is available in the following national cloud deployments. * @param BrowserSharedCookie $body The request body * @param BrowserSharedCookieItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilderGetQueryParameters.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilderGetQueryParameters.php index 04bb47a26f9..dcc2ea09e1c 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is supported in the following national cloud deployments. + * Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is available in the following national cloud deployments. */ class BrowserSharedCookieItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.php index 07a262fbbc0..cfa83d27e76 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments. * @param SharedCookiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SharedCookiesRequestBuilderGetRequestConfiguration $request } /** - * Create a new browserSharedCookie object in a browserSiteList. This API is supported in the following national cloud deployments. + * Create a new browserSharedCookie object in a browserSiteList. This API is available in the following national cloud deployments. * @param BrowserSharedCookie $body The request body * @param SharedCookiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(BrowserSharedCookie $body, ?SharedCookiesRequestBuilderPost } /** - * Get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments. * @param SharedCookiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SharedCookiesRequestBuilderGetRequestCo } /** - * Create a new browserSharedCookie object in a browserSiteList. This API is supported in the following national cloud deployments. + * Create a new browserSharedCookie object in a browserSiteList. This API is available in the following national cloud deployments. * @param BrowserSharedCookie $body The request body * @param SharedCookiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilderGetQueryParameters.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilderGetQueryParameters.php index 1ac360fe768..a337fcd329f 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/SharedCookiesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the browserSharedCookie objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments. */ class SharedCookiesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilder.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilder.php index b7de523fb32..b7ddd604ee0 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilder.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a browserSite from a browserSiteList. This API is supported in the following national cloud deployments. + * Delete a browserSite from a browserSiteList. This API is available in the following national cloud deployments. * @param BrowserSiteItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?BrowserSiteItemRequestBuilderDeleteRequestConfiguration } /** - * Get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments. + * Get a browserSite that resides on a browserSiteList. This API is available in the following national cloud deployments. * @param BrowserSiteItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?BrowserSiteItemRequestBuilderGetRequestConfiguration $reque } /** - * Update the properties of a browserSite object. This API is supported in the following national cloud deployments. + * Update the properties of a browserSite object. This API is available in the following national cloud deployments. * @param BrowserSite $body The request body * @param BrowserSiteItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(BrowserSite $body, ?BrowserSiteItemRequestBuilderPatchRequ } /** - * Delete a browserSite from a browserSiteList. This API is supported in the following national cloud deployments. + * Delete a browserSite from a browserSiteList. This API is available in the following national cloud deployments. * @param BrowserSiteItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?BrowserSiteItemRequestBuilderDeleteR } /** - * Get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments. + * Get a browserSite that resides on a browserSiteList. This API is available in the following national cloud deployments. * @param BrowserSiteItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?BrowserSiteItemRequestBuilderGetRequest } /** - * Update the properties of a browserSite object. This API is supported in the following national cloud deployments. + * Update the properties of a browserSite object. This API is available in the following national cloud deployments. * @param BrowserSite $body The request body * @param BrowserSiteItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilderGetQueryParameters.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilderGetQueryParameters.php index ad1fee6ae30..59e71d2c44e 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/Item/BrowserSiteItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a browserSite that resides on a browserSiteList. This API is supported in the following national cloud deployments. + * Get a browserSite that resides on a browserSiteList. This API is available in the following national cloud deployments. */ class BrowserSiteItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.php index 37dd12a1e4f..55fa8bec7b3 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the browserSite objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the browserSite objects and their properties. This API is available in the following national cloud deployments. * @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SitesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new browserSite object in a browserSiteList. This API is supported in the following national cloud deployments. + * Create a new browserSite object in a browserSiteList. This API is available in the following national cloud deployments. * @param BrowserSite $body The request body * @param SitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(BrowserSite $body, ?SitesRequestBuilderPostRequestConfigura } /** - * Get a list of the browserSite objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the browserSite objects and their properties. This API is available in the following national cloud deployments. * @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SitesRequestBuilderGetRequestConfigurat } /** - * Create a new browserSite object in a browserSiteList. This API is supported in the following national cloud deployments. + * Create a new browserSite object in a browserSiteList. This API is available in the following national cloud deployments. * @param BrowserSite $body The request body * @param SitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilderGetQueryParameters.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilderGetQueryParameters.php index 092a22c3fad..a45443b0cb7 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Sites/SitesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the browserSite objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the browserSite objects and their properties. This API is available in the following national cloud deployments. */ class SitesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.php index f13a876f584..c7d1a8cc70d 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the browserSiteList objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the browserSiteList objects and their properties. This API is available in the following national cloud deployments. * @param SiteListsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SiteListsRequestBuilderGetRequestConfiguration $requestConf } /** - * Create a new browserSiteList object to support Internet Explorer mode. This API is supported in the following national cloud deployments. + * Create a new browserSiteList object to support Internet Explorer mode. This API is available in the following national cloud deployments. * @param BrowserSiteList $body The request body * @param SiteListsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(BrowserSiteList $body, ?SiteListsRequestBuilderPostRequestC } /** - * Get a list of the browserSiteList objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the browserSiteList objects and their properties. This API is available in the following national cloud deployments. * @param SiteListsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SiteListsRequestBuilderGetRequestConfig } /** - * Create a new browserSiteList object to support Internet Explorer mode. This API is supported in the following national cloud deployments. + * Create a new browserSiteList object to support Internet Explorer mode. This API is available in the following national cloud deployments. * @param BrowserSiteList $body The request body * @param SiteListsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilderGetQueryParameters.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilderGetQueryParameters.php index b5d6fc6cd1c..c4090405d30 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/SiteListsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the browserSiteList objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the browserSiteList objects and their properties. This API is available in the following national cloud deployments. */ class SiteListsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.php index 3df50abb3ef..ce5ef09ce0f 100644 --- a/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant. This API is supported in the following national cloud deployments. + * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant. This API is available in the following national cloud deployments. * @param HealthOverviewsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ServiceHealth $body, ?HealthOverviewsRequestBuilderPostRequ } /** - * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant. This API is supported in the following national cloud deployments. + * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant. This API is available in the following national cloud deployments. * @param HealthOverviewsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilderGetQueryParameters.php b/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilderGetQueryParameters.php index 236f16b535d..32bf4c4d36e 100644 --- a/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/HealthOverviewsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant. This API is supported in the following national cloud deployments. + * Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant. This API is available in the following national cloud deployments. */ class HealthOverviewsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilder.php index 14a940f994e..9f742196695 100644 --- a/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ServiceHealthItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant. This API is available in the following national cloud deployments. * @param ServiceHealthItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ServiceHealthItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant. This API is available in the following national cloud deployments. * @param ServiceHealthItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilderGetQueryParameters.php b/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilderGetQueryParameters.php index 6c1c589e9b8..e6dc4b5365c 100644 --- a/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/ServiceHealthItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant. This API is available in the following national cloud deployments. */ class ServiceHealthItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.php index e52dab14167..e936e7c430e 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant. This API is available in the following national cloud deployments. * @param IssuesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ServiceHealthIssue $body, ?IssuesRequestBuilderPostRequestC } /** - * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant. This API is available in the following national cloud deployments. * @param IssuesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilderGetQueryParameters.php b/src/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilderGetQueryParameters.php index 9caff8469c4..8473a721943 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/ServiceAnnouncement/Issues/IssuesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant. This API is available in the following national cloud deployments. */ class IssuesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilder.php index 0305c951473..aec0557f099 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ServiceHealthIssueItemRequestBuilderDeleteRequestConfigu } /** - * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant. This API is available in the following national cloud deployments. * @param ServiceHealthIssueItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ServiceHealthIssueItemRequestBuilder } /** - * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant. This API is available in the following national cloud deployments. * @param ServiceHealthIssueItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilderGetQueryParameters.php b/src/Generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilderGetQueryParameters.php index 252276cbdc0..33bc74890c7 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/ServiceAnnouncement/Issues/Item/ServiceHealthIssueItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant. This API is available in the following national cloud deployments. */ class ServiceHealthIssueItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostRequestBody.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostRequestBody.php index 43d8836020d..86aae0e36a2 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostRequestBody.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Archi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostResponse.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostResponse.php index 5b0927592bf..4af20f4050e 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostResponse.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchivePostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Archi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.php index 3aeeb3517bf..3b81f30b42f 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Archive a list of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments. + * Archive a list of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments. * @param ArchivePostRequestBody $body The request body * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostReq } /** - * Archive a list of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments. + * Archive a list of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments. * @param ArchivePostRequestBody $body The request body * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostRequestBody.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostRequestBody.php index 3f6298cec9d..817863db29d 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostRequestBody.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Favor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostResponse.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostResponse.php index f8861436a0a..887ee1db5e5 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostResponse.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoritePostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Favor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.php index c305740ffde..0f8f06a6836 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Change the status of a list of serviceUpdateMessages to favorite for the signed in user. This API is supported in the following national cloud deployments. + * Change the status of a list of serviceUpdateMessages to favorite for the signed in user. This API is available in the following national cloud deployments. * @param FavoritePostRequestBody $body The request body * @param FavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(FavoritePostRequestBody $body, ?FavoriteRequestBuilderPostR } /** - * Change the status of a list of serviceUpdateMessages to favorite for the signed in user. This API is supported in the following national cloud deployments. + * Change the status of a list of serviceUpdateMessages to favorite for the signed in user. This API is available in the following national cloud deployments. * @param FavoritePostRequestBody $body The request body * @param FavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.php index f76cf78a4f1..d3fee1a6357 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of attachments associated with a service message. This API is supported in the following national cloud deployments. + * Get the list of attachments associated with a service message. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ServiceAnnouncementAttachment $body, ?AttachmentsRequestBui } /** - * Get the list of attachments associated with a service message. This API is supported in the following national cloud deployments. + * Get the list of attachments associated with a service message. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index f777044a0f5..7c480d8cfbf 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of attachments associated with a service message. This API is supported in the following national cloud deployments. + * Get the list of attachments associated with a service message. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilder.php index 345c8adcd2e..235f62b3187 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ServiceAnnouncementAttachmentItemRequestBuilderDeleteReq } /** - * Read the properties and relationships of a serviceAnnouncementAttachment object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a serviceAnnouncementAttachment object. This API is available in the following national cloud deployments. * @param ServiceAnnouncementAttachmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ServiceAnnouncementAttachmentItemReq } /** - * Read the properties and relationships of a serviceAnnouncementAttachment object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a serviceAnnouncementAttachment object. This API is available in the following national cloud deployments. * @param ServiceAnnouncementAttachmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilderGetQueryParameters.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilderGetQueryParameters.php index b8559e08c92..a4866b712ab 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/Attachments/Item/ServiceAnnouncementAttachmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a serviceAnnouncementAttachment object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a serviceAnnouncementAttachment object. This API is available in the following national cloud deployments. */ class ServiceAnnouncementAttachmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilder.php index 07c84209593..a6ef8219ee1 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?ServiceUpdateMessageItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant. This API is available in the following national cloud deployments. * @param ServiceUpdateMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?ServiceUpdateMessageItemRequestBuild } /** - * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant. This API is available in the following national cloud deployments. * @param ServiceUpdateMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilderGetQueryParameters.php index fb6deb63670..f2d6a5076eb 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Item/ServiceUpdateMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant. This API is available in the following national cloud deployments. */ class ServiceUpdateMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostRequestBody.php b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostRequestBody.php index c3c4363e395..318b9355d65 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostRequestBody.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MarkR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostResponse.php b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostResponse.php index ef6857c4bce..55accbeffd8 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostResponse.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadPostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MarkR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.php index eb5546a882d..e096bce2c06 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a list of serviceUpdateMessages as read for the signed in user. This API is supported in the following national cloud deployments. + * Mark a list of serviceUpdateMessages as read for the signed in user. This API is available in the following national cloud deployments. * @param MarkReadPostRequestBody $body The request body * @param MarkReadRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(MarkReadPostRequestBody $body, ?MarkReadRequestBuilderPostR } /** - * Mark a list of serviceUpdateMessages as read for the signed in user. This API is supported in the following national cloud deployments. + * Mark a list of serviceUpdateMessages as read for the signed in user. This API is available in the following national cloud deployments. * @param MarkReadPostRequestBody $body The request body * @param MarkReadRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostRequestBody.php b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostRequestBody.php index 1960902f58e..83365cdc72f 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostRequestBody.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MarkU } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostResponse.php b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostResponse.php index 7acf2efd2b0..0033ed5f851 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostResponse.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadPostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MarkU } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.php index 3c0f1168567..5f1e341baf6 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a list of serviceUpdateMessages as unread for the signed in user. This API is supported in the following national cloud deployments. + * Mark a list of serviceUpdateMessages as unread for the signed in user. This API is available in the following national cloud deployments. * @param MarkUnreadPostRequestBody $body The request body * @param MarkUnreadRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(MarkUnreadPostRequestBody $body, ?MarkUnreadRequestBuilderP } /** - * Mark a list of serviceUpdateMessages as unread for the signed in user. This API is supported in the following national cloud deployments. + * Mark a list of serviceUpdateMessages as unread for the signed in user. This API is available in the following national cloud deployments. * @param MarkUnreadPostRequestBody $body The request body * @param MarkUnreadRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.php index 3f09e92c157..c018fa4b2b6 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilder.php @@ -101,7 +101,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant. This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0 Find more info here @@ -139,7 +139,7 @@ public function post(ServiceUpdateMessage $body, ?MessagesRequestBuilderPostRequ } /** - * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant. This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilderGetQueryParameters.php index 0496790ebde..b5773bab97c 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant. This API is supported in the following national cloud deployments. + * Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant. This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostRequestBody.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostRequestBody.php index 9a1389b0649..272b4eb1a21 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostRequestBody.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unarc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostResponse.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostResponse.php index e9465da8980..274386f6bb7 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostResponse.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchivePostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unarc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.php index f7981b12cd5..3b4b7022730 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unarchive a list of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments. + * Unarchive a list of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments. * @param UnarchivePostRequestBody $body The request body * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(UnarchivePostRequestBody $body, ?UnarchiveRequestBuilderPos } /** - * Unarchive a list of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments. + * Unarchive a list of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments. * @param UnarchivePostRequestBody $body The request body * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostRequestBody.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostRequestBody.php index 1a47efbf0d9..157867a18b8 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostRequestBody.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unfav } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostResponse.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostResponse.php index 87e0c560442..64baf598805 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostResponse.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoritePostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unfav } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.php index b8802e51c9c..1e3e70cf0db 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove the favorite status of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments. + * Remove the favorite status of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments. * @param UnfavoritePostRequestBody $body The request body * @param UnfavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(UnfavoritePostRequestBody $body, ?UnfavoriteRequestBuilderP } /** - * Remove the favorite status of serviceUpdateMessages for the signed in user. This API is supported in the following national cloud deployments. + * Remove the favorite status of serviceUpdateMessages for the signed in user. This API is available in the following national cloud deployments. * @param UnfavoritePostRequestBody $body The request body * @param UnfavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/Sharepoint/Settings/SettingsRequestBuilder.php b/src/Generated/Admin/Sharepoint/Settings/SettingsRequestBuilder.php index 52cc01eff67..44073e80e92 100644 --- a/src/Generated/Admin/Sharepoint/Settings/SettingsRequestBuilder.php +++ b/src/Generated/Admin/Sharepoint/Settings/SettingsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?SettingsRequestBuilderDeleteRequestConfiguration $reques } /** - * Get the tenant-level settings for SharePoint and OneDrive. This API is supported in the following national cloud deployments. + * Get the tenant-level settings for SharePoint and OneDrive. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?SettingsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update one or more tenant-level settings for SharePoint and OneDrive. This API is supported in the following national cloud deployments. + * Update one or more tenant-level settings for SharePoint and OneDrive. This API is available in the following national cloud deployments. * @param SharepointSettings $body The request body * @param SettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?SettingsRequestBuilderDeleteRequestC } /** - * Get the tenant-level settings for SharePoint and OneDrive. This API is supported in the following national cloud deployments. + * Get the tenant-level settings for SharePoint and OneDrive. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?SettingsRequestBuilderGetRequestConfigu } /** - * Update one or more tenant-level settings for SharePoint and OneDrive. This API is supported in the following national cloud deployments. + * Update one or more tenant-level settings for SharePoint and OneDrive. This API is available in the following national cloud deployments. * @param SharepointSettings $body The request body * @param SettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Admin/Sharepoint/Settings/SettingsRequestBuilderGetQueryParameters.php b/src/Generated/Admin/Sharepoint/Settings/SettingsRequestBuilderGetQueryParameters.php index 0e35c416b52..bb03d2e171a 100644 --- a/src/Generated/Admin/Sharepoint/Settings/SettingsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/Sharepoint/Settings/SettingsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the tenant-level settings for SharePoint and OneDrive. This API is supported in the following national cloud deployments. + * Get the tenant-level settings for SharePoint and OneDrive. This API is available in the following national cloud deployments. */ class SettingsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.php b/src/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.php index e70edcf9c9f..61d53366735 100644 --- a/src/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.php +++ b/src/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments. + * Get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments. * @param AcceptancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AgreementAcceptance $body, ?AcceptancesRequestBuilderPostRe } /** - * Get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments. + * Get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments. * @param AcceptancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilderGetQueryParameters.php b/src/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilderGetQueryParameters.php index 542e105c5f9..4c877290417 100644 --- a/src/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Agreements/Item/Acceptances/AcceptancesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments. + * Get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments. */ class AcceptancesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Agreements/Item/File/FileRequestBuilder.php b/src/Generated/Agreements/Item/File/FileRequestBuilder.php index 3b8ca575b80..5753e62d4a5 100644 --- a/src/Generated/Agreements/Item/File/FileRequestBuilder.php +++ b/src/Generated/Agreements/Item/File/FileRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?FileRequestBuilderDeleteRequestConfiguration $requestCon } /** - * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is supported in the following national cloud deployments. + * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is available in the following national cloud deployments. * @param FileRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?FileRequestBuilderDeleteRequestConfi } /** - * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is supported in the following national cloud deployments. + * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is available in the following national cloud deployments. * @param FileRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Agreements/Item/File/FileRequestBuilderGetQueryParameters.php b/src/Generated/Agreements/Item/File/FileRequestBuilderGetQueryParameters.php index f4e2795c4ee..1a959882f21 100644 --- a/src/Generated/Agreements/Item/File/FileRequestBuilderGetQueryParameters.php +++ b/src/Generated/Agreements/Item/File/FileRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is supported in the following national cloud deployments. + * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is available in the following national cloud deployments. */ class FileRequestBuilderGetQueryParameters { diff --git a/src/Generated/Agreements/Item/File/Localizations/LocalizationsRequestBuilder.php b/src/Generated/Agreements/Item/File/Localizations/LocalizationsRequestBuilder.php index e8243cfdc73..cf0622e7249 100644 --- a/src/Generated/Agreements/Item/File/Localizations/LocalizationsRequestBuilder.php +++ b/src/Generated/Agreements/Item/File/Localizations/LocalizationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the default and localized agreement files. This API is supported in the following national cloud deployments. + * Get a list of the default and localized agreement files. This API is available in the following national cloud deployments. * @param LocalizationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AgreementFileLocalization $body, ?LocalizationsRequestBuild } /** - * Get a list of the default and localized agreement files. This API is supported in the following national cloud deployments. + * Get a list of the default and localized agreement files. This API is available in the following national cloud deployments. * @param LocalizationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Agreements/Item/File/Localizations/LocalizationsRequestBuilderGetQueryParameters.php b/src/Generated/Agreements/Item/File/Localizations/LocalizationsRequestBuilderGetQueryParameters.php index 4bd3ece96a5..0e0b58bb715 100644 --- a/src/Generated/Agreements/Item/File/Localizations/LocalizationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Agreements/Item/File/Localizations/LocalizationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the default and localized agreement files. This API is supported in the following national cloud deployments. + * Get a list of the default and localized agreement files. This API is available in the following national cloud deployments. */ class LocalizationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Agreements/Item/Files/FilesRequestBuilder.php b/src/Generated/Agreements/Item/Files/FilesRequestBuilder.php index 2606e5f9496..e5b190e5314 100644 --- a/src/Generated/Agreements/Item/Files/FilesRequestBuilder.php +++ b/src/Generated/Agreements/Item/Files/FilesRequestBuilder.php @@ -71,7 +71,7 @@ public function get(?FilesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new localized agreement file. This API is supported in the following national cloud deployments. + * Create a new localized agreement file. This API is available in the following national cloud deployments. * @param AgreementFileLocalization $body The request body * @param FilesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -112,7 +112,7 @@ public function toGetRequestInformation(?FilesRequestBuilderGetRequestConfigurat } /** - * Create a new localized agreement file. This API is supported in the following national cloud deployments. + * Create a new localized agreement file. This API is available in the following national cloud deployments. * @param AgreementFileLocalization $body The request body * @param FilesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.php b/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.php index aa3c59227d1..c385ef10174 100644 --- a/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.php +++ b/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.php @@ -71,7 +71,7 @@ public function get(?AppDefinitionsRequestBuilderGetRequestConfiguration $reques } /** - * Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog). This API is supported in the following national cloud deployments. + * Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog). This API is available in the following national cloud deployments. * @param TeamsAppDefinition $body The request body * @param AppDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -112,7 +112,7 @@ public function toGetRequestInformation(?AppDefinitionsRequestBuilderGetRequestC } /** - * Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog). This API is supported in the following national cloud deployments. + * Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog). This API is available in the following national cloud deployments. * @param TeamsAppDefinition $body The request body * @param AppDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilder.php b/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilder.php index 943fd7a3489..31a5c9c0440 100644 --- a/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilder.php +++ b/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BotRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Get the bot associated with a specific definition of the TeamsApp. This API is supported in the following national cloud deployments. + * Get the bot associated with a specific definition of the TeamsApp. This API is available in the following national cloud deployments. * @param BotRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?BotRequestBuilderDeleteRequestConfig } /** - * Get the bot associated with a specific definition of the TeamsApp. This API is supported in the following national cloud deployments. + * Get the bot associated with a specific definition of the TeamsApp. This API is available in the following national cloud deployments. * @param BotRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilderGetQueryParameters.php b/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilderGetQueryParameters.php index 961f1b94058..632f64f1076 100644 --- a/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilderGetQueryParameters.php +++ b/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the bot associated with a specific definition of the TeamsApp. This API is supported in the following national cloud deployments. + * Get the bot associated with a specific definition of the TeamsApp. This API is available in the following national cloud deployments. */ class BotRequestBuilderGetQueryParameters { diff --git a/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/TeamsAppDefinitionItemRequestBuilder.php b/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/TeamsAppDefinitionItemRequestBuilder.php index 8a66f2cb625..dea313e9084 100644 --- a/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/TeamsAppDefinitionItemRequestBuilder.php +++ b/src/Generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/TeamsAppDefinitionItemRequestBuilder.php @@ -76,7 +76,7 @@ public function get(?TeamsAppDefinitionItemRequestBuilderGetRequestConfiguration } /** - * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. This API is supported in the following national cloud deployments. + * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. This API is available in the following national cloud deployments. * @param TeamsAppDefinition $body The request body * @param TeamsAppDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -134,7 +134,7 @@ public function toGetRequestInformation(?TeamsAppDefinitionItemRequestBuilderGet } /** - * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. This API is supported in the following national cloud deployments. + * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. This API is available in the following national cloud deployments. * @param TeamsAppDefinition $body The request body * @param TeamsAppDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/AppCatalogs/TeamsApps/Item/TeamsAppItemRequestBuilder.php b/src/Generated/AppCatalogs/TeamsApps/Item/TeamsAppItemRequestBuilder.php index deb9a954d37..5faa53b6f53 100644 --- a/src/Generated/AppCatalogs/TeamsApps/Item/TeamsAppItemRequestBuilder.php +++ b/src/Generated/AppCatalogs/TeamsApps/Item/TeamsAppItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. * @param TeamsAppItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0 Find more info here @@ -96,7 +96,7 @@ public function patch(TeamsApp $body, ?TeamsAppItemRequestBuilderPatchRequestCon } /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. * @param TeamsAppItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.php b/src/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.php index a94cde31100..18e04fcf474 100644 --- a/src/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.php +++ b/src/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store, as well as apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request. This API is supported in the following national cloud deployments. + * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store, as well as apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request. This API is available in the following national cloud deployments. * @param TeamsAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TeamsAppsRequestBuilderGetRequestConfiguration $requestConf } /** - * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. This API is supported in the following national cloud deployments. + * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. This API is available in the following national cloud deployments. * @param TeamsApp $body The request body * @param TeamsAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsApp $body, ?TeamsAppsRequestBuilderPostRequestConfigur } /** - * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store, as well as apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request. This API is supported in the following national cloud deployments. + * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store, as well as apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request. This API is available in the following national cloud deployments. * @param TeamsAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TeamsAppsRequestBuilderGetRequestConfig } /** - * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. This API is supported in the following national cloud deployments. + * Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. This API is available in the following national cloud deployments. * @param TeamsApp $body The request body * @param TeamsAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilderGetQueryParameters.php b/src/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilderGetQueryParameters.php index 14ea92250e4..6b8bf3cf771 100644 --- a/src/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilderGetQueryParameters.php +++ b/src/Generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store, as well as apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request. This API is supported in the following national cloud deployments. + * List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store, as well as apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request. This API is available in the following national cloud deployments. */ class TeamsAppsRequestBuilderGetQueryParameters { diff --git a/src/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.php b/src/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.php index 69fe0f5dcb7..08be05e7ea7 100644 --- a/src/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.php +++ b/src/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is supported in the following national cloud deployments. + * Retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is available in the following national cloud deployments. * @param ApplicationTemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?ApplicationTemplatesRequestBuilderGetRequestConfiguration $ } /** - * Retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is supported in the following national cloud deployments. + * Retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is available in the following national cloud deployments. * @param ApplicationTemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilderGetQueryParameters.php b/src/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilderGetQueryParameters.php index 3a15e1d039c..39f9b2b2a30 100644 --- a/src/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/ApplicationTemplates/ApplicationTemplatesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is supported in the following national cloud deployments. + * Retrieve a list of applicationTemplate objects from the Azure AD application gallery. This API is available in the following national cloud deployments. */ class ApplicationTemplatesRequestBuilderGetQueryParameters { diff --git a/src/Generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilder.php b/src/Generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilder.php index 832bb57a2c4..cc43bdb5121 100644 --- a/src/Generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilder.php +++ b/src/Generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties of an applicationTemplate object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an applicationTemplate object. This API is available in the following national cloud deployments. * @param ApplicationTemplateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?ApplicationTemplateItemRequestBuilderGetRequestConfiguratio } /** - * Retrieve the properties of an applicationTemplate object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an applicationTemplate object. This API is available in the following national cloud deployments. * @param ApplicationTemplateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilderGetQueryParameters.php b/src/Generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilderGetQueryParameters.php index 9f91b85b3e5..8b3d3bb8cf5 100644 --- a/src/Generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of an applicationTemplate object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an applicationTemplate object. This API is available in the following national cloud deployments. */ class ApplicationTemplateItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiatePostRequestBody.php b/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiatePostRequestBody.php index 58e0a0e4545..fadc8ac38d7 100644 --- a/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiatePostRequestBody.php +++ b/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiatePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Insta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.php b/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.php index 852583d3e51..9fd7e43a81b 100644 --- a/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.php +++ b/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add an instance of an application from the Azure AD application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the applicationTemplate object: 8adf8e6e-67b2-4cf2-a259-e3dc5476c621. This API is supported in the following national cloud deployments. + * Add an instance of an application from the Azure AD application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the applicationTemplate object: 8adf8e6e-67b2-4cf2-a259-e3dc5476c621. This API is available in the following national cloud deployments. * @param InstantiatePostRequestBody $body The request body * @param InstantiateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(InstantiatePostRequestBody $body, ?InstantiateRequestBuilde } /** - * Add an instance of an application from the Azure AD application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the applicationTemplate object: 8adf8e6e-67b2-4cf2-a259-e3dc5476c621. This API is supported in the following national cloud deployments. + * Add an instance of an application from the Azure AD application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the applicationTemplate object: 8adf8e6e-67b2-4cf2-a259-e3dc5476c621. This API is available in the following national cloud deployments. * @param InstantiatePostRequestBody $body The request body * @param InstantiateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/ApplicationsRequestBuilder.php b/src/Generated/Applications/ApplicationsRequestBuilder.php index eb49f4acdfd..738bbc0337a 100644 --- a/src/Generated/Applications/ApplicationsRequestBuilder.php +++ b/src/Generated/Applications/ApplicationsRequestBuilder.php @@ -85,7 +85,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of applications in this organization. This API is supported in the following national cloud deployments. + * Get the list of applications in this organization. This API is available in the following national cloud deployments. * @param ApplicationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0 Find more info here @@ -104,7 +104,7 @@ public function get(?ApplicationsRequestBuilderGetRequestConfiguration $requestC } /** - * Create a new application object. This API is supported in the following national cloud deployments. + * Create a new application object. This API is available in the following national cloud deployments. * @param Application $body The request body * @param ApplicationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -124,7 +124,7 @@ public function post(Application $body, ?ApplicationsRequestBuilderPostRequestCo } /** - * Get the list of applications in this organization. This API is supported in the following national cloud deployments. + * Get the list of applications in this organization. This API is available in the following national cloud deployments. * @param ApplicationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -145,7 +145,7 @@ public function toGetRequestInformation(?ApplicationsRequestBuilderGetRequestCon } /** - * Create a new application object. This API is supported in the following national cloud deployments. + * Create a new application object. This API is available in the following national cloud deployments. * @param Application $body The request body * @param ApplicationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/ApplicationsRequestBuilderGetQueryParameters.php b/src/Generated/Applications/ApplicationsRequestBuilderGetQueryParameters.php index bce318bf69e..8466058c2b6 100644 --- a/src/Generated/Applications/ApplicationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/ApplicationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of applications in this organization. This API is supported in the following national cloud deployments. + * Get the list of applications in this organization. This API is available in the following national cloud deployments. */ class ApplicationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index db89b9347a8..3cf7475a9eb 100644 --- a/src/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index c42e22594dd..02d2d095d8b 100644 --- a/src/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Applications/GetByIds/GetByIdsPostRequestBody.php index 61ce7fc2125..f22b7ddfddd 100644 --- a/src/Generated/Applications/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/Applications/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Applications/GetByIds/GetByIdsRequestBuilder.php index 5945c1a15dc..73bb8ed66fb 100644 --- a/src/Generated/Applications/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Applications/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/AddKey/AddKeyPostRequestBody.php b/src/Generated/Applications/Item/AddKey/AddKeyPostRequestBody.php index 9e9d81ee3d3..6d7a42549c5 100644 --- a/src/Generated/Applications/Item/AddKey/AddKeyPostRequestBody.php +++ b/src/Generated/Applications/Item/AddKey/AddKeyPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddKe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -118,16 +118,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.php b/src/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.php index 40c55cb9719..dcdafc2d8f4 100644 --- a/src/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.php +++ b/src/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add a key credential to an application. This method, along with removeKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Applications that don’t have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. You can use the Update application operation to perform an update instead. This API is supported in the following national cloud deployments. + * Add a key credential to an application. This method, along with removeKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Applications that don’t have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. You can use the Update application operation to perform an update instead. This API is available in the following national cloud deployments. * @param AddKeyPostRequestBody $body The request body * @param AddKeyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddKeyPostRequestBody $body, ?AddKeyRequestBuilderPostReque } /** - * Add a key credential to an application. This method, along with removeKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Applications that don’t have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. You can use the Update application operation to perform an update instead. This API is supported in the following national cloud deployments. + * Add a key credential to an application. This method, along with removeKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Applications that don’t have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. You can use the Update application operation to perform an update instead. This API is available in the following national cloud deployments. * @param AddKeyPostRequestBody $body The request body * @param AddKeyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/AddPassword/AddPasswordPostRequestBody.php b/src/Generated/Applications/Item/AddPassword/AddPasswordPostRequestBody.php index 1d6972f1a1f..a38daefd339 100644 --- a/src/Generated/Applications/Item/AddPassword/AddPasswordPostRequestBody.php +++ b/src/Generated/Applications/Item/AddPassword/AddPasswordPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.php b/src/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.php index 408e3975aa3..f26a351dc44 100644 --- a/src/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.php +++ b/src/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds a strong password or secret to an application. This API is supported in the following national cloud deployments. + * Adds a strong password or secret to an application. This API is available in the following national cloud deployments. * @param AddPasswordPostRequestBody $body The request body * @param AddPasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddPasswordPostRequestBody $body, ?AddPasswordRequestBuilde } /** - * Adds a strong password or secret to an application. This API is supported in the following national cloud deployments. + * Adds a strong password or secret to an application. This API is available in the following national cloud deployments. * @param AddPasswordPostRequestBody $body The request body * @param AddPasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilder.php b/src/Generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilder.php index 945de6c1356..d0dd31d7aef 100644 --- a/src/Generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. This API is supported in the following national cloud deployments. + * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. This API is supported in the following national cloud deployments. + * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index ade05e56ccb..74b768d9b58 100644 --- a/src/Generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. This API is supported in the following national cloud deployments. + * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.php b/src/Generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.php index dee58bbf1c2..56e70c11dcc 100644 --- a/src/Generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.php +++ b/src/Generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.php @@ -51,7 +51,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal. This API is supported in the following national cloud deployments. + * Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal. This API is supported in the following national cloud deployments. + * Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/ApplicationItemRequestBuilder.php b/src/Generated/Applications/Item/ApplicationItemRequestBuilder.php index abc691d0ac4..671c27de19f 100644 --- a/src/Generated/Applications/Item/ApplicationItemRequestBuilder.php +++ b/src/Generated/Applications/Item/ApplicationItemRequestBuilder.php @@ -200,7 +200,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This API is supported in the following national cloud deployments. + * Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This API is available in the following national cloud deployments. * @param ApplicationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0 Find more info here @@ -219,7 +219,7 @@ public function delete(?ApplicationItemRequestBuilderDeleteRequestConfiguration } /** - * Get the properties and relationships of an application object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an application object. This API is available in the following national cloud deployments. * @param ApplicationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0 Find more info here @@ -238,7 +238,7 @@ public function get(?ApplicationItemRequestBuilderGetRequestConfiguration $reque } /** - * Update the properties of an application object. This API is supported in the following national cloud deployments. + * Update the properties of an application object. This API is available in the following national cloud deployments. * @param Application $body The request body * @param ApplicationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -258,7 +258,7 @@ public function patch(Application $body, ?ApplicationItemRequestBuilderPatchRequ } /** - * Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This API is supported in the following national cloud deployments. + * Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This API is available in the following national cloud deployments. * @param ApplicationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -275,7 +275,7 @@ public function toDeleteRequestInformation(?ApplicationItemRequestBuilderDeleteR } /** - * Get the properties and relationships of an application object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an application object. This API is available in the following national cloud deployments. * @param ApplicationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -296,7 +296,7 @@ public function toGetRequestInformation(?ApplicationItemRequestBuilderGetRequest } /** - * Update the properties of an application object. This API is supported in the following national cloud deployments. + * Update the properties of an application object. This API is available in the following national cloud deployments. * @param Application $body The request body * @param ApplicationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/ApplicationItemRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/ApplicationItemRequestBuilderGetQueryParameters.php index 6a7b5e8a5b7..28b581acac5 100644 --- a/src/Generated/Applications/Item/ApplicationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/ApplicationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of an application object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an application object. This API is available in the following national cloud deployments. */ class ApplicationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index a9c4947b538..55356cb5b06 100644 --- a/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 6e5ea85b50a..dfcf804ebeb 100644 --- a/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index 7ba290831c1..392cc47de63 100644 --- a/src/Generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.php b/src/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.php index eca2cefe3f3..02233a4f82d 100644 --- a/src/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.php +++ b/src/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is supported in the following national cloud deployments. + * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is available in the following national cloud deployments. * @param ExtensionPropertiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ExtensionPropertiesRequestBuilderGetRequestConfiguration $r } /** - * Create a new directory extension definition, represented by an extensionProperty object. This API is supported in the following national cloud deployments. + * Create a new directory extension definition, represented by an extensionProperty object. This API is available in the following national cloud deployments. * @param ExtensionProperty $body The request body * @param ExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ExtensionProperty $body, ?ExtensionPropertiesRequestBuilder } /** - * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is supported in the following national cloud deployments. + * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is available in the following national cloud deployments. * @param ExtensionPropertiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ExtensionPropertiesRequestBuilderGetReq } /** - * Create a new directory extension definition, represented by an extensionProperty object. This API is supported in the following national cloud deployments. + * Create a new directory extension definition, represented by an extensionProperty object. This API is available in the following national cloud deployments. * @param ExtensionProperty $body The request body * @param ExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilderGetQueryParameters.php index f67b8f955bd..8ac161942ec 100644 --- a/src/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is supported in the following national cloud deployments. + * Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. This API is available in the following national cloud deployments. */ class ExtensionPropertiesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilder.php b/src/Generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilder.php index b31de3b945b..dfaf7b896dc 100644 --- a/src/Generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilder.php +++ b/src/Generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD). This API is supported in the following national cloud deployments. + * Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD). This API is available in the following national cloud deployments. * @param ExtensionPropertyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ExtensionPropertyItemRequestBuilderDeleteRequestConfigur } /** - * Read a directory extension definition represented by an extensionProperty object. This API is supported in the following national cloud deployments. + * Read a directory extension definition represented by an extensionProperty object. This API is available in the following national cloud deployments. * @param ExtensionPropertyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(ExtensionProperty $body, ?ExtensionPropertyItemRequestBuil } /** - * Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD). This API is supported in the following national cloud deployments. + * Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD). This API is available in the following national cloud deployments. * @param ExtensionPropertyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ExtensionPropertyItemRequestBuilderD } /** - * Read a directory extension definition represented by an extensionProperty object. This API is supported in the following national cloud deployments. + * Read a directory extension definition represented by an extensionProperty object. This API is available in the following national cloud deployments. * @param ExtensionPropertyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilderGetQueryParameters.php index 54614b1f2e5..12a96c38fec 100644 --- a/src/Generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read a directory extension definition represented by an extensionProperty object. This API is supported in the following national cloud deployments. + * Read a directory extension definition represented by an extensionProperty object. This API is available in the following national cloud deployments. */ class ExtensionPropertyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.php b/src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.php index a9ceeb4ca6b..090c0c9a246 100644 --- a/src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.php +++ b/src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the federatedIdentityCredential objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the federatedIdentityCredential objects and their properties. This API is available in the following national cloud deployments. * @param FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?FederatedIdentityCredentialsRequestBuilderGetRequestConfigu } /** - * Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Azure AD application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application. This API is supported in the following national cloud deployments. + * Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Azure AD application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application. This API is available in the following national cloud deployments. * @param FederatedIdentityCredential $body The request body * @param FederatedIdentityCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(FederatedIdentityCredential $body, ?FederatedIdentityCreden } /** - * Get a list of the federatedIdentityCredential objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the federatedIdentityCredential objects and their properties. This API is available in the following national cloud deployments. * @param FederatedIdentityCredentialsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?FederatedIdentityCredentialsRequestBuil } /** - * Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Azure AD application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application. This API is supported in the following national cloud deployments. + * Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Azure AD application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application. This API is available in the following national cloud deployments. * @param FederatedIdentityCredential $body The request body * @param FederatedIdentityCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilderGetQueryParameters.php index 75d3d3faaf1..5aff1119dc4 100644 --- a/src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the federatedIdentityCredential objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the federatedIdentityCredential objects and their properties. This API is available in the following national cloud deployments. */ class FederatedIdentityCredentialsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.php b/src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.php index b6216abc865..759dfbca138 100644 --- a/src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.php +++ b/src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a federatedIdentityCredential object from an application. This API is supported in the following national cloud deployments. + * Delete a federatedIdentityCredential object from an application. This API is available in the following national cloud deployments. * @param FederatedIdentityCredentialItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?FederatedIdentityCredentialItemRequestBuilderDeleteReque } /** - * Read the properties and relationships of a federatedIdentityCredential object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a federatedIdentityCredential object. This API is available in the following national cloud deployments. * @param FederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?FederatedIdentityCredentialItemRequestBuilderGetRequestConf } /** - * Update the properties of a federatedIdentityCredential object. This API is supported in the following national cloud deployments. + * Update the properties of a federatedIdentityCredential object. This API is available in the following national cloud deployments. * @param FederatedIdentityCredential $body The request body * @param FederatedIdentityCredentialItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(FederatedIdentityCredential $body, ?FederatedIdentityCrede } /** - * Delete a federatedIdentityCredential object from an application. This API is supported in the following national cloud deployments. + * Delete a federatedIdentityCredential object from an application. This API is available in the following national cloud deployments. * @param FederatedIdentityCredentialItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?FederatedIdentityCredentialItemReque } /** - * Read the properties and relationships of a federatedIdentityCredential object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a federatedIdentityCredential object. This API is available in the following national cloud deployments. * @param FederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?FederatedIdentityCredentialItemRequestB } /** - * Update the properties of a federatedIdentityCredential object. This API is supported in the following national cloud deployments. + * Update the properties of a federatedIdentityCredential object. This API is available in the following national cloud deployments. * @param FederatedIdentityCredential $body The request body * @param FederatedIdentityCredentialItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilderGetQueryParameters.php index a6f461857a5..cdccaf14fcb 100644 --- a/src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a federatedIdentityCredential object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a federatedIdentityCredential object. This API is available in the following national cloud deployments. */ class FederatedIdentityCredentialItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index cc96bc32b52..0740dfbae52 100644 --- a/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 595924b2f9b..1e81df013ca 100644 --- a/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index 5ed63315a02..38ed2572cdf 100644 --- a/src/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index f647146cc9f..f9e680684a1 100644 --- a/src/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/Owners/Item/Ref/RefRequestBuilder.php b/src/Generated/Applications/Item/Owners/Item/Ref/RefRequestBuilder.php index 5192380b18a..5f306a80d02 100644 --- a/src/Generated/Applications/Item/Owners/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Applications/Item/Owners/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an owner from an application. As a recommended best practice, apps should have at least two owners. This API is supported in the following national cloud deployments. + * Remove an owner from an application. As a recommended best practice, apps should have at least two owners. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove an owner from an application. As a recommended best practice, apps should have at least two owners. This API is supported in the following national cloud deployments. + * Remove an owner from an application. As a recommended best practice, apps should have at least two owners. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Applications/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 1fc447ab3a5..aa578940284 100644 --- a/src/Generated/Applications/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Applications/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove an owner from an application. As a recommended best practice, apps should have at least two owners. This API is supported in the following national cloud deployments. + * Remove an owner from an application. As a recommended best practice, apps should have at least two owners. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Applications/Item/Owners/Ref/RefRequestBuilder.php b/src/Generated/Applications/Item/Owners/Ref/RefRequestBuilder.php index 53d6f439901..9b899e3195c 100644 --- a/src/Generated/Applications/Item/Owners/Ref/RefRequestBuilder.php +++ b/src/Generated/Applications/Item/Owners/Ref/RefRequestBuilder.php @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add an owner to an application by posting to the owners collection. This API is supported in the following national cloud deployments. + * Add an owner to an application by posting to the owners collection. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add an owner to an application by posting to the owners collection. This API is supported in the following national cloud deployments. + * Add an owner to an application by posting to the owners collection. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/RemoveKey/RemoveKeyPostRequestBody.php b/src/Generated/Applications/Item/RemoveKey/RemoveKeyPostRequestBody.php index 2dc1c2bbac4..65048155ebd 100644 --- a/src/Generated/Applications/Item/RemoveKey/RemoveKeyPostRequestBody.php +++ b/src/Generated/Applications/Item/RemoveKey/RemoveKeyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.php b/src/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.php index 10d3885094b..1a81621d94e 100644 --- a/src/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.php +++ b/src/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a key credential from an application. This method along with addKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. This API is supported in the following national cloud deployments. + * Remove a key credential from an application. This method along with addKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. This API is available in the following national cloud deployments. * @param RemoveKeyPostRequestBody $body The request body * @param RemoveKeyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(RemoveKeyPostRequestBody $body, ?RemoveKeyRequestBuilderPos } /** - * Remove a key credential from an application. This method along with addKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. This API is supported in the following national cloud deployments. + * Remove a key credential from an application. This method along with addKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. This API is available in the following national cloud deployments. * @param RemoveKeyPostRequestBody $body The request body * @param RemoveKeyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/RemovePassword/RemovePasswordPostRequestBody.php b/src/Generated/Applications/Item/RemovePassword/RemovePasswordPostRequestBody.php index 2ff8bfd3316..d2c6a05f1a9 100644 --- a/src/Generated/Applications/Item/RemovePassword/RemovePasswordPostRequestBody.php +++ b/src/Generated/Applications/Item/RemovePassword/RemovePasswordPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.php b/src/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.php index ae1fd3a86f5..f2cb2f577ca 100644 --- a/src/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.php +++ b/src/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a password from an application. This API is supported in the following national cloud deployments. + * Remove a password from an application. This API is available in the following national cloud deployments. * @param RemovePasswordPostRequestBody $body The request body * @param RemovePasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(RemovePasswordPostRequestBody $body, ?RemovePasswordRequest } /** - * Remove a password from an application. This API is supported in the following national cloud deployments. + * Remove a password from an application. This API is available in the following national cloud deployments. * @param RemovePasswordPostRequestBody $body The request body * @param RemovePasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Applications/Item/Restore/RestoreRequestBuilder.php index e5aa882e224..04c1f5f61b9 100644 --- a/src/Generated/Applications/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Applications/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherPostRequestBody.php b/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherPostRequestBody.php index 034f365cb37..f0802b4755a 100644 --- a/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherPostRequestBody.php +++ b/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetVe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.php b/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.php index 77514b39567..5f894703d87 100644 --- a/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.php +++ b/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Set the verifiedPublisher on an application. For more information, including prerequisites to setting a verified publisher, see Publisher verification. This API is supported in the following national cloud deployments. + * Set the verifiedPublisher on an application. For more information, including prerequisites to setting a verified publisher, see Publisher verification. This API is available in the following national cloud deployments. * @param SetVerifiedPublisherPostRequestBody $body The request body * @param SetVerifiedPublisherRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetVerifiedPublisherPostRequestBody $body, ?SetVerifiedPubl } /** - * Set the verifiedPublisher on an application. For more information, including prerequisites to setting a verified publisher, see Publisher verification. This API is supported in the following national cloud deployments. + * Set the verifiedPublisher on an application. For more information, including prerequisites to setting a verified publisher, see Publisher verification. This API is available in the following national cloud deployments. * @param SetVerifiedPublisherPostRequestBody $body The request body * @param SetVerifiedPublisherRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.php b/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.php index 28d3b663bcb..82adb26f3ba 100644 --- a/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.php +++ b/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acqui } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php index 8d3cd3041a8..d1c47820514 100644 --- a/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Acquire an OAuth access token to authorize the Azure AD provisioning service to provision users into an application. This API is supported in the following national cloud deployments. + * Acquire an OAuth access token to authorize the Azure AD provisioning service to provision users into an application. This API is available in the following national cloud deployments. * @param AcquireAccessTokenPostRequestBody $body The request body * @param AcquireAccessTokenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcquireAccessTokenPostRequestBody $body, ?AcquireAccessToke } /** - * Acquire an OAuth access token to authorize the Azure AD provisioning service to provision users into an application. This API is supported in the following national cloud deployments. + * Acquire an OAuth access token to authorize the Azure AD provisioning service to provision users into an application. This API is available in the following national cloud deployments. * @param AcquireAccessTokenPostRequestBody $body The request body * @param AcquireAccessTokenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation 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 6aefba915dd..afb171fb795 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. This API is supported in the following national cloud deployments. + * Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. This API is available in the following national cloud deployments. * @param PauseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?PauseRequestBuilderPostRequestConfiguration $requestConfig } /** - * Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. This API is supported in the following national cloud deployments. + * Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. This API is available in the following national cloud deployments. * @param PauseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.php index 9d9f018b1cb..b5a9711a1be 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Provi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 0f641f74618..39a2a8becf1 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. This API is supported in the following national cloud deployments. + * Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. This API is available in the following national cloud deployments. * @param ProvisionOnDemandPostRequestBody $body The request body * @param ProvisionOnDemandRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(ProvisionOnDemandPostRequestBody $body, ?ProvisionOnDemandR } /** - * Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. This API is supported in the following national cloud deployments. + * Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. This API is available in the following national cloud deployments. * @param ProvisionOnDemandPostRequestBody $body The request body * @param ProvisionOnDemandRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.php index 81843c33fda..f10e71c50d4 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 344aab39ee1..e70ac5397bd 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. This API is supported in the following national cloud deployments. + * Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. This API is available in the following national cloud deployments. * @param RestartPostRequestBody $body The request body * @param RestartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(RestartPostRequestBody $body, ?RestartRequestBuilderPostReq } /** - * Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. This API is supported in the following national cloud deployments. + * Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. This API is available in the following national cloud deployments. * @param RestartPostRequestBody $body The request body * @param RestartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation 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 8aaa811f2a4..d041280d7f7 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments. + * Discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments. * @param DiscoverRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?DiscoverRequestBuilderPostRequestConfiguration $requestCon } /** - * Discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments. + * Discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments. * @param DiscoverRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php index 343ae013187..7014bbd14db 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Parse } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -118,16 +118,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 4280ab794cc..4a423f5a7b8 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is supported in the following national cloud deployments. + * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is available in the following national cloud deployments. * @param ParseExpressionPostRequestBody $body The request body * @param ParseExpressionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(ParseExpressionPostRequestBody $body, ?ParseExpressionReque } /** - * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is supported in the following national cloud deployments. + * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is available in the following national cloud deployments. * @param ParseExpressionPostRequestBody $body The request body * @param ParseExpressionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.php index 8c24891042a..b56cb2e1641 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?SchemaRequestBuilderDeleteRequestConfiguration $requestC } /** - * Retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments. + * Retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments. * @param SchemaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0 Find more info here @@ -138,7 +138,7 @@ public function toDeleteRequestInformation(?SchemaRequestBuilderDeleteRequestCon } /** - * Retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments. + * Retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments. * @param SchemaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilderGetQueryParameters.php index 59ef1a556c6..169f7fe532a 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments. + * Retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments. */ class SchemaRequestBuilderGetQueryParameters { 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 4f31390fe48..a9af3b5dcf8 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. This API is supported in the following national cloud deployments. + * Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. This API is available in the following national cloud deployments. * @param StartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?StartRequestBuilderPostRequestConfiguration $requestConfig } /** - * Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. This API is supported in the following national cloud deployments. + * Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. This API is available in the following national cloud deployments. * @param StartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.php index b6884f72b84..288cace41c3 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.php @@ -80,7 +80,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. This API is supported in the following national cloud deployments. + * Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. This API is available in the following national cloud deployments. * @param SynchronizationJobItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function delete(?SynchronizationJobItemRequestBuilderDeleteRequestConfigu } /** - * Retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments. + * Retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments. * @param SynchronizationJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function patch(SynchronizationJob $body, ?SynchronizationJobItemRequestBu } /** - * Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. This API is supported in the following national cloud deployments. + * Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. This API is available in the following national cloud deployments. * @param SynchronizationJobItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?SynchronizationJobItemRequestBuilder } /** - * Retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments. + * Retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments. * @param SynchronizationJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilderGetQueryParameters.php index 35b08f2e868..004c46a19c4 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments. + * Retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments. */ class SynchronizationJobItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.php index 33d4925d514..e53eebc7bc6 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -62,7 +62,7 @@ public function getApplicationIdentifier(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -134,8 +134,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -150,8 +150,8 @@ public function setApplicationIdentifier(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 231e88a086d..84a84e44ae5 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that the credentials are valid in the tenant. This API is supported in the following national cloud deployments. + * Validate that the credentials are valid in the tenant. This API is available in the following national cloud deployments. * @param ValidateCredentialsPostRequestBody $body The request body * @param ValidateCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidateCredentialsPostRequestBody $body, ?ValidateCredenti } /** - * Validate that the credentials are valid in the tenant. This API is supported in the following national cloud deployments. + * Validate that the credentials are valid in the tenant. This API is available in the following national cloud deployments. * @param ValidateCredentialsPostRequestBody $body The request body * @param ValidateCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.php index 26cde2f760c..8345814a3b9 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments. + * List existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments. * @param JobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?JobsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. This API is supported in the following national cloud deployments. + * Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. This API is available in the following national cloud deployments. * @param SynchronizationJob $body The request body * @param JobsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(SynchronizationJob $body, ?JobsRequestBuilderPostRequestCon } /** - * List existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments. + * List existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments. * @param JobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?JobsRequestBuilderGetRequestConfigurati } /** - * Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. This API is supported in the following national cloud deployments. + * Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. This API is available in the following national cloud deployments. * @param SynchronizationJob $body The request body * @param JobsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilderGetQueryParameters.php index af89a977bb1..2627c8a1b57 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments. + * List existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments. */ class JobsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.php b/src/Generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.php index 98f2841ed96..9611f4f19ef 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -62,7 +62,7 @@ public function getApplicationIdentifier(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -134,8 +134,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -150,8 +150,8 @@ public function setApplicationIdentifier(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 77694fd20b6..a763ec08750 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments. + * Discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments. * @param DiscoverRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?DiscoverRequestBuilderPostRequestConfiguration $requestCon } /** - * Discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments. + * Discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments. * @param DiscoverRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php b/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php index eca331c2078..b56ebeced5e 100644 --- a/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php +++ b/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Parse } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -118,16 +118,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 f944fc0aa51..08d290b6c8d 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is supported in the following national cloud deployments. + * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is available in the following national cloud deployments. * @param ParseExpressionPostRequestBody $body The request body * @param ParseExpressionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(ParseExpressionPostRequestBody $body, ?ParseExpressionReque } /** - * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is supported in the following national cloud deployments. + * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is available in the following national cloud deployments. * @param ParseExpressionPostRequestBody $body The request body * @param ParseExpressionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.php index dc2f220ae93..2bc4288b6f4 100644 --- a/src/Generated/Applications/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.php @@ -76,7 +76,7 @@ public function get(?SynchronizationTemplateItemRequestBuilderGetRequestConfigur } /** - * Update (override) the synchronization template associated with a given application. This API is supported in the following national cloud deployments. + * Update (override) the synchronization template associated with a given application. This API is available in the following national cloud deployments. * @param SynchronizationTemplate $body The request body * @param SynchronizationTemplateItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -134,7 +134,7 @@ public function toGetRequestInformation(?SynchronizationTemplateItemRequestBuild } /** - * Update (override) the synchronization template associated with a given application. This API is supported in the following national cloud deployments. + * Update (override) the synchronization template associated with a given application. This API is available in the following national cloud deployments. * @param SynchronizationTemplate $body The request body * @param SynchronizationTemplateItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.php index f83948373e2..e39dfbba062 100644 --- a/src/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments. + * List the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments. * @param TemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SynchronizationTemplate $body, ?TemplatesRequestBuilderPost } /** - * List the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments. + * List the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments. * @param TemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilderGetQueryParameters.php index 335f99056de..7eddcffbf6a 100644 --- a/src/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments. + * List the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments. */ class TemplatesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilder.php b/src/Generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilder.php index 428b384cb2f..c18c2a29836 100644 --- a/src/Generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a tokenIssuancePolicy from an application. This API is supported in the following national cloud deployments. + * Remove a tokenIssuancePolicy from an application. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a tokenIssuancePolicy from an application. This API is supported in the following national cloud deployments. + * Remove a tokenIssuancePolicy from an application. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 60d6ed35edc..576a59e02ea 100644 --- a/src/Generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a tokenIssuancePolicy from an application. This API is supported in the following national cloud deployments. + * Remove a tokenIssuancePolicy from an application. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.php b/src/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.php index 01a45ea55c1..2d17aadb565 100644 --- a/src/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.php +++ b/src/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Assign a tokenIssuancePolicy to an application. This API is supported in the following national cloud deployments. + * Assign a tokenIssuancePolicy to an application. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * List the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Assign a tokenIssuancePolicy to an application. This API is supported in the following national cloud deployments. + * Assign a tokenIssuancePolicy to an application. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilderGetQueryParameters.php index bcbc962b9e9..a3679a7b029 100644 --- a/src/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.php b/src/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.php index 81461cf12ce..90bf03c5253 100644 --- a/src/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.php +++ b/src/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments. * @param TokenIssuancePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?TokenIssuancePoliciesRequestBuilderGetRequestConfiguration } /** - * List the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments. * @param TokenIssuancePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilderGetQueryParameters.php index ae0cc665e97..e9c7f578602 100644 --- a/src/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the tokenIssuancePolicy objects that are assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenIssuancePolicy objects that are assigned to an application. This API is available in the following national cloud deployments. */ class TokenIssuancePoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilder.php b/src/Generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilder.php index b2f9eee5b99..cfb9abf3fc7 100644 --- a/src/Generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a tokenLifetimePolicy from an application. This API is supported in the following national cloud deployments. + * Remove a tokenLifetimePolicy from an application. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a tokenLifetimePolicy from an application. This API is supported in the following national cloud deployments. + * Remove a tokenLifetimePolicy from an application. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index fd7a7e4f4eb..898d0709e99 100644 --- a/src/Generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a tokenLifetimePolicy from an application. This API is supported in the following national cloud deployments. + * Remove a tokenLifetimePolicy from an application. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.php b/src/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.php index 85c05818f78..c21b5cad919 100644 --- a/src/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.php +++ b/src/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application. This API is supported in the following national cloud deployments. + * Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application. This API is supported in the following national cloud deployments. + * Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilderGetQueryParameters.php index 082dfd24842..9c283803342 100644 --- a/src/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.php b/src/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.php index e9afbc30b4e..326b59cb475 100644 --- a/src/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.php +++ b/src/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is available in the following national cloud deployments. * @param TokenLifetimePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?TokenLifetimePoliciesRequestBuilderGetRequestConfiguration } /** - * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is available in the following national cloud deployments. * @param TokenLifetimePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilderGetQueryParameters.php index f679f7bccca..a2f0dcd564d 100644 --- a/src/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is supported in the following national cloud deployments. + * List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. This API is available in the following national cloud deployments. */ class TokenLifetimePoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.php b/src/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.php index 0640c274793..f40991032a7 100644 --- a/src/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.php +++ b/src/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. For more information, see Publisher verification. This API is supported in the following national cloud deployments. + * Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. For more information, see Publisher verification. This API is available in the following national cloud deployments. * @param UnsetVerifiedPublisherRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnsetVerifiedPublisherRequestBuilderPostRequestConfigurati } /** - * Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. For more information, see Publisher verification. This API is supported in the following national cloud deployments. + * Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. For more information, see Publisher verification. This API is available in the following national cloud deployments. * @param UnsetVerifiedPublisherRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Applications/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Applications/ValidateProperties/ValidatePropertiesPostRequestBody.php index 497fd68a116..b0b247f22ee 100644 --- a/src/Generated/Applications/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/Applications/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.php index 3427956a132..20d4e6252b8 100644 --- a/src/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilder.php b/src/Generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilder.php index 5093a481a40..5cd0919fab2 100644 --- a/src/Generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilder.php +++ b/src/Generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilder.php @@ -35,7 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This API is supported in the following national cloud deployments. + * Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This API is available in the following national cloud deployments. * @param ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0 Find more info here @@ -54,7 +54,7 @@ public function delete(?ApplicationsWithAppIdRequestBuilderDeleteRequestConfigur } /** - * Get the properties and relationships of an application object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an application object. This API is available in the following national cloud deployments. * @param ApplicationsWithAppIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0 Find more info here @@ -73,7 +73,7 @@ public function get(?ApplicationsWithAppIdRequestBuilderGetRequestConfiguration } /** - * Update the properties of an application object. This API is supported in the following national cloud deployments. + * Update the properties of an application object. This API is available in the following national cloud deployments. * @param Application $body The request body * @param ApplicationsWithAppIdRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -93,7 +93,7 @@ public function patch(Application $body, ?ApplicationsWithAppIdRequestBuilderPat } /** - * Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This API is supported in the following national cloud deployments. + * Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This API is available in the following national cloud deployments. * @param ApplicationsWithAppIdRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -110,7 +110,7 @@ public function toDeleteRequestInformation(?ApplicationsWithAppIdRequestBuilderD } /** - * Get the properties and relationships of an application object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an application object. This API is available in the following national cloud deployments. * @param ApplicationsWithAppIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toGetRequestInformation(?ApplicationsWithAppIdRequestBuilderGetR } /** - * Update the properties of an application object. This API is supported in the following national cloud deployments. + * Update the properties of an application object. This API is available in the following national cloud deployments. * @param Application $body The request body * @param ApplicationsWithAppIdRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilderGetQueryParameters.php b/src/Generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilderGetQueryParameters.php index 5acdfcdceac..67551f69d29 100644 --- a/src/Generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilderGetQueryParameters.php +++ b/src/Generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of an application object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an application object. This API is available in the following national cloud deployments. */ class ApplicationsWithAppIdRequestBuilderGetQueryParameters { diff --git a/src/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.php b/src/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.php index 9d6b604c8f1..7a2dce7a65c 100644 --- a/src/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.php +++ b/src/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of audit logs generated by Azure Active Directory (Azure AD). This includes audit logs generated by various services within Azure AD, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on. This API is supported in the following national cloud deployments. + * Get the list of audit logs generated by Azure Active Directory (Azure AD). This includes audit logs generated by various services within Azure AD, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on. This API is available in the following national cloud deployments. * @param DirectoryAuditsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(DirectoryAudit $body, ?DirectoryAuditsRequestBuilderPostReq } /** - * Get the list of audit logs generated by Azure Active Directory (Azure AD). This includes audit logs generated by various services within Azure AD, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on. This API is supported in the following national cloud deployments. + * Get the list of audit logs generated by Azure Active Directory (Azure AD). This includes audit logs generated by various services within Azure AD, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on. This API is available in the following national cloud deployments. * @param DirectoryAuditsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilderGetQueryParameters.php b/src/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilderGetQueryParameters.php index 87dd82307b1..3ef0077cb10 100644 --- a/src/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilderGetQueryParameters.php +++ b/src/Generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of audit logs generated by Azure Active Directory (Azure AD). This includes audit logs generated by various services within Azure AD, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on. This API is supported in the following national cloud deployments. + * Get the list of audit logs generated by Azure Active Directory (Azure AD). This includes audit logs generated by various services within Azure AD, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on. This API is available in the following national cloud deployments. */ class DirectoryAuditsRequestBuilderGetQueryParameters { diff --git a/src/Generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilder.php b/src/Generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilder.php index 99edd681979..1867de5ac93 100644 --- a/src/Generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilder.php +++ b/src/Generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DirectoryAuditItemRequestBuilderDeleteRequestConfigurati } /** - * Get a specific Azure Active Directory audit log item. This includes an audit log item generated by various services within Azure Active Directory like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on. This API is supported in the following national cloud deployments. + * Get a specific Azure Active Directory audit log item. This includes an audit log item generated by various services within Azure Active Directory like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on. This API is available in the following national cloud deployments. * @param DirectoryAuditItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?DirectoryAuditItemRequestBuilderDele } /** - * Get a specific Azure Active Directory audit log item. This includes an audit log item generated by various services within Azure Active Directory like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on. This API is supported in the following national cloud deployments. + * Get a specific Azure Active Directory audit log item. This includes an audit log item generated by various services within Azure Active Directory like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on. This API is available in the following national cloud deployments. * @param DirectoryAuditItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilderGetQueryParameters.php b/src/Generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilderGetQueryParameters.php index bd6ad6c617a..b38ba591a99 100644 --- a/src/Generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a specific Azure Active Directory audit log item. This includes an audit log item generated by various services within Azure Active Directory like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on. This API is supported in the following national cloud deployments. + * Get a specific Azure Active Directory audit log item. This includes an audit log item generated by various services within Azure Active Directory like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on. This API is available in the following national cloud deployments. */ class DirectoryAuditItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.php b/src/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.php index fd3839b4ebc..a05dfad3a63 100644 --- a/src/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.php +++ b/src/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. This API is supported in the following national cloud deployments. + * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. This API is available in the following national cloud deployments. * @param ProvisioningRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ProvisioningObjectSummary $body, ?ProvisioningRequestBuilde } /** - * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. This API is supported in the following national cloud deployments. + * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. This API is available in the following national cloud deployments. * @param ProvisioningRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilderGetQueryParameters.php b/src/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilderGetQueryParameters.php index 5274d9b31a3..2ed76255839 100644 --- a/src/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilderGetQueryParameters.php +++ b/src/Generated/AuditLogs/Provisioning/ProvisioningRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. This API is supported in the following national cloud deployments. + * Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. This API is available in the following national cloud deployments. */ class ProvisioningRequestBuilderGetQueryParameters { diff --git a/src/Generated/AuditLogs/SignIns/Item/SignInItemRequestBuilder.php b/src/Generated/AuditLogs/SignIns/Item/SignInItemRequestBuilder.php index e3d0c53c298..b9ada164b35 100644 --- a/src/Generated/AuditLogs/SignIns/Item/SignInItemRequestBuilder.php +++ b/src/Generated/AuditLogs/SignIns/Item/SignInItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?SignInItemRequestBuilderDeleteRequestConfiguration $requ } /** - * Retrieve a specific Azure AD user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. This API is supported in the following national cloud deployments. + * Retrieve a specific Azure AD user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. This API is available in the following national cloud deployments. * @param SignInItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?SignInItemRequestBuilderDeleteReques } /** - * Retrieve a specific Azure AD user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. This API is supported in the following national cloud deployments. + * Retrieve a specific Azure AD user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. This API is available in the following national cloud deployments. * @param SignInItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/AuditLogs/SignIns/Item/SignInItemRequestBuilderGetQueryParameters.php b/src/Generated/AuditLogs/SignIns/Item/SignInItemRequestBuilderGetQueryParameters.php index 95d7b5d246f..6aec0fedfc7 100644 --- a/src/Generated/AuditLogs/SignIns/Item/SignInItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/AuditLogs/SignIns/Item/SignInItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a specific Azure AD user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. This API is supported in the following national cloud deployments. + * Retrieve a specific Azure AD user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. This API is available in the following national cloud deployments. */ class SignInItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/AuditLogs/SignIns/SignInsRequestBuilder.php b/src/Generated/AuditLogs/SignIns/SignInsRequestBuilder.php index 9fef62bebab..50035b9a030 100644 --- a/src/Generated/AuditLogs/SignIns/SignInsRequestBuilder.php +++ b/src/Generated/AuditLogs/SignIns/SignInsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the Azure AD user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Azure Active Directory (Azure AD) default retention period are available. This API is supported in the following national cloud deployments. + * Retrieve the Azure AD user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Azure Active Directory (Azure AD) default retention period are available. This API is available in the following national cloud deployments. * @param SignInsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SignIn $body, ?SignInsRequestBuilderPostRequestConfiguratio } /** - * Retrieve the Azure AD user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Azure Active Directory (Azure AD) default retention period are available. This API is supported in the following national cloud deployments. + * Retrieve the Azure AD user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Azure Active Directory (Azure AD) default retention period are available. This API is available in the following national cloud deployments. * @param SignInsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/AuditLogs/SignIns/SignInsRequestBuilderGetQueryParameters.php b/src/Generated/AuditLogs/SignIns/SignInsRequestBuilderGetQueryParameters.php index e39a9a02d71..ffcced9c961 100644 --- a/src/Generated/AuditLogs/SignIns/SignInsRequestBuilderGetQueryParameters.php +++ b/src/Generated/AuditLogs/SignIns/SignInsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the Azure AD user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Azure Active Directory (Azure AD) default retention period are available. This API is supported in the following national cloud deployments. + * Retrieve the Azure AD user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Azure Active Directory (Azure AD) default retention period are available. This API is available in the following national cloud deployments. */ class SignInsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/ChatsRequestBuilder.php b/src/Generated/Chats/ChatsRequestBuilder.php index c652f0c672e..1c7b7d43978 100644 --- a/src/Generated/Chats/ChatsRequestBuilder.php +++ b/src/Generated/Chats/ChatsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is supported in the following national cloud deployments. + * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is available in the following national cloud deployments. * @param ChatsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ChatsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new chat object. This API is supported in the following national cloud deployments. + * Create a new chat object. This API is available in the following national cloud deployments. * @param Chat $body The request body * @param ChatsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Chat $body, ?ChatsRequestBuilderPostRequestConfiguration $r } /** - * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is supported in the following national cloud deployments. + * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is available in the following national cloud deployments. * @param ChatsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ChatsRequestBuilderGetRequestConfigurat } /** - * Create a new chat object. This API is supported in the following national cloud deployments. + * Create a new chat object. This API is available in the following national cloud deployments. * @param Chat $body The request body * @param ChatsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/ChatsRequestBuilderGetQueryParameters.php b/src/Generated/Chats/ChatsRequestBuilderGetQueryParameters.php index d28807842d2..8e3d3339d3a 100644 --- a/src/Generated/Chats/ChatsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/ChatsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is supported in the following national cloud deployments. + * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is available in the following national cloud deployments. */ class ChatsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/ChatItemRequestBuilder.php b/src/Generated/Chats/Item/ChatItemRequestBuilder.php index 0e6e51f3090..9c37d8bb2cc 100644 --- a/src/Generated/Chats/Item/ChatItemRequestBuilder.php +++ b/src/Generated/Chats/Item/ChatItemRequestBuilder.php @@ -146,7 +146,7 @@ public function delete(?ChatItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is supported in the following national cloud deployments. + * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is available in the following national cloud deployments. * @param ChatItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0 Find more info here @@ -165,7 +165,7 @@ public function get(?ChatItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a chat object. This API is supported in the following national cloud deployments. + * Update the properties of a chat object. This API is available in the following national cloud deployments. * @param Chat $body The request body * @param ChatItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -202,7 +202,7 @@ public function toDeleteRequestInformation(?ChatItemRequestBuilderDeleteRequestC } /** - * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is supported in the following national cloud deployments. + * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is available in the following national cloud deployments. * @param ChatItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -223,7 +223,7 @@ public function toGetRequestInformation(?ChatItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a chat object. This API is supported in the following national cloud deployments. + * Update the properties of a chat object. This API is available in the following national cloud deployments. * @param Chat $body The request body * @param ChatItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/ChatItemRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/ChatItemRequestBuilderGetQueryParameters.php index 3d941c10194..09090489903 100644 --- a/src/Generated/Chats/Item/ChatItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/ChatItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is supported in the following national cloud deployments. + * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is available in the following national cloud deployments. */ class ChatItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/HideForUser/HideForUserPostRequestBody.php b/src/Generated/Chats/Item/HideForUser/HideForUserPostRequestBody.php index ad027e10c28..82e788bc825 100644 --- a/src/Generated/Chats/Item/HideForUser/HideForUserPostRequestBody.php +++ b/src/Generated/Chats/Item/HideForUser/HideForUserPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): HideF } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.php b/src/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.php index 0d67d01c3f3..d52fdbc106a 100644 --- a/src/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.php +++ b/src/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Hide a chat for a user. This API is supported in the following national cloud deployments. + * Hide a chat for a user. This API is available in the following national cloud deployments. * @param HideForUserPostRequestBody $body The request body * @param HideForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(HideForUserPostRequestBody $body, ?HideForUserRequestBuilde } /** - * Hide a chat for a user. This API is supported in the following national cloud deployments. + * Hide a chat for a user. This API is available in the following national cloud deployments. * @param HideForUserPostRequestBody $body The request body * @param HideForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.php b/src/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.php index 46dcfe99595..dceb94319bb 100644 --- a/src/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.php +++ b/src/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all app installations within a chat. This API is supported in the following national cloud deployments. + * List all app installations within a chat. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?InstalledAppsRequestBuilderGetRequestConfiguration $request } /** - * Install a teamsApp to the specified chat. This API is supported in the following national cloud deployments. + * Install a teamsApp to the specified chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsAppInstallation $body, ?InstalledAppsRequestBuilderPos } /** - * List all app installations within a chat. This API is supported in the following national cloud deployments. + * List all app installations within a chat. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?InstalledAppsRequestBuilderGetRequestCo } /** - * Install a teamsApp to the specified chat. This API is supported in the following national cloud deployments. + * Install a teamsApp to the specified chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php index 997b517746e..bedf63f1492 100644 --- a/src/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all app installations within a chat. This API is supported in the following national cloud deployments. + * List all app installations within a chat. This API is available in the following national cloud deployments. */ class InstalledAppsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php b/src/Generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php index fb67f6b3197..60ad65c6508 100644 --- a/src/Generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php +++ b/src/Generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Uninstall an app installed within a chat. This API is supported in the following national cloud deployments. + * Uninstall an app installed within a chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TeamsAppInstallationItemRequestBuilderDeleteRequestConfi } /** - * Get an app installed in a chat. This API is supported in the following national cloud deployments. + * Get an app installed in a chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function patch(TeamsAppInstallation $body, ?TeamsAppInstallationItemReque } /** - * Uninstall an app installed within a chat. This API is supported in the following national cloud deployments. + * Uninstall an app installed within a chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -130,7 +130,7 @@ public function toDeleteRequestInformation(?TeamsAppInstallationItemRequestBuild } /** - * Get an app installed in a chat. This API is supported in the following national cloud deployments. + * Get an app installed in a chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php index 37e0dd42534..78ca9f35687 100644 --- a/src/Generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an app installed in a chat. This API is supported in the following national cloud deployments. + * Get an app installed in a chat. This API is available in the following national cloud deployments. */ class TeamsAppInstallationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php b/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php index 770c7662a87..6543880286c 100644 --- a/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php +++ b/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Upgra } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php b/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php index fef9a67d0d8..2ff341bc2be 100644 --- a/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php +++ b/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Upgrade an app installation within a chat. This API is supported in the following national cloud deployments. + * Upgrade an app installation within a chat. This API is available in the following national cloud deployments. * @param UpgradePostRequestBody $body The request body * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(UpgradePostRequestBody $body, ?UpgradeRequestBuilderPostReq } /** - * Upgrade an app installation within a chat. This API is supported in the following national cloud deployments. + * Upgrade an app installation within a chat. This API is available in the following national cloud deployments. * @param UpgradePostRequestBody $body The request body * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.php b/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.php index 56e2c063fdf..9cb4dabf91b 100644 --- a/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.php +++ b/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MarkC } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php b/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php index a0594a04f66..f1c1c144b6e 100644 --- a/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php +++ b/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a chat as read for a user. This API is supported in the following national cloud deployments. + * Mark a chat as read for a user. This API is available in the following national cloud deployments. * @param MarkChatReadForUserPostRequestBody $body The request body * @param MarkChatReadForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(MarkChatReadForUserPostRequestBody $body, ?MarkChatReadForU } /** - * Mark a chat as read for a user. This API is supported in the following national cloud deployments. + * Mark a chat as read for a user. This API is available in the following national cloud deployments. * @param MarkChatReadForUserPostRequestBody $body The request body * @param MarkChatReadForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.php b/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.php index 002aeb0d1c6..2ed94d3076c 100644 --- a/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.php +++ b/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MarkC } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -104,16 +104,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php b/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php index 442a26d1942..38312fab8bc 100644 --- a/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php +++ b/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a chat as unread for a user. This API is supported in the following national cloud deployments. + * Mark a chat as unread for a user. This API is available in the following national cloud deployments. * @param MarkChatUnreadForUserPostRequestBody $body The request body * @param MarkChatUnreadForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(MarkChatUnreadForUserPostRequestBody $body, ?MarkChatUnread } /** - * Mark a chat as unread for a user. This API is supported in the following national cloud deployments. + * Mark a chat as unread for a user. This API is available in the following national cloud deployments. * @param MarkChatUnreadForUserPostRequestBody $body The request body * @param MarkChatUnreadForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/Members/Add/AddPostRequestBody.php b/src/Generated/Chats/Item/Members/Add/AddPostRequestBody.php index 278e05c5176..e3934f1b857 100644 --- a/src/Generated/Chats/Item/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Chats/Item/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/Members/Add/AddRequestBuilder.php b/src/Generated/Chats/Item/Members/Add/AddRequestBuilder.php index 18767e8d727..78b1c503f70 100644 --- a/src/Generated/Chats/Item/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Chats/Item/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php index 57e5a8f758b..ca6d50e0bdf 100644 --- a/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a conversationMember from a chat. This API is supported in the following national cloud deployments. + * Remove a conversationMember from a chat. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0 Find more info here @@ -51,10 +51,10 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments. + * Retrieve a conversationMember from a chat. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 Find more info here */ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -89,7 +89,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Remove a conversationMember from a chat. This API is supported in the following national cloud deployments. + * Remove a conversationMember from a chat. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments. + * Retrieve a conversationMember from a chat. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index e0eda4685f9..04e94759bd5 100644 --- a/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments. + * Retrieve a conversationMember from a chat. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Members/MembersRequestBuilder.php b/src/Generated/Chats/Item/Members/MembersRequestBuilder.php index 7295faa631f..af7265e50ce 100644 --- a/src/Generated/Chats/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Chats/Item/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all conversation members in a chat or channel. This API is supported in the following national cloud deployments. + * List all conversation members in a chat or channel. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a conversationMember to a chat. This API is supported in the following national cloud deployments. + * Add a conversationMember to a chat. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * List all conversation members in a chat or channel. This API is supported in the following national cloud deployments. + * List all conversation members in a chat or channel. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a conversationMember to a chat. This API is supported in the following national cloud deployments. + * Add a conversationMember to a chat. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Members/MembersRequestBuilderGetQueryParameters.php index 35164d82280..df0dfe83597 100644 --- a/src/Generated/Chats/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all conversation members in a chat or channel. This API is supported in the following national cloud deployments. + * List all conversation members in a chat or channel. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.php index 25342d98c84..7117ce19806 100644 --- a/src/Generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -153,7 +153,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index cfa3aa67896..a8635092de1 100644 --- a/src/Generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php index ff2f26e3e24..4941e4c333a 100644 --- a/src/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index 27a3d140ee2..9bc7bfc1494 100644 --- a/src/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 8721f66fe61..6a8c37d5606 100644 --- a/src/Generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index da16cdf6879..be00fc8652d 100644 --- a/src/Generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php index a0ea31a00b4..52e3de06421 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index 93ba3073079..a59add23b50 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php index 7424d40668e..0632f8b76b5 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index 1811a8c8249..cd1787c7cd2 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index e002a289616..f0e41033638 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 3d0754e3784..93d4e7f2ae0 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php index 301f0f9eee5..71c6132f7a2 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 603b7304c2a..ca0b6026938 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 b824c50de3e..3ee2d7e2733 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 93ddb0f4366..5cc9fce648f 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.php index 9ba297c4f57..1f376fd2e8b 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?RepliesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfigu } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?RepliesRequestBuilderGetRequestConfigur } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php index ab8c689d32e..1359fcaedd8 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. */ class RepliesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php index bc99c82fdea..40b8c428728 100644 --- a/src/Generated/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php index 835816eff28..32122dd6b7c 100644 --- a/src/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index d1c6a03f7ee..1e6c86e0994 100644 --- a/src/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php index d433171f50d..808d20c2d57 100644 --- a/src/Generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/Messages/MessagesRequestBuilder.php b/src/Generated/Chats/Item/Messages/MessagesRequestBuilder.php index b83bab75791..4056982e8fc 100644 --- a/src/Generated/Chats/Item/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfig } /** - * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Messages/MessagesRequestBuilderGetQueryParameters.php index 2fef303e74f..876c4d8dde0 100644 --- a/src/Generated/Chats/Item/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaGetResponse.php b/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaGetResponse.php deleted file mode 100644 index 9305721e87e..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaGetResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilder.php b/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilder.php deleted file mode 100644 index caca7b672ce..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/chats/{chat%2Did}/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toGetRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DeltaGetResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toGetRequestInformation(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::GET; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - if ($requestConfiguration->queryParameters !== null) { - $requestInfo->setQueryParameters($requestConfiguration->queryParameters); - } - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return DeltaRequestBuilder - */ - public function withUrl(string $rawUrl): DeltaRequestBuilder { - return new DeltaRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php deleted file mode 100644 index 13cd6f6bd08..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php +++ /dev/null @@ -1,74 +0,0 @@ -|null $orderby Order items by property values - */ - public ?array $orderby = null; - - /** - * @QueryParameter("%24search") - * @var string|null $search Search items by search phrases - */ - public ?string $search = null; - - /** - * @QueryParameter("%24select") - * @var array|null $select Select properties to be returned - */ - public ?array $select = null; - - /** - * @QueryParameter("%24skip") - * @var int|null $skip Skip the first n items - */ - public ?int $skip = null; - - /** - * @QueryParameter("%24top") - * @var int|null $top Show only the first n items - */ - public ?int $top = null; - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters and sets the default values. - * @param bool|null $count Include count of items - * @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, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { - $this->count = $count; - $this->filter = $filter; - $this->orderby = $orderby; - $this->search = $search; - $this->select = $select; - $this->skip = $skip; - $this->top = $top; - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php b/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php deleted file mode 100644 index a22149f72bf..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php +++ /dev/null @@ -1,44 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - * @param DeltaRequestBuilderGetQueryParameters|null $queryParameters Request query parameters - */ - public function __construct(?array $headers = null, ?array $options = null, ?DeltaRequestBuilderGetQueryParameters $queryParameters = null) { - parent::__construct($headers ?? [], $options ?? []); - $this->queryParameters = $queryParameters; - } - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters. - * @param bool|null $count Include count of items - * @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 DeltaRequestBuilderGetQueryParameters - */ - public static function createQueryParameters(?bool $count = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DeltaRequestBuilderGetQueryParameters { - return new DeltaRequestBuilderGetQueryParameters($count, $filter, $orderby, $search, $select, $skip, $top); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php deleted file mode 100644 index 2cbd52d6e06..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetAvailableExtensionPropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAvailableExtensionPropertiesPostRequestBody { - return new GetAvailableExtensionPropertiesPostRequestBody(); - } - - /** - * 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 [ - 'isSyncedFromOnPremises' => fn(ParseNode $n) => $o->setIsSyncedFromOnPremises($n->getBooleanValue()), - ]; - } - - /** - * Gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @return bool|null - */ - public function getIsSyncedFromOnPremises(): ?bool { - $val = $this->getBackingStore()->get('isSyncedFromOnPremises'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'isSyncedFromOnPremises'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('isSyncedFromOnPremises', $this->getIsSyncedFromOnPremises()); - $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 isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @param bool|null $value Value to set for the isSyncedFromOnPremises property. - */ - public function setIsSyncedFromOnPremises(?bool $value): void { - $this->getBackingStore()->set('isSyncedFromOnPremises', $value); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php deleted file mode 100644 index aa00ed4218f..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php +++ /dev/null @@ -1,155 +0,0 @@ -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 GetByIdsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetByIdsPostRequestBody { - return new GetByIdsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - 'types' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setTypes($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Gets the types property value. The types property - * @return array|null - */ - public function getTypes(): ?array { - $val = $this->getBackingStore()->get('types'); - 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 'types'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $writer->writeCollectionOfPrimitiveValues('types', $this->getTypes()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - - /** - * Sets the types property value. The types property - * @param array|null $value Value to set for the types property. - */ - public function setTypes(?array $value): void { - $this->getBackingStore()->set('types', $value); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php b/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php deleted file mode 100644 index 8cbcc6dfc15..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php deleted file mode 100644 index b59dc615574..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ /dev/null @@ -1,124 +0,0 @@ -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 CheckMemberObjectsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): CheckMemberObjectsPostRequestBody { - return new CheckMemberObjectsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php b/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php deleted file mode 100644 index f0cec0f0af0..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke action checkMemberObjects - * @param CheckMemberObjectsPostRequestBody $body The request body - * @param CheckMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function post(CheckMemberObjectsPostRequestBody $body, ?CheckMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [CheckMemberObjectsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke action checkMemberObjects - * @param CheckMemberObjectsPostRequestBody $body The request body - * @param CheckMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(CheckMemberObjectsPostRequestBody $body, ?CheckMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return CheckMemberObjectsRequestBuilder - */ - public function withUrl(string $rawUrl): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 5d84c3dc656..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php deleted file mode 100644 index a2746a2e3ed..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetMemberGroupsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMemberGroupsPostRequestBody { - return new GetMemberGroupsPostRequestBody(); - } - - /** - * 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 [ - 'securityEnabledOnly' => fn(ParseNode $n) => $o->setSecurityEnabledOnly($n->getBooleanValue()), - ]; - } - - /** - * Gets the securityEnabledOnly property value. The securityEnabledOnly property - * @return bool|null - */ - public function getSecurityEnabledOnly(): ?bool { - $val = $this->getBackingStore()->get('securityEnabledOnly'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityEnabledOnly'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('securityEnabledOnly', $this->getSecurityEnabledOnly()); - $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 securityEnabledOnly property value. The securityEnabledOnly property - * @param bool|null $value Value to set for the securityEnabledOnly property. - */ - public function setSecurityEnabledOnly(?bool $value): void { - $this->getBackingStore()->set('securityEnabledOnly', $value); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php b/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php deleted file mode 100644 index cfe5f07662e..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 9c5325c384b..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php b/src/Generated/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php index 40b84df0d02..de556b4ff5a 100644 --- a/src/Generated/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php +++ b/src/Generated/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php @@ -5,11 +5,6 @@ use Exception; use Http\Promise\Promise; use Http\Promise\RejectedPromise; -use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\Item\CheckMemberGroups\CheckMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\Item\CheckMemberObjects\CheckMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\Item\GetMemberGroups\GetMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\Item\GetMemberObjects\GetMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\Item\Restore\RestoreRequestBuilder; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; @@ -22,41 +17,6 @@ */ class ResourceSpecificPermissionGrantItemRequestBuilder extends BaseRequestBuilder { - /** - * Provides operations to call the checkMemberGroups method. - */ - public function checkMemberGroups(): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the checkMemberObjects method. - */ - public function checkMemberObjects(): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberGroups method. - */ - public function getMemberGroups(): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberObjects method. - */ - public function getMemberObjects(): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the restore method. - */ - public function restore(): RestoreRequestBuilder { - return new RestoreRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. * @param array|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php deleted file mode 100644 index 40889bf94dc..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php +++ /dev/null @@ -1,80 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. - * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here - */ - public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DirectoryObject::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. - * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return RestoreRequestBuilder - */ - public function withUrl(string $rawUrl): RestoreRequestBuilder { - return new RestoreRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php b/src/Generated/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index cf85a922fe0..00000000000 --- a/src/Generated/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.php b/src/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.php index fb5754c3d9f..f40e32a1e37 100644 --- a/src/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.php +++ b/src/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.php @@ -6,11 +6,7 @@ use Http\Promise\Promise; use Http\Promise\RejectedPromise; use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\Count\CountRequestBuilder; -use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\Delta\DeltaRequestBuilder; -use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\GetAvailableExtensionProperties\GetAvailableExtensionPropertiesRequestBuilder; -use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\GetByIds\GetByIdsRequestBuilder; use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\Item\ResourceSpecificPermissionGrantItemRequestBuilder; -use Microsoft\Graph\Generated\Chats\Item\PermissionGrants\ValidateProperties\ValidatePropertiesRequestBuilder; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrantCollectionResponse; @@ -31,34 +27,6 @@ public function count(): CountRequestBuilder { return new CountRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the delta method. - */ - public function delta(): DeltaRequestBuilder { - return new DeltaRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getAvailableExtensionProperties method. - */ - public function getAvailableExtensionProperties(): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getByIds method. - */ - public function getByIds(): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the validateProperties method. - */ - public function validateProperties(): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity. * @param string $resourceSpecificPermissionGrantId The unique identifier of resourceSpecificPermissionGrant @@ -85,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0 Find more info here @@ -123,7 +91,7 @@ public function post(ResourceSpecificPermissionGrant $body, ?PermissionGrantsReq } /** - * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php index e04a48f5725..7125845378c 100644 --- a/src/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is available in the following national cloud deployments. */ class PermissionGrantsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.php b/src/Generated/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.php index 9256552afd0..93aec878ef5 100644 --- a/src/Generated/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.php +++ b/src/Generated/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unpin a message from a chat. This API is supported in the following national cloud deployments. + * Unpin a message from a chat. This API is available in the following national cloud deployments. * @param PinnedChatMessageInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0 Find more info here @@ -96,7 +96,7 @@ public function patch(PinnedChatMessageInfo $body, ?PinnedChatMessageInfoItemReq } /** - * Unpin a message from a chat. This API is supported in the following national cloud deployments. + * Unpin a message from a chat. This API is available in the following national cloud deployments. * @param PinnedChatMessageInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.php b/src/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.php index 7a3ab2dc3a8..886b7d37704 100644 --- a/src/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.php +++ b/src/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments. + * Get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments. * @param PinnedMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PinnedMessagesRequestBuilderGetRequestConfiguration $reques } /** - * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. This API is supported in the following national cloud deployments. + * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. This API is available in the following national cloud deployments. * @param PinnedChatMessageInfo $body The request body * @param PinnedMessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PinnedChatMessageInfo $body, ?PinnedMessagesRequestBuilderP } /** - * Get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments. + * Get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments. * @param PinnedMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PinnedMessagesRequestBuilderGetRequestC } /** - * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. This API is supported in the following national cloud deployments. + * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. This API is available in the following national cloud deployments. * @param PinnedChatMessageInfo $body The request body * @param PinnedMessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilderGetQueryParameters.php index b8b40b31371..ae634056bdb 100644 --- a/src/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments. + * Get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments. */ class PinnedMessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php b/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php index 82f92351a46..217eafb81ad 100644 --- a/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php +++ b/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php @@ -52,7 +52,7 @@ public function getActivityType(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -65,7 +65,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function setActivityType(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php b/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php index d060cf33f90..0282192f05a 100644 --- a/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php +++ b/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send an activity feed notification in scope of a chat. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification in scope of a chat. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SendActivityNotificationPostRequestBody $body, ?SendActivit } /** - * Send an activity feed notification in scope of a chat. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification in scope of a chat. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.php b/src/Generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.php index 7dec0c04cd4..294a5fc306f 100644 --- a/src/Generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.php +++ b/src/Generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove (unpin) a tab from the specified chat. This API is supported in the following national cloud deployments. + * Remove (unpin) a tab from the specified chat. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamsTabItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamsTabItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamsTab $body, ?TeamsTabItemRequestBuilderPatchRequestCon } /** - * Remove (unpin) a tab from the specified chat. This API is supported in the following national cloud deployments. + * Remove (unpin) a tab from the specified chat. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamsTabItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamsTabItemRequestBuilderGetRequestCon } /** - * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php index a22e4fdae90..a3943df6a64 100644 --- a/src/Generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments. */ class TeamsTabItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/Tabs/TabsRequestBuilder.php b/src/Generated/Chats/Item/Tabs/TabsRequestBuilder.php index ffee9a92aab..74672384f95 100644 --- a/src/Generated/Chats/Item/Tabs/TabsRequestBuilder.php +++ b/src/Generated/Chats/Item/Tabs/TabsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TabsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat. This API is supported in the following national cloud deployments. + * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsTab $body, ?TabsRequestBuilderPostRequestConfiguration } /** - * Retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TabsRequestBuilderGetRequestConfigurati } /** - * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat. This API is supported in the following national cloud deployments. + * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/Tabs/TabsRequestBuilderGetQueryParameters.php b/src/Generated/Chats/Item/Tabs/TabsRequestBuilderGetQueryParameters.php index 9f15f491fe1..8d00ea0946e 100644 --- a/src/Generated/Chats/Item/Tabs/TabsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Chats/Item/Tabs/TabsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments. */ class TabsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.php b/src/Generated/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.php index 06ab1c48d90..7f6e9fa8e36 100644 --- a/src/Generated/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.php +++ b/src/Generated/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unhid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php b/src/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php index 9e92fcd3c34..8d19485720f 100644 --- a/src/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php +++ b/src/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unhide a chat for a user. This API is supported in the following national cloud deployments. + * Unhide a chat for a user. This API is available in the following national cloud deployments. * @param UnhideForUserPostRequestBody $body The request body * @param UnhideForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(UnhideForUserPostRequestBody $body, ?UnhideForUserRequestBu } /** - * Unhide a chat for a user. This API is supported in the following national cloud deployments. + * Unhide a chat for a user. This API is available in the following national cloud deployments. * @param UnhideForUserPostRequestBody $body The request body * @param UnhideForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/CallRecords/CallRecordsRequestBuilder.php b/src/Generated/Communications/CallRecords/CallRecordsRequestBuilder.php index b84cc909a86..9a6815943a0 100644 --- a/src/Generated/Communications/CallRecords/CallRecordsRequestBuilder.php +++ b/src/Generated/Communications/CallRecords/CallRecordsRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is available in the following national cloud deployments. * @param CallRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -113,7 +113,7 @@ public function post(CallRecord $body, ?CallRecordsRequestBuilderPostRequestConf } /** - * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is available in the following national cloud deployments. * @param CallRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/CallRecords/CallRecordsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/CallRecords/CallRecordsRequestBuilderGetQueryParameters.php index aca9ec634da..6c21f640356 100644 --- a/src/Generated/Communications/CallRecords/CallRecordsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/CallRecords/CallRecordsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is available in the following national cloud deployments. */ class CallRecordsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/CallRecords/Item/CallRecordItemRequestBuilder.php b/src/Generated/Communications/CallRecords/Item/CallRecordItemRequestBuilder.php index d50341ecf79..4bbcb98593e 100644 --- a/src/Generated/Communications/CallRecords/Item/CallRecordItemRequestBuilder.php +++ b/src/Generated/Communications/CallRecords/Item/CallRecordItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?CallRecordItemRequestBuilderDeleteRequestConfiguration $ } /** - * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is available in the following national cloud deployments. * @param CallRecordItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?CallRecordItemRequestBuilderDeleteRe } /** - * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is available in the following national cloud deployments. * @param CallRecordItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/CallRecords/Item/CallRecordItemRequestBuilderGetQueryParameters.php b/src/Generated/Communications/CallRecords/Item/CallRecordItemRequestBuilderGetQueryParameters.php index ac20d39f2a3..ddf0d76d9c2 100644 --- a/src/Generated/Communications/CallRecords/Item/CallRecordItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/CallRecords/Item/CallRecordItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. This API is available in the following national cloud deployments. */ class CallRecordItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.php b/src/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.php index 7d756bd720e..8d791992f54 100644 --- a/src/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.php +++ b/src/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries. This API is supported in the following national cloud deployments. + * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries. This API is available in the following national cloud deployments. * @param SessionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/callrecords-session-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Session $body, ?SessionsRequestBuilderPostRequestConfigurat } /** - * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries. This API is supported in the following national cloud deployments. + * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries. This API is available in the following national cloud deployments. * @param SessionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilderGetQueryParameters.php index 36bcf51c511..5c9f526d205 100644 --- a/src/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries. This API is supported in the following national cloud deployments. + * Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries. This API is available in the following national cloud deployments. */ class SessionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/CallsRequestBuilder.php b/src/Generated/Communications/Calls/CallsRequestBuilder.php index 047f3976042..b88b5f3b637 100644 --- a/src/Generated/Communications/Calls/CallsRequestBuilder.php +++ b/src/Generated/Communications/Calls/CallsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments. * @param CallsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -79,7 +79,7 @@ public function get(?CallsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. This API is supported in the following national cloud deployments. + * Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. This API is available in the following national cloud deployments. * @param Call $body The request body * @param CallsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -99,7 +99,7 @@ public function post(Call $body, ?CallsRequestBuilderPostRequestConfiguration $r } /** - * Retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments. * @param CallsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -120,7 +120,7 @@ public function toGetRequestInformation(?CallsRequestBuilderGetRequestConfigurat } /** - * Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. This API is supported in the following national cloud deployments. + * Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. This API is available in the following national cloud deployments. * @param Call $body The request body * @param CallsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/CallsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Calls/CallsRequestBuilderGetQueryParameters.php index 529fe26f500..d5c8a05220c 100644 --- a/src/Generated/Communications/Calls/CallsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Calls/CallsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments. */ class CallsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewPostRequestBody.php b/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewPostRequestBody.php index 2cb9441cee1..226bf8fd321 100644 --- a/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddLa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php b/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php index ef64de37cdd..64721aff710 100644 --- a/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster. This API is supported in the following national cloud deployments. + * Add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster. This API is available in the following national cloud deployments. * @param AddLargeGalleryViewPostRequestBody $body The request body * @param AddLargeGalleryViewRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddLargeGalleryViewPostRequestBody $body, ?AddLargeGalleryV } /** - * Add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster. This API is supported in the following national cloud deployments. + * Add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster. This API is available in the following national cloud deployments. * @param AddLargeGalleryViewPostRequestBody $body The request body * @param AddLargeGalleryViewRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.php b/src/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.php index 5138e5e643a..351fedf6841 100644 --- a/src/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.php @@ -53,7 +53,7 @@ public function getAcceptedModalities(): ?array { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -66,7 +66,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function setAcceptedModalities(?array $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.php b/src/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.php index 84a25adacfd..761164ed619 100644 --- a/src/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API is supported in the following national cloud deployments. + * Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API is available in the following national cloud deployments. * @param AnswerPostRequestBody $body The request body * @param AnswerRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AnswerPostRequestBody $body, ?AnswerRequestBuilderPostReque } /** - * Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API is supported in the following national cloud deployments. + * Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. This API is available in the following national cloud deployments. * @param AnswerPostRequestBody $body The request body * @param AnswerRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.php b/src/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.php index 1d694178931..4d667e1e7bb 100644 --- a/src/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of audioRoutingGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of audioRoutingGroup objects. This API is available in the following national cloud deployments. * @param AudioRoutingGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AudioRoutingGroupsRequestBuilderGetRequestConfiguration $re } /** - * Create a new audioRoutingGroup. This API is supported in the following national cloud deployments. + * Create a new audioRoutingGroup. This API is available in the following national cloud deployments. * @param AudioRoutingGroup $body The request body * @param AudioRoutingGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AudioRoutingGroup $body, ?AudioRoutingGroupsRequestBuilderP } /** - * Retrieve a list of audioRoutingGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of audioRoutingGroup objects. This API is available in the following national cloud deployments. * @param AudioRoutingGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AudioRoutingGroupsRequestBuilderGetRequ } /** - * Create a new audioRoutingGroup. This API is supported in the following national cloud deployments. + * Create a new audioRoutingGroup. This API is available in the following national cloud deployments. * @param AudioRoutingGroup $body The request body * @param AudioRoutingGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilderGetQueryParameters.php index 4ea7877e443..5af99c1f2d0 100644 --- a/src/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of audioRoutingGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of audioRoutingGroup objects. This API is available in the following national cloud deployments. */ class AudioRoutingGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilder.php b/src/Generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilder.php index 0e55b61447b..9a6ca265ae8 100644 --- a/src/Generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the specified audioRoutingGroup. This API is supported in the following national cloud deployments. + * Delete the specified audioRoutingGroup. This API is available in the following national cloud deployments. * @param AudioRoutingGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?AudioRoutingGroupItemRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of an audioRoutingGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an audioRoutingGroup object. This API is available in the following national cloud deployments. * @param AudioRoutingGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?AudioRoutingGroupItemRequestBuilderGetRequestConfiguration } /** - * Modify sources and receivers of an audioRoutingGroup. This API is supported in the following national cloud deployments. + * Modify sources and receivers of an audioRoutingGroup. This API is available in the following national cloud deployments. * @param AudioRoutingGroup $body The request body * @param AudioRoutingGroupItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(AudioRoutingGroup $body, ?AudioRoutingGroupItemRequestBuil } /** - * Delete the specified audioRoutingGroup. This API is supported in the following national cloud deployments. + * Delete the specified audioRoutingGroup. This API is available in the following national cloud deployments. * @param AudioRoutingGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?AudioRoutingGroupItemRequestBuilderD } /** - * Retrieve the properties and relationships of an audioRoutingGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an audioRoutingGroup object. This API is available in the following national cloud deployments. * @param AudioRoutingGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?AudioRoutingGroupItemRequestBuilderGetR } /** - * Modify sources and receivers of an audioRoutingGroup. This API is supported in the following national cloud deployments. + * Modify sources and receivers of an audioRoutingGroup. This API is available in the following national cloud deployments. * @param AudioRoutingGroup $body The request body * @param AudioRoutingGroupItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilderGetQueryParameters.php index a7f13d9ccdf..0fd7c431437 100644 --- a/src/Generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an audioRoutingGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an audioRoutingGroup object. This API is available in the following national cloud deployments. */ class AudioRoutingGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/Item/CallItemRequestBuilder.php b/src/Generated/Communications/Calls/Item/CallItemRequestBuilder.php index 3aa3fedced2..5cd3efb3436 100644 --- a/src/Generated/Communications/Calls/Item/CallItemRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/CallItemRequestBuilder.php @@ -176,7 +176,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue. This API is supported in the following national cloud deployments. + * Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue. This API is available in the following national cloud deployments. * @param CallItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0 Find more info here @@ -195,7 +195,7 @@ public function delete(?CallItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments. * @param CallItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0 Find more info here @@ -233,7 +233,7 @@ public function patch(Call $body, ?CallItemRequestBuilderPatchRequestConfigurati } /** - * Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue. This API is supported in the following national cloud deployments. + * Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue. This API is available in the following national cloud deployments. * @param CallItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -250,7 +250,7 @@ public function toDeleteRequestInformation(?CallItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments. * @param CallItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/Calls/Item/CallItemRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Calls/Item/CallItemRequestBuilderGetQueryParameters.php index f65b90a546f..25f0ff473d1 100644 --- a/src/Generated/Communications/Calls/Item/CallItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Calls/Item/CallItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a call object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a call object. This API is available in the following national cloud deployments. */ class CallItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingPostRequestBody.php b/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingPostRequestBody.php index 67ae3fef9cc..be454160365 100644 --- a/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php b/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php index 5d5762221f6..46cb1b77ac5 100644 --- a/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Cancels processing for any in-progress media operations. Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. For example, this method can be used to clean up the IVR operation queue for a new media operation. However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue. This API is supported in the following national cloud deployments. + * Cancels processing for any in-progress media operations. Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. For example, this method can be used to clean up the IVR operation queue for a new media operation. However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue. This API is available in the following national cloud deployments. * @param CancelMediaProcessingPostRequestBody $body The request body * @param CancelMediaProcessingRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CancelMediaProcessingPostRequestBody $body, ?CancelMediaPro } /** - * Cancels processing for any in-progress media operations. Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. For example, this method can be used to clean up the IVR operation queue for a new media operation. However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue. This API is supported in the following national cloud deployments. + * Cancels processing for any in-progress media operations. Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. For example, this method can be used to clean up the IVR operation queue for a new media operation. However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue. This API is available in the following national cloud deployments. * @param CancelMediaProcessingPostRequestBody $body The request body * @param CancelMediaProcessingRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRolePostRequestBody.php b/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRolePostRequestBody.php index 3197b35531f..2139a581a88 100644 --- a/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRolePostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRolePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Chang } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php b/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php index 83bf243f6a2..026ea662fcc 100644 --- a/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Allow applications to share screen content with the participants of a group call. This API is supported in the following national cloud deployments. + * Allow applications to share screen content with the participants of a group call. This API is available in the following national cloud deployments. * @param ChangeScreenSharingRolePostRequestBody $body The request body * @param ChangeScreenSharingRoleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ChangeScreenSharingRolePostRequestBody $body, ?ChangeScreen } /** - * Allow applications to share screen content with the participants of a group call. This API is supported in the following national cloud deployments. + * Allow applications to share screen content with the participants of a group call. This API is available in the following national cloud deployments. * @param ChangeScreenSharingRolePostRequestBody $body The request body * @param ChangeScreenSharingRoleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.php b/src/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.php index 87041165040..9324c27ef31 100644 --- a/src/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of contentSharingSession objects in a call. This API is supported in the following national cloud deployments. + * Retrieve a list of contentSharingSession objects in a call. This API is available in the following national cloud deployments. * @param ContentSharingSessionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ContentSharingSession $body, ?ContentSharingSessionsRequest } /** - * Retrieve a list of contentSharingSession objects in a call. This API is supported in the following national cloud deployments. + * Retrieve a list of contentSharingSession objects in a call. This API is available in the following national cloud deployments. * @param ContentSharingSessionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilderGetQueryParameters.php index 7e1cf6df3fc..581c3373187 100644 --- a/src/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of contentSharingSession objects in a call. This API is supported in the following national cloud deployments. + * Retrieve a list of contentSharingSession objects in a call. This API is available in the following national cloud deployments. */ class ContentSharingSessionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilder.php b/src/Generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilder.php index 2f0969e27f5..75fbe88c9c7 100644 --- a/src/Generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ContentSharingSessionItemRequestBuilderDeleteRequestConf } /** - * Retrieve the properties of a contentSharingSession object in a call. This API is supported in the following national cloud deployments. + * Retrieve the properties of a contentSharingSession object in a call. This API is available in the following national cloud deployments. * @param ContentSharingSessionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ContentSharingSessionItemRequestBuil } /** - * Retrieve the properties of a contentSharingSession object in a call. This API is supported in the following national cloud deployments. + * Retrieve the properties of a contentSharingSession object in a call. This API is available in the following national cloud deployments. * @param ContentSharingSessionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilderGetQueryParameters.php index 1873dfd528e..8b89ee88c28 100644 --- a/src/Generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a contentSharingSession object in a call. This API is supported in the following national cloud deployments. + * Retrieve the properties of a contentSharingSession object in a call. This API is available in the following national cloud deployments. */ class ContentSharingSessionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php b/src/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php index a051289743d..0e50997f318 100644 --- a/src/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. The resources related to the call should be cleaned up on the application side. This API is supported in the following national cloud deployments. + * Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. The resources related to the call should be cleaned up on the application side. This API is available in the following national cloud deployments. * @param KeepAliveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?KeepAliveRequestBuilderPostRequestConfiguration $requestCo } /** - * Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. The resources related to the call should be cleaned up on the application side. This API is supported in the following national cloud deployments. + * Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. The resources related to the call should be cleaned up on the application side. This API is available in the following national cloud deployments. * @param KeepAliveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/Calls/Item/Mute/MutePostRequestBody.php b/src/Generated/Communications/Calls/Item/Mute/MutePostRequestBody.php index 37c64706b4e..0e7119ed25d 100644 --- a/src/Generated/Communications/Calls/Item/Mute/MutePostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Mute/MutePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MuteP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.php b/src/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.php index 36e67542cfd..6d8bc618a2d 100644 --- a/src/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Allows the application to mute itself. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more details about how to handle mute operations, see muteParticipantOperation This API is supported in the following national cloud deployments. + * Allows the application to mute itself. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more details about how to handle mute operations, see muteParticipantOperation This API is available in the following national cloud deployments. * @param MutePostRequestBody $body The request body * @param MuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(MutePostRequestBody $body, ?MuteRequestBuilderPostRequestCo } /** - * Allows the application to mute itself. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more details about how to handle mute operations, see muteParticipantOperation This API is supported in the following national cloud deployments. + * Allows the application to mute itself. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more details about how to handle mute operations, see muteParticipantOperation This API is available in the following national cloud deployments. * @param MutePostRequestBody $body The request body * @param MuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilder.php b/src/Generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilder.php index 4017eba970c..77fceca9f4e 100644 --- a/src/Generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?CommsOperationItemRequestBuilderDeleteRequestConfigurati } /** - * Get the status of an operation that adds the large gallery view to a call. This API is supported in the following national cloud deployments. + * Get the status of an operation that adds the large gallery view to a call. This API is available in the following national cloud deployments. * @param CommsOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?CommsOperationItemRequestBuilderDele } /** - * Get the status of an operation that adds the large gallery view to a call. This API is supported in the following national cloud deployments. + * Get the status of an operation that adds the large gallery view to a call. This API is available in the following national cloud deployments. * @param CommsOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilderGetQueryParameters.php index 7e11075863f..3ea9b25e1b8 100644 --- a/src/Generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of an operation that adds the large gallery view to a call. This API is supported in the following national cloud deployments. + * Get the status of an operation that adds the large gallery view to a call. This API is available in the following national cloud deployments. */ class CommsOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.php b/src/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.php index 6c40da5183e..6e45f91c6e0 100644 --- a/src/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the status of an operation that adds the large gallery view to a call. This API is supported in the following national cloud deployments. + * Get the status of an operation that adds the large gallery view to a call. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(CommsOperation $body, ?OperationsRequestBuilderPostRequestC } /** - * Get the status of an operation that adds the large gallery view to a call. This API is supported in the following national cloud deployments. + * Get the status of an operation that adds the large gallery view to a call. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilderGetQueryParameters.php index d8c05b9f7df..3474c9fbb52 100644 --- a/src/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Calls/Item/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of an operation that adds the large gallery view to a call. This API is supported in the following national cloud deployments. + * Get the status of an operation that adds the large gallery view to a call. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/Item/Participants/Invite/InvitePostRequestBody.php b/src/Generated/Communications/Calls/Item/Participants/Invite/InvitePostRequestBody.php index a923ea41668..c53ec3b8dfd 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Invite/InvitePostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Participants/Invite/InvitePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Invit } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -106,16 +106,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.php b/src/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.php index 01c3a10abfd..07df752e512 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.php @@ -32,11 +32,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Invite participants to the active call. For more information about how to handle operations, see commsOperation. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param InvitePostRequestBody $body The request body * @param InviteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 Find more info here */ public function post(InvitePostRequestBody $body, ?InviteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -52,7 +52,7 @@ public function post(InvitePostRequestBody $body, ?InviteRequestBuilderPostReque } /** - * Invite participants to the active call. For more information about how to handle operations, see commsOperation. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @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/MutePostRequestBody.php b/src/Generated/Communications/Calls/Item/Participants/Item/Mute/MutePostRequestBody.php index 3b97dc45c5f..e2e83396146 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/Mute/MutePostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/Mute/MutePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MuteP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 c1586b84e7a..566b4cbde18 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mute a specific participant in the call. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation. This API is supported in the following national cloud deployments. + * Mute a specific participant in the call. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation. This API is available in the following national cloud deployments. * @param MutePostRequestBody $body The request body * @param MuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(MutePostRequestBody $body, ?MuteRequestBuilderPostRequestCo } /** - * Mute a specific participant in the call. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation. This API is supported in the following national cloud deployments. + * Mute a specific participant in the call. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation. This API is available in the following national cloud deployments. * @param MutePostRequestBody $body The request body * @param MuteRequestBuilderPostRequestConfiguration|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/ParticipantItemRequestBuilder.php b/src/Generated/Communications/Calls/Item/Participants/Item/ParticipantItemRequestBuilder.php index d156082e28a..751b18407f8 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/ParticipantItemRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/ParticipantItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param ParticipantItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?ParticipantItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a participant object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a participant object. This API is available in the following national cloud deployments. * @param ParticipantItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function patch(Participant $body, ?ParticipantItemRequestBuilderPatchRequ } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param ParticipantItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -130,7 +130,7 @@ public function toDeleteRequestInformation(?ParticipantItemRequestBuilderDeleteR } /** - * Retrieve the properties and relationships of a participant object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a participant object. This API is available in the following national cloud deployments. * @param ParticipantItemRequestBuilderGetRequestConfiguration|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/ParticipantItemRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Calls/Item/Participants/Item/ParticipantItemRequestBuilderGetQueryParameters.php index 7c06554def5..34b34043930 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/ParticipantItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/ParticipantItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a participant object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a participant object. This API is available in the following national cloud deployments. */ class ParticipantItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicPostRequestBody.php b/src/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicPostRequestBody.php index bc9a37dee92..4eb65701ca1 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Start } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 7b11d749a00..217049af3eb 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Put a participant on hold and play music in the background. This API is supported in the following national cloud deployments. + * Put a participant on hold and play music in the background. This API is available in the following national cloud deployments. * @param StartHoldMusicPostRequestBody $body The request body * @param StartHoldMusicRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(StartHoldMusicPostRequestBody $body, ?StartHoldMusicRequest } /** - * Put a participant on hold and play music in the background. This API is supported in the following national cloud deployments. + * Put a participant on hold and play music in the background. This API is available in the following national cloud deployments. * @param StartHoldMusicPostRequestBody $body The request body * @param StartHoldMusicRequestBuilderPostRequestConfiguration|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/StopHoldMusic/StopHoldMusicPostRequestBody.php b/src/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicPostRequestBody.php index be8e33839d3..72106086e07 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): StopH } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 8cd824da678..eb51ab00158 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reincorporate a participant previously put on hold to the call. This API is supported in the following national cloud deployments. + * Reincorporate a participant previously put on hold to the call. This API is available in the following national cloud deployments. * @param StopHoldMusicPostRequestBody $body The request body * @param StopHoldMusicRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(StopHoldMusicPostRequestBody $body, ?StopHoldMusicRequestBu } /** - * Reincorporate a participant previously put on hold to the call. This API is supported in the following national cloud deployments. + * Reincorporate a participant previously put on hold to the call. This API is available in the following national cloud deployments. * @param StopHoldMusicPostRequestBody $body The request body * @param StopHoldMusicRequestBuilderPostRequestConfiguration|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/ParticipantsRequestBuilder.php b/src/Generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.php index 0f9a8060954..fc6cc7f8f1b 100644 --- a/src/Generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of participant objects in the call. This API is supported in the following national cloud deployments. + * Retrieve a list of participant objects in the call. This API is available in the following national cloud deployments. * @param ParticipantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(Participant $body, ?ParticipantsRequestBuilderPostRequestCo } /** - * Retrieve a list of participant objects in the call. This API is supported in the following national cloud deployments. + * Retrieve a list of participant objects in the call. This API is available in the following national cloud deployments. * @param ParticipantsRequestBuilderGetRequestConfiguration|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/ParticipantsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilderGetQueryParameters.php index 55beba33920..cb0c52678c5 100644 --- a/src/Generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of participant objects in the call. This API is supported in the following national cloud deployments. + * Retrieve a list of participant objects in the call. This API is available in the following national cloud deployments. */ class ParticipantsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptPostRequestBody.php b/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptPostRequestBody.php index 95aa31cec7c..9e4caf7d705 100644 --- a/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): PlayP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -106,16 +106,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php b/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php index 71076ac6c0e..57b8018f080 100644 --- a/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Play a prompt in the call. For more information about how to handle operations, see commsOperation This API is supported in the following national cloud deployments. + * Play a prompt in the call. For more information about how to handle operations, see commsOperation This API is available in the following national cloud deployments. * @param PlayPromptPostRequestBody $body The request body * @param PlayPromptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(PlayPromptPostRequestBody $body, ?PlayPromptRequestBuilderP } /** - * Play a prompt in the call. For more information about how to handle operations, see commsOperation This API is supported in the following national cloud deployments. + * Play a prompt in the call. For more information about how to handle operations, see commsOperation This API is available in the following national cloud deployments. * @param PlayPromptPostRequestBody $body The request body * @param PlayPromptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponsePostRequestBody.php b/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponsePostRequestBody.php index 6d4c3b501ad..5951cebbe12 100644 --- a/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponsePostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponsePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Recor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -199,16 +199,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php b/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php index 986a21dfc0e..2ffb716ee48 100644 --- a/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Records a short audio response from the caller.A bot can utilize this to capture a voice response from a caller after they are prompted for a response. For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. The maximum length of recording is 2 minutes. The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification. This API is supported in the following national cloud deployments. + * Records a short audio response from the caller.A bot can utilize this to capture a voice response from a caller after they are prompted for a response. For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. The maximum length of recording is 2 minutes. The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification. This API is available in the following national cloud deployments. * @param RecordResponsePostRequestBody $body The request body * @param RecordResponseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(RecordResponsePostRequestBody $body, ?RecordResponseRequest } /** - * Records a short audio response from the caller.A bot can utilize this to capture a voice response from a caller after they are prompted for a response. For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. The maximum length of recording is 2 minutes. The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification. This API is supported in the following national cloud deployments. + * Records a short audio response from the caller.A bot can utilize this to capture a voice response from a caller after they are prompted for a response. For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. The maximum length of recording is 2 minutes. The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification. This API is available in the following national cloud deployments. * @param RecordResponsePostRequestBody $body The request body * @param RecordResponseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/Redirect/RedirectPostRequestBody.php b/src/Generated/Communications/Calls/Item/Redirect/RedirectPostRequestBody.php index c3d3f781b5e..a725c0d47bd 100644 --- a/src/Generated/Communications/Calls/Item/Redirect/RedirectPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Redirect/RedirectPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Redir } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -120,16 +120,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.php b/src/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.php index cb32576cfd2..cf8f2061bda 100644 --- a/src/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds. This API is supported in the following national cloud deployments. + * Redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds. This API is available in the following national cloud deployments. * @param RedirectPostRequestBody $body The request body * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(RedirectPostRequestBody $body, ?RedirectRequestBuilderPostR } /** - * Redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds. This API is supported in the following national cloud deployments. + * Redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds. This API is available in the following national cloud deployments. * @param RedirectPostRequestBody $body The request body * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/Reject/RejectPostRequestBody.php b/src/Generated/Communications/Calls/Item/Reject/RejectPostRequestBody.php index 9185ddba633..491cbb4fa71 100644 --- a/src/Generated/Communications/Calls/Item/Reject/RejectPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Reject/RejectPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Rejec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.php b/src/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.php index 9ee912257fa..5bd37acb1e5 100644 --- a/src/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Enable a bot to reject an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call. This API is supported in the following national cloud deployments. + * Enable a bot to reject an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call. This API is available in the following national cloud deployments. * @param RejectPostRequestBody $body The request body * @param RejectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(RejectPostRequestBody $body, ?RejectRequestBuilderPostReque } /** - * Enable a bot to reject an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call. This API is supported in the following national cloud deployments. + * Enable a bot to reject an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call. This API is available in the following national cloud deployments. * @param RejectPostRequestBody $body The request body * @param RejectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToTonePostRequestBody.php b/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToTonePostRequestBody.php index fc49d74655c..2f9e3cac462 100644 --- a/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToTonePostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToTonePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Subsc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php b/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php index a8b67fd9a0d..74ab44872cd 100644 --- a/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Subscribe to DTMF (dual-tone multi-frequency signaling). This allows you to be notified when the user presses keys on a 'dialpad'. This API is supported in the following national cloud deployments. + * Subscribe to DTMF (dual-tone multi-frequency signaling) which allows you to be notified when the user presses keys on a 'dialpad'. This API is available in the following national cloud deployments. * @param SubscribeToTonePostRequestBody $body The request body * @param SubscribeToToneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(SubscribeToTonePostRequestBody $body, ?SubscribeToToneReque } /** - * Subscribe to DTMF (dual-tone multi-frequency signaling). This allows you to be notified when the user presses keys on a 'dialpad'. This API is supported in the following national cloud deployments. + * Subscribe to DTMF (dual-tone multi-frequency signaling) which allows you to be notified when the user presses keys on a 'dialpad'. This API is available in the following national cloud deployments. * @param SubscribeToTonePostRequestBody $body The request body * @param SubscribeToToneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/Transfer/TransferPostRequestBody.php b/src/Generated/Communications/Calls/Item/Transfer/TransferPostRequestBody.php index d5a77e7442a..a498903f34f 100644 --- a/src/Generated/Communications/Calls/Item/Transfer/TransferPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Transfer/TransferPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Trans } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -104,16 +104,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.php b/src/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.php index 978ebb5f2bf..829d54b2782 100644 --- a/src/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Transfer an active peer-to-peer call or group call. A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. This is opposed to transfering the call directly. This API is supported in the following national cloud deployments. + * Transfer an active peer-to-peer call or group call. A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. This is opposed to transfering the call directly. This API is available in the following national cloud deployments. * @param TransferPostRequestBody $body The request body * @param TransferRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TransferPostRequestBody $body, ?TransferRequestBuilderPostR } /** - * Transfer an active peer-to-peer call or group call. A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. This is opposed to transfering the call directly. This API is supported in the following national cloud deployments. + * Transfer an active peer-to-peer call or group call. A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. This is opposed to transfering the call directly. This API is available in the following national cloud deployments. * @param TransferPostRequestBody $body The request body * @param TransferRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/Unmute/UnmutePostRequestBody.php b/src/Generated/Communications/Calls/Item/Unmute/UnmutePostRequestBody.php index d2398f33d6f..fbe3b8de4e0 100644 --- a/src/Generated/Communications/Calls/Item/Unmute/UnmutePostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Unmute/UnmutePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unmut } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.php b/src/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.php index 0414dc33746..f2288ac82b6 100644 --- a/src/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Allow the application to unmute itself. This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. For more information about how to handle unmute operations, see unmuteParticipantOperation. This API is supported in the following national cloud deployments. + * Allow the application to unmute itself. This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. For more information about how to handle unmute operations, see unmuteParticipantOperation. This API is available in the following national cloud deployments. * @param UnmutePostRequestBody $body The request body * @param UnmuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(UnmutePostRequestBody $body, ?UnmuteRequestBuilderPostReque } /** - * Allow the application to unmute itself. This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. For more information about how to handle unmute operations, see unmuteParticipantOperation. This API is supported in the following national cloud deployments. + * Allow the application to unmute itself. This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. For more information about how to handle unmute operations, see unmuteParticipantOperation. This API is available in the following national cloud deployments. * @param UnmutePostRequestBody $body The request body * @param UnmuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusPostRequestBody.php b/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusPostRequestBody.php index d177bc6567a..eabceee848a 100644 --- a/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Updat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php b/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php index 38322f44caf..b5e60c5a2f1 100644 --- a/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Update the application's recording status associated with a call. This requires the use of the Teams policy-based recording solution. This API is supported in the following national cloud deployments. + * Update the application's recording status associated with a call. This requires the use of the Teams policy-based recording solution. This API is available in the following national cloud deployments. * @param UpdateRecordingStatusPostRequestBody $body The request body * @param UpdateRecordingStatusRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(UpdateRecordingStatusPostRequestBody $body, ?UpdateRecordin } /** - * Update the application's recording status associated with a call. This requires the use of the Teams policy-based recording solution. This API is supported in the following national cloud deployments. + * Update the application's recording status associated with a call. This requires the use of the Teams policy-based recording solution. This API is available in the following national cloud deployments. * @param UpdateRecordingStatusPostRequestBody $body The request body * @param UpdateRecordingStatusRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityPostRequestBody.php b/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityPostRequestBody.php index d1b995ebd16..c7caeba6491 100644 --- a/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityPostRequestBody.php +++ b/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): LogTe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php b/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php index 508bd69fb68..fcb2ecaf7c2 100644 --- a/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php +++ b/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Log video teleconferencing device quality data. The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. The other media leg is between the CVI bot and the VTC device. The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. This method is only for the CVI partners to provide their media quality data. This API is supported in the following national cloud deployments. + * Log video teleconferencing device quality data. The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. The other media leg is between the CVI bot and the VTC device. The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. This method is only for the CVI partners to provide their media quality data. This API is available in the following national cloud deployments. * @param LogTeleconferenceDeviceQualityPostRequestBody $body The request body * @param LogTeleconferenceDeviceQualityRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(LogTeleconferenceDeviceQualityPostRequestBody $body, ?LogTe } /** - * Log video teleconferencing device quality data. The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. The other media leg is between the CVI bot and the VTC device. The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. This method is only for the CVI partners to provide their media quality data. This API is supported in the following national cloud deployments. + * Log video teleconferencing device quality data. The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. The other media leg is between the CVI bot and the VTC device. The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. This method is only for the CVI partners to provide their media quality data. This API is available in the following national cloud deployments. * @param LogTeleconferenceDeviceQualityPostRequestBody $body The request body * @param LogTeleconferenceDeviceQualityRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostRequestBody.php b/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostRequestBody.php index 47c201a8a9b..fedf2719cb7 100644 --- a/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostRequestBody.php +++ b/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetPr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.php b/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.php index b64685883af..ae6046c4977 100644 --- a/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.php +++ b/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the presence information for multiple users. This API is supported in the following national cloud deployments. + * Get the presence information for multiple users. This API is available in the following national cloud deployments. * @param GetPresencesByUserIdPostRequestBody $body The request body * @param GetPresencesByUserIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetPresencesByUserIdPostRequestBody $body, ?GetPresencesByU } /** - * Get the presence information for multiple users. This API is supported in the following national cloud deployments. + * Get the presence information for multiple users. This API is available in the following national cloud deployments. * @param GetPresencesByUserIdPostRequestBody $body The request body * @param GetPresencesByUserIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.php b/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.php index 29d3a5f1c8f..755efe72e84 100644 --- a/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.php +++ b/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -161,16 +161,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php index fb43dcdab70..ca1eb43cffd 100644 --- a/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. This API is supported in the following national cloud deployments. + * Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. This API is available in the following national cloud deployments. * @param CreateOrGetPostRequestBody $body The request body * @param CreateOrGetRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateOrGetPostRequestBody $body, ?CreateOrGetRequestBuilde } /** - * Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. This API is supported in the following national cloud deployments. + * Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. This API is available in the following national cloud deployments. * @param CreateOrGetPostRequestBody $body The request body * @param CreateOrGetRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.php index e5a840b3a69..2211db3a1f4 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is supported in the following national cloud deployments. + * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is available in the following national cloud deployments. * @param AttendanceReportsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(MeetingAttendanceReport $body, ?AttendanceReportsRequestBui } /** - * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is supported in the following national cloud deployments. + * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is available in the following national cloud deployments. * @param AttendanceReportsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilderGetQueryParameters.php index 3060a0178f0..63f308b2327 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is supported in the following national cloud deployments. + * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is available in the following national cloud deployments. */ class AttendanceReportsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.php index 8a9433c2ae3..fe8b382bf22 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments. * @param AttendanceRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AttendanceRecord $body, ?AttendanceRecordsRequestBuilderPos } /** - * Get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments. * @param AttendanceRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilderGetQueryParameters.php index bf79362a97f..a0eef7e7a20 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments. */ class AttendanceRecordsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.php index af5da9a0025..17852e8dd78 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?MeetingAttendanceReportItemRequestBuilderDeleteRequestCo } /** - * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is supported in the following national cloud deployments. + * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is available in the following national cloud deployments. * @param MeetingAttendanceReportItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?MeetingAttendanceReportItemRequestBu } /** - * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is supported in the following national cloud deployments. + * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is available in the following national cloud deployments. * @param MeetingAttendanceReportItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilderGetQueryParameters.php b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilderGetQueryParameters.php index e3b105c17e1..0a758f89468 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is supported in the following national cloud deployments. + * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is available in the following national cloud deployments. */ class MeetingAttendanceReportItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php index b5392fd0e50..8df69de8b38 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The content stream of the attendee report of a Microsoft Teams live event. Read-only. + * Get attendeeReport for the navigation property onlineMeetings from communications * @param AttendeeReportRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?AttendeeReportRequestBuilderGetRequestConfiguration $reques } /** - * The content stream of the attendee report of a Microsoft Teams live event. Read-only. + * Update attendeeReport for the navigation property onlineMeetings in communications * @param StreamInterface $body Binary request body * @param AttendeeReportRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -70,7 +70,7 @@ public function put(StreamInterface $body, ?AttendeeReportRequestBuilderPutReque } /** - * The content stream of the attendee report of a Microsoft Teams live event. Read-only. + * Get attendeeReport for the navigation property onlineMeetings from communications * @param AttendeeReportRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -87,7 +87,7 @@ public function toGetRequestInformation(?AttendeeReportRequestBuilderGetRequestC } /** - * The content stream of the attendee report of a Microsoft Teams live event. Read-only. + * Update attendeeReport for the navigation property onlineMeetings in communications * @param StreamInterface $body Binary request body * @param AttendeeReportRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.php b/src/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.php index d8d6f9f1b23..b34849f441a 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.php +++ b/src/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetVi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.php index 61f9a457ad6..06cdab83dde 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.php @@ -66,9 +66,10 @@ public function delete(?CallTranscriptItemRequestBuilderDeleteRequestConfigurati } /** - * Get transcripts from communications + * Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. This API is available in the following national cloud deployments. * @param CallTranscriptItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise + * @link https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 Find more info here */ public function get(?CallTranscriptItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -120,7 +121,7 @@ public function toDeleteRequestInformation(?CallTranscriptItemRequestBuilderDele } /** - * Get transcripts from communications + * Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. This API is available in the following national cloud deployments. * @param CallTranscriptItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilderGetQueryParameters.php b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilderGetQueryParameters.php index f8067e39096..be8c1c9778a 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get transcripts from communications + * Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. This API is available in the following national cloud deployments. */ class CallTranscriptItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.php index 48765a2bf01..25bd962663e 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.php @@ -33,9 +33,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get content for the navigation property transcripts from communications + * The content of the transcript. Read-only. * @param ContentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise + * @link https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 Find more info here */ public function get(?ContentRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -51,7 +52,7 @@ public function get(?ContentRequestBuilderGetRequestConfiguration $requestConfig } /** - * Update content for the navigation property transcripts in communications + * The content of the transcript. Read-only. * @param StreamInterface $body Binary request body * @param ContentRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -70,7 +71,7 @@ public function put(StreamInterface $body, ?ContentRequestBuilderPutRequestConfi } /** - * Get content for the navigation property transcripts from communications + * The content of the transcript. Read-only. * @param ContentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -87,7 +88,7 @@ public function toGetRequestInformation(?ContentRequestBuilderGetRequestConfigur } /** - * Update content for the navigation property transcripts in communications + * The content of the transcript. Read-only. * @param StreamInterface $body Binary request body * @param ContentRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.php index 7d75ad1d68b..df868729ae0 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.php @@ -32,9 +32,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get metadataContent for the navigation property transcripts from communications + * The time-aligned metadata of the utterances in the transcript. Read-only. * @param MetadataContentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise + * @link https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 Find more info here */ public function get(?MetadataContentRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -50,7 +51,7 @@ public function get(?MetadataContentRequestBuilderGetRequestConfiguration $reque } /** - * Update metadataContent for the navigation property transcripts in communications + * The time-aligned metadata of the utterances in the transcript. Read-only. * @param StreamInterface $body Binary request body * @param MetadataContentRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -69,7 +70,7 @@ public function put(StreamInterface $body, ?MetadataContentRequestBuilderPutRequ } /** - * Get metadataContent for the navigation property transcripts from communications + * The time-aligned metadata of the utterances in the transcript. Read-only. * @param MetadataContentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -86,7 +87,7 @@ public function toGetRequestInformation(?MetadataContentRequestBuilderGetRequest } /** - * Update metadataContent for the navigation property transcripts in communications + * The time-aligned metadata of the utterances in the transcript. Read-only. * @param StreamInterface $body Binary request body * @param MetadataContentRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.php index 8c2ee09dbfa..70fcdbdd8c1 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.php @@ -53,9 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get transcripts from communications + * Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. This API is available in the following national cloud deployments. * @param TranscriptsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise + * @link https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 Find more info here */ public function get(?TranscriptsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -90,7 +91,7 @@ public function post(CallTranscript $body, ?TranscriptsRequestBuilderPostRequest } /** - * Get transcripts from communications + * Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. This API is available in the following national cloud deployments. * @param TranscriptsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilderGetQueryParameters.php index 2c3daad8ce6..ef090d7931e 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get transcripts from communications + * Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. This API is available in the following national cloud deployments. */ class TranscriptsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.php index fb0c5a7e453..8d5a2e2eab4 100644 --- a/src/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is available in the following national cloud deployments. * @param OnlineMeetingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(OnlineMeeting $body, ?OnlineMeetingsRequestBuilderPostReque } /** - * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is available in the following national cloud deployments. * @param OnlineMeetingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilderGetQueryParameters.php b/src/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilderGetQueryParameters.php index 1c07644fabd..8cb3bba5c0c 100644 --- a/src/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is available in the following national cloud deployments. */ class OnlineMeetingsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresencePostRequestBody.php b/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresencePostRequestBody.php index 73d5bafcafa..c1077c25896 100644 --- a/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresencePostRequestBody.php +++ b/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresencePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Clear } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.php b/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.php index 72529bbed2c..3fab476ab24 100644 --- a/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. This API is supported in the following national cloud deployments. + * Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. This API is available in the following national cloud deployments. * @param ClearPresencePostRequestBody $body The request body * @param ClearPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ClearPresencePostRequestBody $body, ?ClearPresenceRequestBu } /** - * Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. This API is supported in the following national cloud deployments. + * Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. This API is available in the following national cloud deployments. * @param ClearPresencePostRequestBody $body The request body * @param ClearPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php b/src/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php index 2023593c6ea..1e72fbd9605 100644 --- a/src/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the preferred availability and activity status for a user. This API is supported in the following national cloud deployments. + * Clear the preferred availability and activity status for a user. This API is available in the following national cloud deployments. * @param ClearUserPreferredPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearUserPreferredPresenceRequestBuilderPostRequestConfigu } /** - * Clear the preferred availability and activity status for a user. This API is supported in the following national cloud deployments. + * Clear the preferred availability and activity status for a user. This API is available in the following national cloud deployments. * @param ClearUserPreferredPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/Presences/Item/PresenceItemRequestBuilder.php b/src/Generated/Communications/Presences/Item/PresenceItemRequestBuilder.php index 8604985f394..a8e7e0ff988 100644 --- a/src/Generated/Communications/Presences/Item/PresenceItemRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/PresenceItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?PresenceItemRequestBuilderDeleteRequestConfiguration $re } /** - * Get a user's presence information. This API is supported in the following national cloud deployments. + * Get a user's presence information. This API is available in the following national cloud deployments. * @param PresenceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?PresenceItemRequestBuilderDeleteRequ } /** - * Get a user's presence information. This API is supported in the following national cloud deployments. + * Get a user's presence information. This API is available in the following national cloud deployments. * @param PresenceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/Presences/Item/PresenceItemRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Presences/Item/PresenceItemRequestBuilderGetQueryParameters.php index 12112809d7f..c7f99c1a122 100644 --- a/src/Generated/Communications/Presences/Item/PresenceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Presences/Item/PresenceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a user's presence information. This API is supported in the following national cloud deployments. + * Get a user's presence information. This API is available in the following national cloud deployments. */ class PresenceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Communications/Presences/Item/SetPresence/SetPresencePostRequestBody.php b/src/Generated/Communications/Presences/Item/SetPresence/SetPresencePostRequestBody.php index 827908f5fe1..ed676d3d7b9 100644 --- a/src/Generated/Communications/Presences/Item/SetPresence/SetPresencePostRequestBody.php +++ b/src/Generated/Communications/Presences/Item/SetPresence/SetPresencePostRequestBody.php @@ -48,7 +48,7 @@ public function getActivity(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -73,7 +73,7 @@ public function getAvailability(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -139,8 +139,8 @@ public function setActivity(?string $value): void { } /** - * 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. + * 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); @@ -155,8 +155,8 @@ public function setAvailability(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.php b/src/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.php index ab498f83686..4739707fef6 100644 --- a/src/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Set the state of a user's presence session as an application. This API is supported in the following national cloud deployments. + * Set the state of a user's presence session as an application. This API is available in the following national cloud deployments. * @param SetPresencePostRequestBody $body The request body * @param SetPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetPresencePostRequestBody $body, ?SetPresenceRequestBuilde } /** - * Set the state of a user's presence session as an application. This API is supported in the following national cloud deployments. + * Set the state of a user's presence session as an application. This API is available in the following national cloud deployments. * @param SetPresencePostRequestBody $body The request body * @param SetPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessagePostRequestBody.php b/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessagePostRequestBody.php index afc300825cd..88845552144 100644 --- a/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessagePostRequestBody.php +++ b/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessagePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetSt } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.php b/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.php index 5b41787aac9..0d9cee33a53 100644 --- a/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is supported in the following national cloud deployments. + * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is available in the following national cloud deployments. * @param SetStatusMessagePostRequestBody $body The request body * @param SetStatusMessageRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetStatusMessagePostRequestBody $body, ?SetStatusMessageReq } /** - * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is supported in the following national cloud deployments. + * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is available in the following national cloud deployments. * @param SetStatusMessagePostRequestBody $body The request body * @param SetStatusMessageRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.php b/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.php index 8e2e77b3fa6..6fa2923ebb4 100644 --- a/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.php +++ b/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.php @@ -48,7 +48,7 @@ public function getActivity(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -73,7 +73,7 @@ public function getAvailability(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -125,8 +125,8 @@ public function setActivity(?string $value): void { } /** - * 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. + * 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); @@ -141,8 +141,8 @@ public function setAvailability(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php b/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php index dd24253b1dc..f292e707a08 100644 --- a/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. This API is supported in the following national cloud deployments. + * Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. This API is available in the following national cloud deployments. * @param SetUserPreferredPresencePostRequestBody $body The request body * @param SetUserPreferredPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetUserPreferredPresencePostRequestBody $body, ?SetUserPref } /** - * Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. This API is supported in the following national cloud deployments. + * Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. This API is available in the following national cloud deployments. * @param SetUserPreferredPresencePostRequestBody $body The request body * @param SetUserPreferredPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Presences/PresencesRequestBuilder.php b/src/Generated/Communications/Presences/PresencesRequestBuilder.php index a951963eb3e..76ec87f1c24 100644 --- a/src/Generated/Communications/Presences/PresencesRequestBuilder.php +++ b/src/Generated/Communications/Presences/PresencesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a user's presence information. This API is supported in the following national cloud deployments. + * Get a user's presence information. This API is available in the following national cloud deployments. * @param PresencesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Presence $body, ?PresencesRequestBuilderPostRequestConfigur } /** - * Get a user's presence information. This API is supported in the following national cloud deployments. + * Get a user's presence information. This API is available in the following national cloud deployments. * @param PresencesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Communications/Presences/PresencesRequestBuilderGetQueryParameters.php b/src/Generated/Communications/Presences/PresencesRequestBuilderGetQueryParameters.php index 0f89f21e1cf..4d5bc1075f3 100644 --- a/src/Generated/Communications/Presences/PresencesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Communications/Presences/PresencesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a user's presence information. This API is supported in the following national cloud deployments. + * Get a user's presence information. This API is available in the following national cloud deployments. */ class PresencesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Connections/Item/Groups/GroupsRequestBuilder.php b/src/Generated/Connections/Item/Groups/GroupsRequestBuilder.php index 1b1072201f1..35801950c41 100644 --- a/src/Generated/Connections/Item/Groups/GroupsRequestBuilder.php +++ b/src/Generated/Connections/Item/Groups/GroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?GroupsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new externalGroup object. This API is supported in the following national cloud deployments. + * Create a new externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroup $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(ExternalGroup $body, ?GroupsRequestBuilderPostRequestConfig } /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?GroupsRequestBuilderGetRequestConfigura } /** - * Create a new externalGroup object. This API is supported in the following national cloud deployments. + * Create a new externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroup $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/Connections/Item/Groups/GroupsRequestBuilderGetQueryParameters.php b/src/Generated/Connections/Item/Groups/GroupsRequestBuilderGetQueryParameters.php index 47598767c03..41004a418b9 100644 --- a/src/Generated/Connections/Item/Groups/GroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Connections/Item/Groups/GroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. */ class GroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.php b/src/Generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.php index 90e1fb78d08..e8ccb82b4b3 100644 --- a/src/Generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.php +++ b/src/Generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an externalGroup object. This API is supported in the following national cloud deployments. + * Delete an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ExternalGroupItemRequestBuilderDeleteRequestConfiguratio } /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ExternalGroupItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of an externalGroup object. This API is supported in the following national cloud deployments. + * Update the properties of an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroup $body The request body * @param ExternalGroupItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(ExternalGroup $body, ?ExternalGroupItemRequestBuilderPatch } /** - * Delete an externalGroup object. This API is supported in the following national cloud deployments. + * Delete an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?ExternalGroupItemRequestBuilderDelet } /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?ExternalGroupItemRequestBuilderGetReque } /** - * Update the properties of an externalGroup object. This API is supported in the following national cloud deployments. + * Update the properties of an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroup $body The request body * @param ExternalGroupItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilderGetQueryParameters.php index 97a26701a52..bea71e07258 100644 --- a/src/Generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. */ class ExternalGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.php b/src/Generated/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.php index 015d69047f1..75f4349e433 100644 --- a/src/Generated/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.php +++ b/src/Generated/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.php @@ -32,10 +32,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an identity resource to remove the corresponding member from an externalGroup. This API is supported in the following national cloud deployments. + * Delete an identity resource to remove the corresponding member from an externalGroup. This API is available in the following national cloud deployments. * @param IdentityItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/externalconnectors-identity-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0 Find more info here */ public function delete(?IdentityItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -88,7 +88,7 @@ public function patch(Identity $body, ?IdentityItemRequestBuilderPatchRequestCon } /** - * Delete an identity resource to remove the corresponding member from an externalGroup. This API is supported in the following national cloud deployments. + * Delete an identity resource to remove the corresponding member from an externalGroup. This API is available in the following national cloud deployments. * @param IdentityItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.php b/src/Generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.php index 2c8c128106c..b73b255409f 100644 --- a/src/Generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.php @@ -71,7 +71,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create an identity resource for a new member in an externalGroup. This API is supported in the following national cloud deployments. + * Create an identity resource for a new member in an externalGroup. This API is available in the following national cloud deployments. * @param Identity $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -112,7 +112,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Create an identity resource for a new member in an externalGroup. This API is supported in the following national cloud deployments. + * Create an identity resource for a new member in an externalGroup. This API is available in the following national cloud deployments. * @param Identity $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php b/src/Generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php index 423775be0a2..4c2a1ec96bb 100644 --- a/src/Generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php +++ b/src/Generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an externalItem object. This API is supported in the following national cloud deployments. + * Delete an externalItem object. This API is available in the following national cloud deployments. * @param ExternalItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?ExternalItemItemRequestBuilderDeleteRequestConfiguration } /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. * @param ExternalItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function put(ExternalItem $body, ?ExternalItemItemRequestBuilderPutReques } /** - * Delete an externalItem object. This API is supported in the following national cloud deployments. + * Delete an externalItem object. This API is available in the following national cloud deployments. * @param ExternalItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?ExternalItemItemRequestBuilderDelete } /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. * @param ExternalItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilderGetQueryParameters.php b/src/Generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilderGetQueryParameters.php index 74bceea2089..58dbfd1350e 100644 --- a/src/Generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. */ class ExternalItemItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.php b/src/Generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.php index 3195864b2fd..6458b92e0ed 100644 --- a/src/Generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.php +++ b/src/Generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.php @@ -51,7 +51,7 @@ public function getActivities(): ?array { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -100,16 +100,16 @@ public function setActivities(?array $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Connections/Item/Items/ItemsRequestBuilder.php b/src/Generated/Connections/Item/Items/ItemsRequestBuilder.php index cd4da57130f..cef5f6d6b61 100644 --- a/src/Generated/Connections/Item/Items/ItemsRequestBuilder.php +++ b/src/Generated/Connections/Item/Items/ItemsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(ExternalItem $body, ?ItemsRequestBuilderPostRequestConfigur } /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Connections/Item/Items/ItemsRequestBuilderGetQueryParameters.php b/src/Generated/Connections/Item/Items/ItemsRequestBuilderGetQueryParameters.php index adc85c6eae1..4457204321b 100644 --- a/src/Generated/Connections/Item/Items/ItemsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Connections/Item/Items/ItemsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. */ class ItemsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.php b/src/Generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.php index 8f6a9a45097..87f40a534db 100644 --- a/src/Generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.php +++ b/src/Generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ConnectionOperationItemRequestBuilderDeleteRequestConfig } /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. * @param ConnectionOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ConnectionOperationItemRequestBuilde } /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. * @param ConnectionOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilderGetQueryParameters.php index 7bbc2050507..cab52bbd669 100644 --- a/src/Generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. */ class ConnectionOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Connections/Item/Operations/OperationsRequestBuilder.php b/src/Generated/Connections/Item/Operations/OperationsRequestBuilder.php index 042f8a81a0d..7056a0a40f0 100644 --- a/src/Generated/Connections/Item/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Connections/Item/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(ConnectionOperation $body, ?OperationsRequestBuilderPostReq } /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Connections/Item/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Connections/Item/Operations/OperationsRequestBuilderGetQueryParameters.php index b4e1acf58ba..25652892805 100644 --- a/src/Generated/Connections/Item/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Connections/Item/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Connections/Item/Schema/SchemaRequestBuilder.php b/src/Generated/Connections/Item/Schema/SchemaRequestBuilder.php index 4d235503423..a2d36eda0fd 100644 --- a/src/Generated/Connections/Item/Schema/SchemaRequestBuilder.php +++ b/src/Generated/Connections/Item/Schema/SchemaRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a schema object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a schema object. This API is available in the following national cloud deployments. * @param SchemaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0 Find more info here @@ -51,10 +51,11 @@ public function get(?SchemaRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Update the navigation property schema in connections + * Create a new schema object. * @param Schema $body The request body * @param SchemaRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise + * @link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0 Find more info here */ public function patch(Schema $body, ?SchemaRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -70,7 +71,7 @@ public function patch(Schema $body, ?SchemaRequestBuilderPatchRequestConfigurati } /** - * Read the properties and relationships of a schema object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a schema object. This API is available in the following national cloud deployments. * @param SchemaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -91,7 +92,7 @@ public function toGetRequestInformation(?SchemaRequestBuilderGetRequestConfigura } /** - * Update the navigation property schema in connections + * Create a new schema object. * @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/Connections/Item/Schema/SchemaRequestBuilderGetQueryParameters.php b/src/Generated/Connections/Item/Schema/SchemaRequestBuilderGetQueryParameters.php index ff77e0d4141..5a8c6d01e65 100644 --- a/src/Generated/Connections/Item/Schema/SchemaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Connections/Item/Schema/SchemaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a schema object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a schema object. This API is available in the following national cloud deployments. */ class SchemaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Contacts/ContactsRequestBuilder.php b/src/Generated/Contacts/ContactsRequestBuilder.php index b0f64b7e836..7d3c7ac67a0 100644 --- a/src/Generated/Contacts/ContactsRequestBuilder.php +++ b/src/Generated/Contacts/ContactsRequestBuilder.php @@ -85,7 +85,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of organizational contacts for this organization. This API is supported in the following national cloud deployments. + * Get the list of organizational contacts for this organization. This API is available in the following national cloud deployments. * @param ContactsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0 Find more info here @@ -123,7 +123,7 @@ public function post(OrgContact $body, ?ContactsRequestBuilderPostRequestConfigu } /** - * Get the list of organizational contacts for this organization. This API is supported in the following national cloud deployments. + * Get the list of organizational contacts for this organization. This API is available in the following national cloud deployments. * @param ContactsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Contacts/ContactsRequestBuilderGetQueryParameters.php b/src/Generated/Contacts/ContactsRequestBuilderGetQueryParameters.php index 22075688d6d..760ac5d3f82 100644 --- a/src/Generated/Contacts/ContactsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Contacts/ContactsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of organizational contacts for this organization. This API is supported in the following national cloud deployments. + * Get the list of organizational contacts for this organization. This API is available in the following national cloud deployments. */ class ContactsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index 96ef6fd0a3d..b9037bddc27 100644 --- a/src/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index 591850fec20..44a2d8d0244 100644 --- a/src/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contacts/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Contacts/GetByIds/GetByIdsPostRequestBody.php index b52212ca665..03f0e584cb5 100644 --- a/src/Generated/Contacts/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/Contacts/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.php index 257a2dcc7bf..913ad567188 100644 --- a/src/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index 119be30ffd9..cfb248f4ee7 100644 --- a/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 0b734cf2868..20e0b65d5de 100644 --- a/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index bd283eb4838..c114fca2224 100644 --- a/src/Generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index be414411358..623c8a73f73 100644 --- a/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index e61200f20cb..d5b01f40b16 100644 --- a/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index b43a159baa1..acdbee803e0 100644 --- a/src/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index c1e24beecb0..08607eeb75e 100644 --- a/src/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contacts/Item/Manager/ManagerRequestBuilder.php b/src/Generated/Contacts/Item/Manager/ManagerRequestBuilder.php index a59fd13c005..cf008c0e6e8 100644 --- a/src/Generated/Contacts/Item/Manager/ManagerRequestBuilder.php +++ b/src/Generated/Contacts/Item/Manager/ManagerRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get this organizational contact's manager. This API is supported in the following national cloud deployments. + * Get this organizational contact's manager. This API is available in the following national cloud deployments. * @param ManagerRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?ManagerRequestBuilderGetRequestConfiguration $requestConfig } /** - * Get this organizational contact's manager. This API is supported in the following national cloud deployments. + * Get this organizational contact's manager. This API is available in the following national cloud deployments. * @param ManagerRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Contacts/Item/Manager/ManagerRequestBuilderGetQueryParameters.php b/src/Generated/Contacts/Item/Manager/ManagerRequestBuilderGetQueryParameters.php index 3c8b15563df..9ecb91d1ab6 100644 --- a/src/Generated/Contacts/Item/Manager/ManagerRequestBuilderGetQueryParameters.php +++ b/src/Generated/Contacts/Item/Manager/ManagerRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get this organizational contact's manager. This API is supported in the following national cloud deployments. + * Get this organizational contact's manager. This API is available in the following national cloud deployments. */ class ManagerRequestBuilderGetQueryParameters { diff --git a/src/Generated/Contacts/Item/OrgContactItemRequestBuilder.php b/src/Generated/Contacts/Item/OrgContactItemRequestBuilder.php index 40cfa15ed67..521250dcf4c 100644 --- a/src/Generated/Contacts/Item/OrgContactItemRequestBuilder.php +++ b/src/Generated/Contacts/Item/OrgContactItemRequestBuilder.php @@ -138,7 +138,7 @@ public function delete(?OrgContactItemRequestBuilderDeleteRequestConfiguration $ } /** - * Get the properties and relationships of an organizational contact. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an organizational contact. This API is available in the following national cloud deployments. * @param OrgContactItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0 Find more info here @@ -193,7 +193,7 @@ public function toDeleteRequestInformation(?OrgContactItemRequestBuilderDeleteRe } /** - * Get the properties and relationships of an organizational contact. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an organizational contact. This API is available in the following national cloud deployments. * @param OrgContactItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Contacts/Item/OrgContactItemRequestBuilderGetQueryParameters.php b/src/Generated/Contacts/Item/OrgContactItemRequestBuilderGetQueryParameters.php index 23b604e5b1f..c6e6e377335 100644 --- a/src/Generated/Contacts/Item/OrgContactItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Contacts/Item/OrgContactItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of an organizational contact. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an organizational contact. This API is available in the following national cloud deployments. */ class OrgContactItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Contacts/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Contacts/Item/Restore/RestoreRequestBuilder.php index 57f8f8566dd..eaae9792ae6 100644 --- a/src/Generated/Contacts/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Contacts/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Contacts/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Contacts/ValidateProperties/ValidatePropertiesPostRequestBody.php index 8416953fd70..6d73a691730 100644 --- a/src/Generated/Contacts/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/Contacts/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.php index b8a3180581d..dea7bf7c845 100644 --- a/src/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contracts/ContractsRequestBuilder.php b/src/Generated/Contracts/ContractsRequestBuilder.php index 8b0c9b14220..1041f674289 100644 --- a/src/Generated/Contracts/ContractsRequestBuilder.php +++ b/src/Generated/Contracts/ContractsRequestBuilder.php @@ -85,7 +85,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of contract objects associated to a partner tenant. This API is supported in the following national cloud deployments. + * Retrieve a list of contract objects associated to a partner tenant. This API is available in the following national cloud deployments. * @param ContractsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0 Find more info here @@ -123,7 +123,7 @@ public function post(Contract $body, ?ContractsRequestBuilderPostRequestConfigur } /** - * Retrieve a list of contract objects associated to a partner tenant. This API is supported in the following national cloud deployments. + * Retrieve a list of contract objects associated to a partner tenant. This API is available in the following national cloud deployments. * @param ContractsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Contracts/ContractsRequestBuilderGetQueryParameters.php b/src/Generated/Contracts/ContractsRequestBuilderGetQueryParameters.php index 7439d9cfb97..804176f3870 100644 --- a/src/Generated/Contracts/ContractsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Contracts/ContractsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of contract objects associated to a partner tenant. This API is supported in the following national cloud deployments. + * Retrieve a list of contract objects associated to a partner tenant. This API is available in the following national cloud deployments. */ class ContractsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index 3f682978ff7..dabdf3123ae 100644 --- a/src/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index b9a3605e7f5..65e9a1be7eb 100644 --- a/src/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contracts/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Contracts/GetByIds/GetByIdsPostRequestBody.php index b09e94dcb27..16d9ed86fb3 100644 --- a/src/Generated/Contracts/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/Contracts/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.php index eaa9165808d..b294c8b2b2a 100644 --- a/src/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index b36424d9aea..756d3adcfcb 100644 --- a/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 3dd11f8d67c..a24f70ea1a6 100644 --- a/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index 41bc682e0a9..66163cb81ee 100644 --- a/src/Generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contracts/Item/ContractItemRequestBuilder.php b/src/Generated/Contracts/Item/ContractItemRequestBuilder.php index 41e08d31b2d..7c655dcaa72 100644 --- a/src/Generated/Contracts/Item/ContractItemRequestBuilder.php +++ b/src/Generated/Contracts/Item/ContractItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?ContractItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of contract object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of contract object. This API is available in the following national cloud deployments. * @param ContractItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?ContractItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of contract object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of contract object. This API is available in the following national cloud deployments. * @param ContractItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Contracts/Item/ContractItemRequestBuilderGetQueryParameters.php b/src/Generated/Contracts/Item/ContractItemRequestBuilderGetQueryParameters.php index 53b8ffd20ec..7973129c1c7 100644 --- a/src/Generated/Contracts/Item/ContractItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Contracts/Item/ContractItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of contract object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of contract object. This API is available in the following national cloud deployments. */ class ContractItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index 22dd392a989..54af3a42df4 100644 --- a/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 14ac06074e6..01a8e63321b 100644 --- a/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index e52b773f6c9..d36c4e778a7 100644 --- a/src/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index 2ca22e7be41..ddb305da9c7 100644 --- a/src/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Contracts/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Contracts/Item/Restore/RestoreRequestBuilder.php index cba0c5c4b77..96de5d4ac6a 100644 --- a/src/Generated/Contracts/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Contracts/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Contracts/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Contracts/ValidateProperties/ValidatePropertiesPostRequestBody.php index 41d0561f365..c8914f8fd57 100644 --- a/src/Generated/Contracts/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/Contracts/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.php index c305cf10437..a4e8270b431 100644 --- a/src/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.php b/src/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.php index 6d015bc4b25..1c0f76e06c3 100644 --- a/src/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.php +++ b/src/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments. * @param DataPolicyOperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(DataPolicyOperation $body, ?DataPolicyOperationsRequestBuil } /** - * Retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments. * @param DataPolicyOperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilderGetQueryParameters.php b/src/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilderGetQueryParameters.php index 8524c543f45..7dfb2f7b21f 100644 --- a/src/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DataPolicyOperations/DataPolicyOperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments. */ class DataPolicyOperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilder.php b/src/Generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilder.php index a6507dab1c5..8141b7fbe12 100644 --- a/src/Generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilder.php +++ b/src/Generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DataPolicyOperationItemRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments. * @param DataPolicyOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?DataPolicyOperationItemRequestBuilde } /** - * Retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments. * @param DataPolicyOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilderGetQueryParameters.php index e00af0bf63d..4486839a6a2 100644 --- a/src/Generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a dataPolicyOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties of a dataPolicyOperation object. This API is available in the following national cloud deployments. */ class DataPolicyOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php b/src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php index ec2b980ec40..6dc44a5f665 100644 --- a/src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.php @@ -155,7 +155,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * Read properties and relationships of the deviceAppManagement object. * @param DeviceAppManagementRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0 Find more info here */ public function get(?DeviceAppManagementRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsPostRequestBody.php b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsPostRequestBody.php index 17c2d9bb3d3..a3bc24c8b4c 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Targe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getApps(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,8 +92,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -108,8 +108,8 @@ public function setApps(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.php index c594913e156..97d8339b456 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.php @@ -35,7 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TargetAppsPostRequestBody $body The request body * @param TargetAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 Find more info here */ public function post(TargetAppsPostRequestBody $body, ?TargetAppsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsPostRequestBody.php b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsPostRequestBody.php index c9be7d8bf7a..73052d52113 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Targe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getApps(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,8 +92,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -108,8 +108,8 @@ public function setApps(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php index 1832b8006e6..81f9141b707 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php @@ -35,7 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TargetAppsPostRequestBody $body The request body * @param TargetAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 Find more info here */ public function post(TargetAppsPostRequestBody $body, ?TargetAppsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsPostRequestBody.php b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsPostRequestBody.php index f5a37d796d3..07991e78236 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Targe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getApps(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,8 +92,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -108,8 +108,8 @@ public function setApps(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php index bd964350653..874824a9d8f 100644 --- a/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.php @@ -35,7 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TargetAppsPostRequestBody $body The request body * @param TargetAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 Find more info here */ public function post(TargetAppsPostRequestBody $body, ?TargetAppsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignPostRequestBody.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignPostRequestBody.php index 449a473b0c2..22503c83ca4 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.php index f97b5ce1ac5..83644ab1fe0 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.php @@ -53,10 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the managedEBookAssignment objects. + * List properties and relationships of the iosVppEBookAssignment objects. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0 Find more info here */ public function get(?AssignmentsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -92,7 +92,7 @@ public function post(ManagedEBookAssignment $body, ?AssignmentsRequestBuilderPos } /** - * List properties and relationships of the managedEBookAssignment objects. + * List properties and relationships of the iosVppEBookAssignment objects. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php index bc0ec42f416..286ad40a449 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the managedEBookAssignment objects. + * List properties and relationships of the iosVppEBookAssignment objects. */ class AssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php index 0e2b77782a8..095a517c6ee 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.php @@ -32,10 +32,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a iosVppEBookAssignment. + * Deletes a managedEBookAssignment. * @param ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0 Find more info here */ public function delete(?ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -51,10 +51,10 @@ public function delete(?ManagedEBookAssignmentItemRequestBuilderDeleteRequestCon } /** - * Read properties and relationships of the managedEBookAssignment object. + * Read properties and relationships of the iosVppEBookAssignment object. * @param ManagedEBookAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 Find more info here */ public function get(?ManagedEBookAssignmentItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -90,7 +90,7 @@ public function patch(ManagedEBookAssignment $body, ?ManagedEBookAssignmentItemR } /** - * Deletes a iosVppEBookAssignment. + * Deletes a managedEBookAssignment. * @param ManagedEBookAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ManagedEBookAssignmentItemRequestBui } /** - * Read properties and relationships of the managedEBookAssignment object. + * Read properties and relationships of the iosVppEBookAssignment object. * @param ManagedEBookAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilderGetQueryParameters.php index 854e051c551..fa920db8c52 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the managedEBookAssignment object. + * Read properties and relationships of the iosVppEBookAssignment object. */ class ManagedEBookAssignmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.php index 510b4147b81..b2ebb6629c7 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.php @@ -91,10 +91,10 @@ public function delete(?ManagedEBookItemRequestBuilderDeleteRequestConfiguration } /** - * Read properties and relationships of the managedEBook object. + * Read properties and relationships of the iosVppEBook object. * @param ManagedEBookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0 Find more info here */ public function get(?ManagedEBookItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -147,7 +147,7 @@ public function toDeleteRequestInformation(?ManagedEBookItemRequestBuilderDelete } /** - * Read properties and relationships of the managedEBook object. + * Read properties and relationships of the iosVppEBook object. * @param ManagedEBookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilderGetQueryParameters.php index 271c28a403d..5270a02e617 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the managedEBook object. + * Read properties and relationships of the iosVppEBook object. */ class ManagedEBookItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.php b/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.php index 15f9f96891d..d680c427b80 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.php @@ -53,10 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the iosVppEBook objects. + * List properties and relationships of the managedEBook objects. * @param ManagedEBooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 Find more info here */ public function get(?ManagedEBooksRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -92,7 +92,7 @@ public function post(ManagedEBook $body, ?ManagedEBooksRequestBuilderPostRequest } /** - * List properties and relationships of the iosVppEBook objects. + * List properties and relationships of the managedEBook objects. * @param ManagedEBooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilderGetQueryParameters.php index 9b712311faf..be54e5f866d 100644 --- a/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the iosVppEBook objects. + * List properties and relationships of the managedEBook objects. */ class ManagedEBooksRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignPostRequestBody.php index 89664a10ffe..64f8771c1d1 100644 --- a/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAssignments(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,8 +92,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -108,8 +108,8 @@ public function setAssignments(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.php index 1cc800fc1f2..b7acfa85075 100644 --- a/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.php @@ -99,10 +99,10 @@ public function delete(?ManagedDeviceMobileAppConfigurationItemRequestBuilderDel } /** - * Read properties and relationships of the managedDeviceMobileAppConfiguration object. + * Read properties and relationships of the iosMobileAppConfiguration object. * @param ManagedDeviceMobileAppConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 Find more info here */ public function get(?ManagedDeviceMobileAppConfigurationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -155,7 +155,7 @@ public function toDeleteRequestInformation(?ManagedDeviceMobileAppConfigurationI } /** - * Read properties and relationships of the managedDeviceMobileAppConfiguration object. + * Read properties and relationships of the iosMobileAppConfiguration object. * @param ManagedDeviceMobileAppConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters.php index 22dd29d03d8..4b0240dadba 100644 --- a/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the managedDeviceMobileAppConfiguration object. + * Read properties and relationships of the iosMobileAppConfiguration object. */ class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/Assign/AssignPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/Assign/AssignPostRequestBody.php index 6319d033dc2..78c6c4de183 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/Assign/AssignPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/Assign/AssignPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index 07899d63b02..65ae0d4dd68 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index 77040f488e3..22c4f7c283b 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index 41639ff546a..19af550825b 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index c1caf1fc6f0..3507a071db5 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index 2e8e513edcc..a89521a584a 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index 1bcfb747d42..c904f3c6ea4 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index f3b09a5fa2f..7da53ce118b 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index 51ea66758ab..8a1b396bc1a 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index 68ea4935029..43dfb0b5a72 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index a46153cf8e7..35cc459244c 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php index 9ee1b607809..5bdd0cc57c0 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Commi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php index 8c2d2a1dabc..46dedc9311d 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.php @@ -184,10 +184,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a windowsUniversalAppX. + * Deletes a macOSOfficeSuiteApp. * @param MobileAppItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-delete?view=graph-rest-1.0 Find more info here */ public function delete(?MobileAppItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -203,10 +203,10 @@ public function delete(?MobileAppItemRequestBuilderDeleteRequestConfiguration $r } /** - * Read properties and relationships of the macOSLobApp object. + * Read properties and relationships of the macOSOfficeSuiteApp object. * @param MobileAppItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-get?view=graph-rest-1.0 Find more info here */ public function get(?MobileAppItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -222,11 +222,11 @@ public function get(?MobileAppItemRequestBuilderGetRequestConfiguration $request } /** - * Update the properties of a macOSMicrosoftEdgeApp object. + * Update the properties of a windowsAppX object. * @param MobileApp $body The request body * @param MobileAppItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-apps-macosmicrosoftedgeapp-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-windowsappx-update?view=graph-rest-1.0 Find more info here */ public function patch(MobileApp $body, ?MobileAppItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -242,7 +242,7 @@ public function patch(MobileApp $body, ?MobileAppItemRequestBuilderPatchRequestC } /** - * Deletes a windowsUniversalAppX. + * Deletes a macOSOfficeSuiteApp. * @param MobileAppItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -259,7 +259,7 @@ public function toDeleteRequestInformation(?MobileAppItemRequestBuilderDeleteReq } /** - * Read properties and relationships of the macOSLobApp object. + * Read properties and relationships of the macOSOfficeSuiteApp object. * @param MobileAppItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -280,7 +280,7 @@ public function toGetRequestInformation(?MobileAppItemRequestBuilderGetRequestCo } /** - * Update the properties of a macOSMicrosoftEdgeApp object. + * Update the properties of a windowsAppX object. * @param MobileApp $body The request body * @param MobileAppItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilderGetQueryParameters.php index 38b4d07e5cf..7bc1b9d9607 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the macOSLobApp object. + * Read properties and relationships of the macOSOfficeSuiteApp object. */ class MobileAppItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.php index f77eb9f9556..7d100361e2b 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.php @@ -181,10 +181,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the managedAndroidStoreApp objects. + * List properties and relationships of the mobileApp objects. * @param MobileAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-apps-managedandroidstoreapp-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-mobileapp-list?view=graph-rest-1.0 Find more info here */ public function get(?MobileAppsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -200,11 +200,11 @@ public function get(?MobileAppsRequestBuilderGetRequestConfiguration $requestCon } /** - * Create a new androidStoreApp object. + * Create a new windowsMicrosoftEdgeApp object. * @param MobileApp $body The request body * @param MobileAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-create?view=graph-rest-1.0 Find more info here */ public function post(MobileApp $body, ?MobileAppsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -220,7 +220,7 @@ public function post(MobileApp $body, ?MobileAppsRequestBuilderPostRequestConfig } /** - * List properties and relationships of the managedAndroidStoreApp objects. + * List properties and relationships of the mobileApp objects. * @param MobileAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -241,7 +241,7 @@ public function toGetRequestInformation(?MobileAppsRequestBuilderGetRequestConfi } /** - * Create a new androidStoreApp object. + * Create a new windowsMicrosoftEdgeApp object. * @param MobileApp $body The request body * @param MobileAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilderGetQueryParameters.php index 7052c72ddfd..13a9113b913 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the managedAndroidStoreApp objects. + * List properties and relationships of the mobileApp objects. */ class MobileAppsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignPostRequestBody.php b/src/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignPostRequestBody.php index 4067fdf03ed..8ea36261108 100644 --- a/src/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAssignments(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,8 +92,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -108,8 +108,8 @@ public function setAssignments(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsPostRequestBody.php b/src/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsPostRequestBody.php index 39843faacc9..984b1cd46ba 100644 --- a/src/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsPostRequestBody.php +++ b/src/Generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsPostRequestBody.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Targe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -77,7 +77,7 @@ public function getApps(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -107,8 +107,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -131,8 +131,8 @@ public function setApps(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestGetResponse.php b/src/Generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestGetResponse.php index a8e6f4e08aa..bf38794426a 100644 --- a/src/Generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestGetResponse.php +++ b/src/Generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Downl } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.php index a5c59210106..1dae3cd2819 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.php @@ -53,10 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the iosCompliancePolicy objects. + * List properties and relationships of the windows10MobileCompliancePolicy objects. * @param DeviceCompliancePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-list?view=graph-rest-1.0 Find more info here */ public function get(?DeviceCompliancePoliciesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -72,11 +72,11 @@ public function get(?DeviceCompliancePoliciesRequestBuilderGetRequestConfigurati } /** - * Create a new iosCompliancePolicy object. + * Create a new macOSCompliancePolicy object. * @param DeviceCompliancePolicy $body The request body * @param DeviceCompliancePoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-create?view=graph-rest-1.0 Find more info here */ public function post(DeviceCompliancePolicy $body, ?DeviceCompliancePoliciesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -92,7 +92,7 @@ public function post(DeviceCompliancePolicy $body, ?DeviceCompliancePoliciesRequ } /** - * List properties and relationships of the iosCompliancePolicy objects. + * List properties and relationships of the windows10MobileCompliancePolicy objects. * @param DeviceCompliancePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?DeviceCompliancePoliciesRequestBuilderG } /** - * Create a new iosCompliancePolicy object. + * Create a new macOSCompliancePolicy object. * @param DeviceCompliancePolicy $body The request body * @param DeviceCompliancePoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilderGetQueryParameters.php index 991307a65ca..5104eadb614 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the iosCompliancePolicy objects. + * List properties and relationships of the windows10MobileCompliancePolicy objects. */ class DeviceCompliancePoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostRequestBody.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostRequestBody.php index fc9fa5017bb..e8cbc8019a8 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostRequestBody.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAssignments(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,8 +92,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -108,8 +108,8 @@ public function setAssignments(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php index 86199c17187..3a1b22aa90a 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.php @@ -104,10 +104,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a macOSCompliancePolicy. + * Deletes a windows10MobileCompliancePolicy. * @param DeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-delete?view=graph-rest-1.0 Find more info here */ public function delete(?DeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -142,11 +142,11 @@ public function get(?DeviceCompliancePolicyItemRequestBuilderGetRequestConfigura } /** - * Update the properties of a androidWorkProfileCompliancePolicy object. + * Update the properties of a macOSCompliancePolicy object. * @param DeviceCompliancePolicy $body The request body * @param DeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0 Find more info here */ public function patch(DeviceCompliancePolicy $body, ?DeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -162,7 +162,7 @@ public function patch(DeviceCompliancePolicy $body, ?DeviceCompliancePolicyItemR } /** - * Deletes a macOSCompliancePolicy. + * Deletes a windows10MobileCompliancePolicy. * @param DeviceCompliancePolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -200,7 +200,7 @@ public function toGetRequestInformation(?DeviceCompliancePolicyItemRequestBuilde } /** - * Update the properties of a androidWorkProfileCompliancePolicy object. + * Update the properties of a macOSCompliancePolicy object. * @param DeviceCompliancePolicy $body The request body * @param DeviceCompliancePolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesPostRequestBody.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesPostRequestBody.php index 476b4d3e8ad..a36f4204a27 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesPostRequestBody.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Sched } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.php b/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.php index bd1186a2d09..b60de71a89b 100644 --- a/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.php @@ -53,10 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the iosCertificateProfile objects. + * List properties and relationships of the windows10EndpointProtectionConfiguration objects. * @param DeviceConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscertificateprofile-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10endpointprotectionconfiguration-list?view=graph-rest-1.0 Find more info here */ public function get(?DeviceConfigurationsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -72,11 +72,11 @@ public function get(?DeviceConfigurationsRequestBuilderGetRequestConfiguration $ } /** - * Create a new macOSCustomConfiguration object. + * Create a new windows10GeneralConfiguration object. * @param DeviceConfiguration $body The request body * @param DeviceConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10generalconfiguration-create?view=graph-rest-1.0 Find more info here */ public function post(DeviceConfiguration $body, ?DeviceConfigurationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -92,7 +92,7 @@ public function post(DeviceConfiguration $body, ?DeviceConfigurationsRequestBuil } /** - * List properties and relationships of the iosCertificateProfile objects. + * List properties and relationships of the windows10EndpointProtectionConfiguration objects. * @param DeviceConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?DeviceConfigurationsRequestBuilderGetRe } /** - * Create a new macOSCustomConfiguration object. + * Create a new windows10GeneralConfiguration object. * @param DeviceConfiguration $body The request body * @param DeviceConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilderGetQueryParameters.php index bcdb0563db3..a64c97ce03d 100644 --- a/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the iosCertificateProfile objects. + * List properties and relationships of the windows10EndpointProtectionConfiguration objects. */ class DeviceConfigurationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostRequestBody.php b/src/Generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostRequestBody.php index 740b3e17c95..fd6bd83424d 100644 --- a/src/Generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostRequestBody.php +++ b/src/Generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAssignments(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,8 +92,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -108,8 +108,8 @@ public function setAssignments(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.php index 03fe8b40811..e5bf8d9abc2 100644 --- a/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.php @@ -89,10 +89,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a windows10EndpointProtectionConfiguration. + * Deletes a macOSCustomConfiguration. * @param DeviceConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10endpointprotectionconfiguration-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-delete?view=graph-rest-1.0 Find more info here */ public function delete(?DeviceConfigurationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -108,10 +108,10 @@ public function delete(?DeviceConfigurationItemRequestBuilderDeleteRequestConfig } /** - * Read properties and relationships of the iosGeneralDeviceConfiguration object. + * Read properties and relationships of the appleDeviceFeaturesConfigurationBase object. * @param DeviceConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-iosgeneraldeviceconfiguration-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-appledevicefeaturesconfigurationbase-get?view=graph-rest-1.0 Find more info here */ public function get(?DeviceConfigurationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -136,11 +136,11 @@ public function getOmaSettingPlainTextValueWithSecretReferenceValueId(string $se } /** - * Update the properties of a androidCustomConfiguration object. + * Update the properties of a macOSCustomConfiguration object. * @param DeviceConfiguration $body The request body * @param DeviceConfigurationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-update?view=graph-rest-1.0 Find more info here */ public function patch(DeviceConfiguration $body, ?DeviceConfigurationItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -156,7 +156,7 @@ public function patch(DeviceConfiguration $body, ?DeviceConfigurationItemRequest } /** - * Deletes a windows10EndpointProtectionConfiguration. + * Deletes a macOSCustomConfiguration. * @param DeviceConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -173,7 +173,7 @@ public function toDeleteRequestInformation(?DeviceConfigurationItemRequestBuilde } /** - * Read properties and relationships of the iosGeneralDeviceConfiguration object. + * Read properties and relationships of the appleDeviceFeaturesConfigurationBase object. * @param DeviceConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -194,7 +194,7 @@ public function toGetRequestInformation(?DeviceConfigurationItemRequestBuilderGe } /** - * Update the properties of a androidCustomConfiguration object. + * Update the properties of a macOSCustomConfiguration object. * @param DeviceConfiguration $body The request body * @param DeviceConfigurationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilderGetQueryParameters.php index 02f9361c4fb..853cfc2cea1 100644 --- a/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the iosGeneralDeviceConfiguration object. + * Read properties and relationships of the appleDeviceFeaturesConfigurationBase object. */ class DeviceConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse.php b/src/Generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse.php index 523c34940ab..3d37a7f1dad 100644 --- a/src/Generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse.php +++ b/src/Generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetOm } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php index 0c9a346c695..bd5f65547d5 100644 --- a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.php @@ -53,10 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the deviceEnrollmentLimitConfiguration objects. + * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. * @param DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0 Find more info here */ public function get(?DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -72,11 +72,11 @@ public function get(?DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfi } /** - * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. + * Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. * @param DeviceEnrollmentConfiguration $body The request body * @param DeviceEnrollmentConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0 Find more info here */ public function post(DeviceEnrollmentConfiguration $body, ?DeviceEnrollmentConfigurationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -92,7 +92,7 @@ public function post(DeviceEnrollmentConfiguration $body, ?DeviceEnrollmentConfi } /** - * List properties and relationships of the deviceEnrollmentLimitConfiguration objects. + * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. * @param DeviceEnrollmentConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?DeviceEnrollmentConfigurationsRequestBu } /** - * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. + * Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. * @param DeviceEnrollmentConfiguration $body The request body * @param DeviceEnrollmentConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters.php index 06a2f624fdb..e91f50d06be 100644 --- a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the deviceEnrollmentLimitConfiguration objects. + * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. */ class DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignPostRequestBody.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignPostRequestBody.php index fbd46afde0e..7930ee9166c 100644 --- a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignPostRequestBody.php +++ b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.php index 5199d34562f..87aa807b1fd 100644 --- a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.php @@ -56,10 +56,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. + * Deletes a deviceEnrollmentLimitConfiguration. * @param DeviceEnrollmentConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 Find more info here */ public function delete(?DeviceEnrollmentConfigurationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -75,10 +75,10 @@ public function delete(?DeviceEnrollmentConfigurationItemRequestBuilderDeleteReq } /** - * Read properties and relationships of the deviceEnrollmentConfiguration object. + * Read properties and relationships of the deviceEnrollmentLimitConfiguration object. * @param DeviceEnrollmentConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0 Find more info here */ public function get(?DeviceEnrollmentConfigurationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -94,11 +94,11 @@ public function get(?DeviceEnrollmentConfigurationItemRequestBuilderGetRequestCo } /** - * Update the properties of a deviceEnrollmentLimitConfiguration object. + * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. * @param DeviceEnrollmentConfiguration $body The request body * @param DeviceEnrollmentConfigurationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0 Find more info here */ public function patch(DeviceEnrollmentConfiguration $body, ?DeviceEnrollmentConfigurationItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -114,7 +114,7 @@ public function patch(DeviceEnrollmentConfiguration $body, ?DeviceEnrollmentConf } /** - * Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. + * Deletes a deviceEnrollmentLimitConfiguration. * @param DeviceEnrollmentConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?DeviceEnrollmentConfigurationItemReq } /** - * Read properties and relationships of the deviceEnrollmentConfiguration object. + * Read properties and relationships of the deviceEnrollmentLimitConfiguration object. * @param DeviceEnrollmentConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?DeviceEnrollmentConfigurationItemReques } /** - * Update the properties of a deviceEnrollmentLimitConfiguration object. + * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. * @param DeviceEnrollmentConfiguration $body The request body * @param DeviceEnrollmentConfigurationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters.php index 382c8125da1..12796689b55 100644 --- a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read properties and relationships of the deviceEnrollmentConfiguration object. + * Read properties and relationships of the deviceEnrollmentLimitConfiguration object. */ class DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityPostRequestBody.php b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityPostRequestBody.php index ebb6774fe8d..825315c7b16 100644 --- a/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityPostRequestBody.php +++ b/src/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetPr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/DeviceManagementRequestBuilder.php b/src/Generated/DeviceManagement/DeviceManagementRequestBuilder.php index e326a3255cf..62d64a52768 100644 --- a/src/Generated/DeviceManagement/DeviceManagementRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceManagementRequestBuilder.php @@ -501,7 +501,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * Read properties and relationships of the deviceManagement object. * @param DeviceManagementRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-devices-devicemanagement-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-get?view=graph-rest-1.0 Find more info here */ public function get(?DeviceManagementRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -530,7 +530,7 @@ public function getEffectivePermissionsWithScope(string $scope): GetEffectivePer * @param DeviceManagement $body The request body * @param DeviceManagementRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0 Find more info here */ public function patch(DeviceManagement $body, ?DeviceManagementRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncPostRequestBody.php b/src/Generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncPostRequestBody.php index 98a5df6594c..384957a8182 100644 --- a/src/Generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncPostRequestBody.php +++ b/src/Generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SyncP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostRequestBody.php b/src/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostRequestBody.php index afa31f3a90e..cf8e0943ccd 100644 --- a/src/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostRequestBody.php +++ b/src/Generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Impor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.php b/src/Generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.php index 1bb12823043..c6fd4bf0d98 100644 --- a/src/Generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.php +++ b/src/Generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Clean } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.php b/src/Generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.php index e248e9834ab..828d4063848 100644 --- a/src/Generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.php +++ b/src/Generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Delet } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.php b/src/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.php index 4c3cb6cde57..c53e81c19e7 100644 --- a/src/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.php +++ b/src/Generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.php b/src/Generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.php index 0448d9d9c13..ca04d6088ab 100644 --- a/src/Generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.php +++ b/src/Generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Updat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.php b/src/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.php index 79dceac9aa6..d646d0a4a8e 100644 --- a/src/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.php +++ b/src/Generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/ManagedDevices/Item/Wipe/WipePostRequestBody.php b/src/Generated/DeviceManagement/ManagedDevices/Item/Wipe/WipePostRequestBody.php index 61e4d81098a..25a67e394af 100644 --- a/src/Generated/DeviceManagement/ManagedDevices/Item/Wipe/WipePostRequestBody.php +++ b/src/Generated/DeviceManagement/ManagedDevices/Item/Wipe/WipePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): WipeP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportPostRequestBody.php index 540f3448fc7..0a8c93e5866 100644 --- a/src/Generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetCa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -200,16 +200,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportPostRequestBody.php index 73cc4973f89..54c2b2a9dc3 100644 --- a/src/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportPostRequestBody.php index a837dfc4f8e..6e69cae8bbb 100644 --- a/src/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportPostRequestBody.php index 472ff036dc1..1e91aecba36 100644 --- a/src/Generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportPostRequestBody.php index b0f78609adc..7116788ef79 100644 --- a/src/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody.php index 758091c8948..9fbd8762890 100644 --- a/src/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportPostRequestBody.php index 5c4f71e7701..8af30bf7164 100644 --- a/src/Generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody.php index 4df486194a3..5f9d0f2aca4 100644 --- a/src/Generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetDe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportPostRequestBody.php index 9826e077fa0..3a22b21ddb0 100644 --- a/src/Generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetDe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportPostRequestBody.php index b36a87ac19f..211cd33aaff 100644 --- a/src/Generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetDe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportPostRequestBody.php index d1fce045e60..94b4c0e8006 100644 --- a/src/Generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetDe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportPostRequestBody.php index 923330d7512..89f0afc8244 100644 --- a/src/Generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetHi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -214,16 +214,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportPostRequestBody.php index 0a72bc6c7a6..2e20ad10dc0 100644 --- a/src/Generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetNo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataPostRequestBody.php index 2ee28b3dc8f..ef26ccab736 100644 --- a/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportPostRequestBody.php index abcb83db6e4..244c63f2930 100644 --- a/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportPostRequestBody.php index 091073dc4dc..7c739b0ec5a 100644 --- a/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersPostRequestBody.php index 1ccba61f7fb..0fa8793119c 100644 --- a/src/Generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportPostRequestBody.php b/src/Generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportPostRequestBody.php index 061689bd6c4..53b09082717 100644 --- a/src/Generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportPostRequestBody.php +++ b/src/Generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetSe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.php b/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.php index b377bc93783..ca09bf256ab 100644 --- a/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.php @@ -40,10 +40,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a deviceAndAppManagementRoleDefinition. + * Deletes a roleDefinition. * @param RoleDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0 Find more info here */ public function delete(?RoleDefinitionItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -78,11 +78,11 @@ public function get(?RoleDefinitionItemRequestBuilderGetRequestConfiguration $re } /** - * Update the properties of a deviceAndAppManagementRoleDefinition object. + * Update the properties of a roleDefinition object. * @param RoleDefinition $body The request body * @param RoleDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0 Find more info here */ public function patch(RoleDefinition $body, ?RoleDefinitionItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -98,7 +98,7 @@ public function patch(RoleDefinition $body, ?RoleDefinitionItemRequestBuilderPat } /** - * Deletes a deviceAndAppManagementRoleDefinition. + * Deletes a roleDefinition. * @param RoleDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?RoleDefinitionItemRequestBuilderGetRequ } /** - * Update the properties of a deviceAndAppManagementRoleDefinition object. + * Update the properties of a roleDefinition object. * @param RoleDefinition $body The request body * @param RoleDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse.php b/src/Generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse.php index 00d96bc3ff3..3babf9cbf9d 100644 --- a/src/Generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse.php +++ b/src/Generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Verif } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDevicePostRequestBody.php b/src/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDevicePostRequestBody.php index 0df3004ae6e..2c95a2648ab 100644 --- a/src/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDevicePostRequestBody.php +++ b/src/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDevicePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAddressableUserName(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,8 +102,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -118,8 +118,8 @@ public function setAddressableUserName(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesPostRequestBody.php b/src/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesPostRequestBody.php index 2e4716dc751..3f37356165b 100644 --- a/src/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesPostRequestBody.php +++ b/src/Generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Updat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAddressableUserName(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAddressableUserName(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Devices/DevicesRequestBuilder.php b/src/Generated/Devices/DevicesRequestBuilder.php index e65c16a7bbb..414e06da45d 100644 --- a/src/Generated/Devices/DevicesRequestBuilder.php +++ b/src/Generated/Devices/DevicesRequestBuilder.php @@ -85,7 +85,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of device objects registered in the organization. This API is supported in the following national cloud deployments. + * Retrieve a list of device objects registered in the organization. This API is available in the following national cloud deployments. * @param DevicesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0 Find more info here @@ -104,7 +104,7 @@ public function get(?DevicesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create and register a new device in the organization. This API is supported in the following national cloud deployments. + * Create and register a new device in the organization. This API is available in the following national cloud deployments. * @param Device $body The request body * @param DevicesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -124,7 +124,7 @@ public function post(Device $body, ?DevicesRequestBuilderPostRequestConfiguratio } /** - * Retrieve a list of device objects registered in the organization. This API is supported in the following national cloud deployments. + * Retrieve a list of device objects registered in the organization. This API is available in the following national cloud deployments. * @param DevicesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -145,7 +145,7 @@ public function toGetRequestInformation(?DevicesRequestBuilderGetRequestConfigur } /** - * Create and register a new device in the organization. This API is supported in the following national cloud deployments. + * Create and register a new device in the organization. This API is available in the following national cloud deployments. * @param Device $body The request body * @param DevicesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Devices/DevicesRequestBuilderGetQueryParameters.php b/src/Generated/Devices/DevicesRequestBuilderGetQueryParameters.php index a1ba2797324..0c69354f040 100644 --- a/src/Generated/Devices/DevicesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Devices/DevicesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of device objects registered in the organization. This API is supported in the following national cloud deployments. + * Retrieve a list of device objects registered in the organization. This API is available in the following national cloud deployments. */ class DevicesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index 88b7a815383..ef0023af352 100644 --- a/src/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index 2ac3f341377..65ae9b0a8e2 100644 --- a/src/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Devices/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Devices/GetByIds/GetByIdsPostRequestBody.php index be0d6c9b21b..26600f97b22 100644 --- a/src/Generated/Devices/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/Devices/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Devices/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Devices/GetByIds/GetByIdsRequestBuilder.php index 0de0160edc3..0822ebc959d 100644 --- a/src/Generated/Devices/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Devices/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index 75c7ae42be3..abac623d6c3 100644 --- a/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 153cdfdaaef..28b121a8220 100644 --- a/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index 8b6b33856c7..ffe558658e3 100644 --- a/src/Generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Devices/Item/DeviceItemRequestBuilder.php b/src/Generated/Devices/Item/DeviceItemRequestBuilder.php index e073d9ca49e..d725c5a9c75 100644 --- a/src/Generated/Devices/Item/DeviceItemRequestBuilder.php +++ b/src/Generated/Devices/Item/DeviceItemRequestBuilder.php @@ -112,7 +112,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a registered device. This API is supported in the following national cloud deployments. + * Delete a registered device. This API is available in the following national cloud deployments. * @param DeviceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0 Find more info here @@ -131,7 +131,7 @@ public function delete(?DeviceItemRequestBuilderDeleteRequestConfiguration $requ } /** - * Get the properties and relationships of a device object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a device object. This API is available in the following national cloud deployments. * @param DeviceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0 Find more info here @@ -150,7 +150,7 @@ public function get(?DeviceItemRequestBuilderGetRequestConfiguration $requestCon } /** - * Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. This API is supported in the following national cloud deployments. + * Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. This API is available in the following national cloud deployments. * @param Device $body The request body * @param DeviceItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -170,7 +170,7 @@ public function patch(Device $body, ?DeviceItemRequestBuilderPatchRequestConfigu } /** - * Delete a registered device. This API is supported in the following national cloud deployments. + * Delete a registered device. This API is available in the following national cloud deployments. * @param DeviceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -187,7 +187,7 @@ public function toDeleteRequestInformation(?DeviceItemRequestBuilderDeleteReques } /** - * Get the properties and relationships of a device object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a device object. This API is available in the following national cloud deployments. * @param DeviceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -208,7 +208,7 @@ public function toGetRequestInformation(?DeviceItemRequestBuilderGetRequestConfi } /** - * Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. This API is supported in the following national cloud deployments. + * Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. This API is available in the following national cloud deployments. * @param Device $body The request body * @param DeviceItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Devices/Item/DeviceItemRequestBuilderGetQueryParameters.php b/src/Generated/Devices/Item/DeviceItemRequestBuilderGetQueryParameters.php index f0562c56bf9..13e8a47ac17 100644 --- a/src/Generated/Devices/Item/DeviceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Devices/Item/DeviceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a device object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a device object. This API is available in the following national cloud deployments. */ class DeviceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index aa88106cec1..31f718c6993 100644 --- a/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 8b51b0b9f99..89f728c01cb 100644 --- a/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index 1f83bdc6524..b77e31409d3 100644 --- a/src/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index f13d02c62fe..2d1b23677d9 100644 --- a/src/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilder.php b/src/Generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilder.php index c90935697c1..d5c28498b7a 100644 --- a/src/Generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a user as a registered owner of the device. This API is supported in the following national cloud deployments. + * Remove a user as a registered owner of the device. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a user as a registered owner of the device. This API is supported in the following national cloud deployments. + * Remove a user as a registered owner of the device. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 85c43cf4b54..16f4ed054ef 100644 --- a/src/Generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a user as a registered owner of the device. This API is supported in the following national cloud deployments. + * Remove a user as a registered owner of the device. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.php b/src/Generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.php index aacc9909940..f8c2f1c96e2 100644 --- a/src/Generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.php +++ b/src/Generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.php @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add a user as a registered owner of the device. This API is supported in the following national cloud deployments. + * Add a user as a registered owner of the device. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add a user as a registered owner of the device. This API is supported in the following national cloud deployments. + * Add a user as a registered owner of the device. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilder.php b/src/Generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilder.php index fc23dc8ea53..48be6a3a11e 100644 --- a/src/Generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a user as a registered user of the device. This API is supported in the following national cloud deployments. + * Remove a user as a registered user of the device. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a user as a registered user of the device. This API is supported in the following national cloud deployments. + * Remove a user as a registered user of the device. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 6b9be8f2558..cbbe25e34a6 100644 --- a/src/Generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a user as a registered user of the device. This API is supported in the following national cloud deployments. + * Remove a user as a registered user of the device. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.php b/src/Generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.php index fa3c2b9befd..bccff8c795e 100644 --- a/src/Generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.php +++ b/src/Generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.php @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add a registered user for the device. This API is supported in the following national cloud deployments. + * Add a registered user for the device. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add a registered user for the device. This API is supported in the following national cloud deployments. + * Add a registered user for the device. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Devices/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Devices/Item/Restore/RestoreRequestBuilder.php index 2174c73131f..8b910e4cf33 100644 --- a/src/Generated/Devices/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Devices/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Devices/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Devices/ValidateProperties/ValidatePropertiesPostRequestBody.php index 5c7fc58db6e..c12b577a7db 100644 --- a/src/Generated/Devices/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/Devices/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.php index 953a6cada28..cc8dfdb680d 100644 --- a/src/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilder.php b/src/Generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilder.php index 6611236c6b7..01c60a5bbc1 100644 --- a/src/Generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilder.php +++ b/src/Generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilder.php @@ -35,7 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a registered device. This API is supported in the following national cloud deployments. + * Delete a registered device. This API is available in the following national cloud deployments. * @param DevicesWithDeviceIdRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0 Find more info here @@ -54,7 +54,7 @@ public function delete(?DevicesWithDeviceIdRequestBuilderDeleteRequestConfigurat } /** - * Get the properties and relationships of a device object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a device object. This API is available in the following national cloud deployments. * @param DevicesWithDeviceIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0 Find more info here @@ -73,7 +73,7 @@ public function get(?DevicesWithDeviceIdRequestBuilderGetRequestConfiguration $r } /** - * Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. This API is supported in the following national cloud deployments. + * Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. This API is available in the following national cloud deployments. * @param Device $body The request body * @param DevicesWithDeviceIdRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -93,7 +93,7 @@ public function patch(Device $body, ?DevicesWithDeviceIdRequestBuilderPatchReque } /** - * Delete a registered device. This API is supported in the following national cloud deployments. + * Delete a registered device. This API is available in the following national cloud deployments. * @param DevicesWithDeviceIdRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -110,7 +110,7 @@ public function toDeleteRequestInformation(?DevicesWithDeviceIdRequestBuilderDel } /** - * Get the properties and relationships of a device object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a device object. This API is available in the following national cloud deployments. * @param DevicesWithDeviceIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toGetRequestInformation(?DevicesWithDeviceIdRequestBuilderGetReq } /** - * Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. This API is supported in the following national cloud deployments. + * Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. This API is available in the following national cloud deployments. * @param Device $body The request body * @param DevicesWithDeviceIdRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilderGetQueryParameters.php b/src/Generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilderGetQueryParameters.php index f52ba30e17f..5f0fb5b3dca 100644 --- a/src/Generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilderGetQueryParameters.php +++ b/src/Generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a device object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a device object. This API is available in the following national cloud deployments. */ class DevicesWithDeviceIdRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/AdministrativeUnits/AdministrativeUnitsRequestBuilder.php b/src/Generated/Directory/AdministrativeUnits/AdministrativeUnitsRequestBuilder.php index 6a28a6c86e4..6fac29cdd37 100644 --- a/src/Generated/Directory/AdministrativeUnits/AdministrativeUnitsRequestBuilder.php +++ b/src/Generated/Directory/AdministrativeUnits/AdministrativeUnitsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of administrativeUnit objects. This API is supported in the following national cloud deployments. + * Retrieve a list of administrativeUnit objects. This API is available in the following national cloud deployments. * @param AdministrativeUnitsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?AdministrativeUnitsRequestBuilderGetRequestConfiguration $r } /** - * Use this API to create a new administrativeUnit. This API is supported in the following national cloud deployments. + * Use this API to create a new administrativeUnit. This API is available in the following national cloud deployments. * @param AdministrativeUnit $body The request body * @param AdministrativeUnitsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(AdministrativeUnit $body, ?AdministrativeUnitsRequestBuilde } /** - * Retrieve a list of administrativeUnit objects. This API is supported in the following national cloud deployments. + * Retrieve a list of administrativeUnit objects. This API is available in the following national cloud deployments. * @param AdministrativeUnitsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AdministrativeUnitsRequestBuilderGetReq } /** - * Use this API to create a new administrativeUnit. This API is supported in the following national cloud deployments. + * Use this API to create a new administrativeUnit. This API is available in the following national cloud deployments. * @param AdministrativeUnit $body The request body * @param AdministrativeUnitsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Directory/AdministrativeUnits/AdministrativeUnitsRequestBuilderGetQueryParameters.php b/src/Generated/Directory/AdministrativeUnits/AdministrativeUnitsRequestBuilderGetQueryParameters.php index 0c2eb67f59b..dee1757d7aa 100644 --- a/src/Generated/Directory/AdministrativeUnits/AdministrativeUnitsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/AdministrativeUnits/AdministrativeUnitsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of administrativeUnit objects. This API is supported in the following national cloud deployments. + * Retrieve a list of administrativeUnit objects. This API is available in the following national cloud deployments. */ class AdministrativeUnitsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilder.php b/src/Generated/Directory/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilder.php index 36dc951b657..7d323deeba9 100644 --- a/src/Generated/Directory/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilder.php +++ b/src/Generated/Directory/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an administrativeUnit. This API is supported in the following national cloud deployments. + * Delete an administrativeUnit. This API is available in the following national cloud deployments. * @param AdministrativeUnitItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?AdministrativeUnitItemRequestBuilderDeleteRequestConfigu } /** - * Retrieve the properties and relationships of an administrativeUnit object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an administrativeUnit object. This API is available in the following national cloud deployments. * @param AdministrativeUnitItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?AdministrativeUnitItemRequestBuilderGetRequestConfiguration } /** - * Update the properties of an administrativeUnit object. This API is supported in the following national cloud deployments. + * Update the properties of an administrativeUnit object. This API is available in the following national cloud deployments. * @param AdministrativeUnit $body The request body * @param AdministrativeUnitItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(AdministrativeUnit $body, ?AdministrativeUnitItemRequestBu } /** - * Delete an administrativeUnit. This API is supported in the following national cloud deployments. + * Delete an administrativeUnit. This API is available in the following national cloud deployments. * @param AdministrativeUnitItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?AdministrativeUnitItemRequestBuilder } /** - * Retrieve the properties and relationships of an administrativeUnit object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an administrativeUnit object. This API is available in the following national cloud deployments. * @param AdministrativeUnitItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?AdministrativeUnitItemRequestBuilderGet } /** - * Update the properties of an administrativeUnit object. This API is supported in the following national cloud deployments. + * Update the properties of an administrativeUnit object. This API is available in the following national cloud deployments. * @param AdministrativeUnit $body The request body * @param AdministrativeUnitItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Directory/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilderGetQueryParameters.php b/src/Generated/Directory/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilderGetQueryParameters.php index 4d307ba113b..3fb99aaed36 100644 --- a/src/Generated/Directory/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an administrativeUnit object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an administrativeUnit object. This API is available in the following national cloud deployments. */ class AdministrativeUnitItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilder.php b/src/Generated/Directory/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilder.php index 022252d4449..1525be34a53 100644 --- a/src/Generated/Directory/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Directory/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Use this API to remove a member (user, group, or device) from an administrative unit. This API is supported in the following national cloud deployments. + * Use this API to remove a member (user, group, or device) from an administrative unit. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Use this API to remove a member (user, group, or device) from an administrative unit. This API is supported in the following national cloud deployments. + * Use this API to remove a member (user, group, or device) from an administrative unit. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Directory/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Directory/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 75e9df14750..c76a3ee9610 100644 --- a/src/Generated/Directory/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Directory/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Use this API to remove a member (user, group, or device) from an administrative unit. This API is supported in the following national cloud deployments. + * Use this API to remove a member (user, group, or device) from an administrative unit. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilder.php b/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilder.php index d295db3ccbb..d7c4ea833e9 100644 --- a/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilder.php +++ b/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is supported in the following national cloud deployments. + * Remove an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is available in the following national cloud deployments. * @param ScopedRoleMembershipItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ScopedRoleMembershipItemRequestBuilderDeleteRequestConfi } /** - * Get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is supported in the following national cloud deployments. + * Get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is available in the following national cloud deployments. * @param ScopedRoleMembershipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(ScopedRoleMembership $body, ?ScopedRoleMembershipItemReque } /** - * Remove an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is supported in the following national cloud deployments. + * Remove an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is available in the following national cloud deployments. * @param ScopedRoleMembershipItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ScopedRoleMembershipItemRequestBuild } /** - * Get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is supported in the following national cloud deployments. + * Get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is available in the following national cloud deployments. * @param ScopedRoleMembershipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilderGetQueryParameters.php b/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilderGetQueryParameters.php index e2196d5b3c1..3f914e18d93 100644 --- a/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is supported in the following national cloud deployments. + * Get an Azure Active Directory (Azure AD) role assignment with administrative unit scope. This API is available in the following national cloud deployments. */ class ScopedRoleMembershipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.php b/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.php index f7c74b20130..f59636678d9 100644 --- a/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.php +++ b/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is supported in the following national cloud deployments. + * List Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is available in the following national cloud deployments. * @param ScopedRoleMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ScopedRoleMembersRequestBuilderGetRequestConfiguration $req } /** - * Assign an Azure Active Directory (Azure AD) role with administrative unit scope. For a list of roles that can be assigned with administrative unit scope, see Assign Azure AD roles with administrative unit scope. This API is supported in the following national cloud deployments. + * Assign an Azure Active Directory (Azure AD) role with administrative unit scope. For a list of roles that can be assigned with administrative unit scope, see Assign Azure AD roles with administrative unit scope. This API is available in the following national cloud deployments. * @param ScopedRoleMembership $body The request body * @param ScopedRoleMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ScopedRoleMembership $body, ?ScopedRoleMembersRequestBuilde } /** - * List Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is supported in the following national cloud deployments. + * List Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is available in the following national cloud deployments. * @param ScopedRoleMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ScopedRoleMembersRequestBuilderGetReque } /** - * Assign an Azure Active Directory (Azure AD) role with administrative unit scope. For a list of roles that can be assigned with administrative unit scope, see Assign Azure AD roles with administrative unit scope. This API is supported in the following national cloud deployments. + * Assign an Azure Active Directory (Azure AD) role with administrative unit scope. For a list of roles that can be assigned with administrative unit scope, see Assign Azure AD roles with administrative unit scope. This API is available in the following national cloud deployments. * @param ScopedRoleMembership $body The request body * @param ScopedRoleMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilderGetQueryParameters.php b/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilderGetQueryParameters.php index 523e3187e1a..925fcbcf9b1 100644 --- a/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is supported in the following national cloud deployments. + * List Azure Active Directory (Azure AD) role assignments with administrative unit scope. This API is available in the following national cloud deployments. */ class ScopedRoleMembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/AttributeSets/AttributeSetsRequestBuilder.php b/src/Generated/Directory/AttributeSets/AttributeSetsRequestBuilder.php index da6b511bd76..865b6974b0c 100644 --- a/src/Generated/Directory/AttributeSets/AttributeSetsRequestBuilder.php +++ b/src/Generated/Directory/AttributeSets/AttributeSetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the attributeSet objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the attributeSet objects and their properties. This API is available in the following national cloud deployments. * @param AttributeSetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AttributeSetsRequestBuilderGetRequestConfiguration $request } /** - * Create a new attributeSet object. This API is supported in the following national cloud deployments. + * Create a new attributeSet object. This API is available in the following national cloud deployments. * @param AttributeSet $body The request body * @param AttributeSetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AttributeSet $body, ?AttributeSetsRequestBuilderPostRequest } /** - * Get a list of the attributeSet objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the attributeSet objects and their properties. This API is available in the following national cloud deployments. * @param AttributeSetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AttributeSetsRequestBuilderGetRequestCo } /** - * Create a new attributeSet object. This API is supported in the following national cloud deployments. + * Create a new attributeSet object. This API is available in the following national cloud deployments. * @param AttributeSet $body The request body * @param AttributeSetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Directory/AttributeSets/AttributeSetsRequestBuilderGetQueryParameters.php b/src/Generated/Directory/AttributeSets/AttributeSetsRequestBuilderGetQueryParameters.php index 0141ee30772..cbbd2560ffc 100644 --- a/src/Generated/Directory/AttributeSets/AttributeSetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/AttributeSets/AttributeSetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the attributeSet objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the attributeSet objects and their properties. This API is available in the following national cloud deployments. */ class AttributeSetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/AttributeSets/Item/AttributeSetItemRequestBuilder.php b/src/Generated/Directory/AttributeSets/Item/AttributeSetItemRequestBuilder.php index c15b76f04ce..e91a3626587 100644 --- a/src/Generated/Directory/AttributeSets/Item/AttributeSetItemRequestBuilder.php +++ b/src/Generated/Directory/AttributeSets/Item/AttributeSetItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AttributeSetItemRequestBuilderDeleteRequestConfiguration } /** - * Read the properties and relationships of an attributeSet object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an attributeSet object. This API is available in the following national cloud deployments. * @param AttributeSetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttributeSetItemRequestBuilderGetRequestConfiguration $requ } /** - * Update the properties of an attributeSet object. This API is supported in the following national cloud deployments. + * Update the properties of an attributeSet object. This API is available in the following national cloud deployments. * @param AttributeSet $body The request body * @param AttributeSetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AttributeSetItemRequestBuilderDelete } /** - * Read the properties and relationships of an attributeSet object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an attributeSet object. This API is available in the following national cloud deployments. * @param AttributeSetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?AttributeSetItemRequestBuilderGetReques } /** - * Update the properties of an attributeSet object. This API is supported in the following national cloud deployments. + * Update the properties of an attributeSet object. This API is available in the following national cloud deployments. * @param AttributeSet $body The request body * @param AttributeSetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Directory/AttributeSets/Item/AttributeSetItemRequestBuilderGetQueryParameters.php b/src/Generated/Directory/AttributeSets/Item/AttributeSetItemRequestBuilderGetQueryParameters.php index b6cab790549..15cfad72dff 100644 --- a/src/Generated/Directory/AttributeSets/Item/AttributeSetItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/AttributeSets/Item/AttributeSetItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an attributeSet object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an attributeSet object. This API is available in the following national cloud deployments. */ class AttributeSetItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.php b/src/Generated/Directory/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.php index fd158e9abac..26fae8d0f4c 100644 --- a/src/Generated/Directory/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.php +++ b/src/Generated/Directory/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the customSecurityAttributeDefinition objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the customSecurityAttributeDefinition objects and their properties. This API is available in the following national cloud deployments. * @param CustomSecurityAttributeDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CustomSecurityAttributeDefinitionsRequestBuilderGetRequestC } /** - * Create a new customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments. + * Create a new customSecurityAttributeDefinition object. This API is available in the following national cloud deployments. * @param CustomSecurityAttributeDefinition $body The request body * @param CustomSecurityAttributeDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CustomSecurityAttributeDefinition $body, ?CustomSecurityAtt } /** - * Get a list of the customSecurityAttributeDefinition objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the customSecurityAttributeDefinition objects and their properties. This API is available in the following national cloud deployments. * @param CustomSecurityAttributeDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CustomSecurityAttributeDefinitionsReque } /** - * Create a new customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments. + * Create a new customSecurityAttributeDefinition object. This API is available in the following national cloud deployments. * @param CustomSecurityAttributeDefinition $body The request body * @param CustomSecurityAttributeDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Directory/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilderGetQueryParameters.php b/src/Generated/Directory/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilderGetQueryParameters.php index 5f103ab9b67..955792ebcc2 100644 --- a/src/Generated/Directory/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the customSecurityAttributeDefinition objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the customSecurityAttributeDefinition objects and their properties. This API is available in the following national cloud deployments. */ class CustomSecurityAttributeDefinitionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.php b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.php index 14e2bc0c31e..5b08072a3e7 100644 --- a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.php +++ b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the allowedValue objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the allowedValue objects and their properties. This API is available in the following national cloud deployments. * @param AllowedValuesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AllowedValuesRequestBuilderGetRequestConfiguration $request } /** - * Create a new allowedValue object. This API is supported in the following national cloud deployments. + * Create a new allowedValue object. This API is available in the following national cloud deployments. * @param AllowedValue $body The request body * @param AllowedValuesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AllowedValue $body, ?AllowedValuesRequestBuilderPostRequest } /** - * Get a list of the allowedValue objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the allowedValue objects and their properties. This API is available in the following national cloud deployments. * @param AllowedValuesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AllowedValuesRequestBuilderGetRequestCo } /** - * Create a new allowedValue object. This API is supported in the following national cloud deployments. + * Create a new allowedValue object. This API is available in the following national cloud deployments. * @param AllowedValue $body The request body * @param AllowedValuesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilderGetQueryParameters.php b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilderGetQueryParameters.php index 2905df73128..36bbb213d17 100644 --- a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the allowedValue objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the allowedValue objects and their properties. This API is available in the following national cloud deployments. */ class AllowedValuesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilder.php b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilder.php index 8dd4f13d8b6..7a64e366e26 100644 --- a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilder.php +++ b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AllowedValueItemRequestBuilderDeleteRequestConfiguration } /** - * Read the properties and relationships of an allowedValue object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an allowedValue object. This API is available in the following national cloud deployments. * @param AllowedValueItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AllowedValueItemRequestBuilderGetRequestConfiguration $requ } /** - * Update the properties of an allowedValue object. This API is supported in the following national cloud deployments. + * Update the properties of an allowedValue object. This API is available in the following national cloud deployments. * @param AllowedValue $body The request body * @param AllowedValueItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AllowedValueItemRequestBuilderDelete } /** - * Read the properties and relationships of an allowedValue object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an allowedValue object. This API is available in the following national cloud deployments. * @param AllowedValueItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?AllowedValueItemRequestBuilderGetReques } /** - * Update the properties of an allowedValue object. This API is supported in the following national cloud deployments. + * Update the properties of an allowedValue object. This API is available in the following national cloud deployments. * @param AllowedValue $body The request body * @param AllowedValueItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilderGetQueryParameters.php b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilderGetQueryParameters.php index 016b3b5e5a3..741785d5301 100644 --- a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an allowedValue object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an allowedValue object. This API is available in the following national cloud deployments. */ class AllowedValueItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilder.php b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilder.php index 1573cbfeb1c..5bd16adf468 100644 --- a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilder.php +++ b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?CustomSecurityAttributeDefinitionItemRequestBuilderDelet } /** - * Read the properties and relationships of a customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a customSecurityAttributeDefinition object. This API is available in the following national cloud deployments. * @param CustomSecurityAttributeDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?CustomSecurityAttributeDefinitionItemRequestBuilderGetReque } /** - * Update the properties of a customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments. + * Update the properties of a customSecurityAttributeDefinition object. This API is available in the following national cloud deployments. * @param CustomSecurityAttributeDefinition $body The request body * @param CustomSecurityAttributeDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?CustomSecurityAttributeDefinitionIte } /** - * Read the properties and relationships of a customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a customSecurityAttributeDefinition object. This API is available in the following national cloud deployments. * @param CustomSecurityAttributeDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?CustomSecurityAttributeDefinitionItemRe } /** - * Update the properties of a customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments. + * Update the properties of a customSecurityAttributeDefinition object. This API is available in the following national cloud deployments. * @param CustomSecurityAttributeDefinition $body The request body * @param CustomSecurityAttributeDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilderGetQueryParameters.php index 6933ab014dc..06aa9618864 100644 --- a/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a customSecurityAttributeDefinition object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a customSecurityAttributeDefinition object. This API is available in the following national cloud deployments. */ class CustomSecurityAttributeDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Directory/DeletedItems/DeletedItemsRequestBuilder.php b/src/Generated/Directory/DeletedItems/DeletedItemsRequestBuilder.php index 255779834a2..b509f8e9213 100644 --- a/src/Generated/Directory/DeletedItems/DeletedItemsRequestBuilder.php +++ b/src/Generated/Directory/DeletedItems/DeletedItemsRequestBuilder.php @@ -6,6 +6,8 @@ use Http\Promise\Promise; use Http\Promise\RejectedPromise; use Microsoft\Graph\Generated\Directory\DeletedItems\Count\CountRequestBuilder; +use Microsoft\Graph\Generated\Directory\DeletedItems\GetAvailableExtensionProperties\GetAvailableExtensionPropertiesRequestBuilder; +use Microsoft\Graph\Generated\Directory\DeletedItems\GetByIds\GetByIdsRequestBuilder; use Microsoft\Graph\Generated\Directory\DeletedItems\GraphAdministrativeUnit\GraphAdministrativeUnitRequestBuilder; use Microsoft\Graph\Generated\Directory\DeletedItems\GraphApplication\GraphApplicationRequestBuilder; use Microsoft\Graph\Generated\Directory\DeletedItems\GraphDevice\GraphDeviceRequestBuilder; @@ -13,6 +15,7 @@ use Microsoft\Graph\Generated\Directory\DeletedItems\GraphServicePrincipal\GraphServicePrincipalRequestBuilder; use Microsoft\Graph\Generated\Directory\DeletedItems\GraphUser\GraphUserRequestBuilder; use Microsoft\Graph\Generated\Directory\DeletedItems\Item\DirectoryObjectItemRequestBuilder; +use Microsoft\Graph\Generated\Directory\DeletedItems\ValidateProperties\ValidatePropertiesRequestBuilder; use Microsoft\Graph\Generated\Models\DirectoryObjectCollectionResponse; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; @@ -32,6 +35,20 @@ public function count(): CountRequestBuilder { return new CountRequestBuilder($this->pathParameters, $this->requestAdapter); } + /** + * Provides operations to call the getAvailableExtensionProperties method. + */ + public function getAvailableExtensionProperties(): GetAvailableExtensionPropertiesRequestBuilder { + return new GetAvailableExtensionPropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); + } + + /** + * Provides operations to call the getByIds method. + */ + public function getByIds(): GetByIdsRequestBuilder { + return new GetByIdsRequestBuilder($this->pathParameters, $this->requestAdapter); + } + /** * Casts the previous resource to administrativeUnit. */ @@ -74,6 +91,13 @@ public function graphUser(): GraphUserRequestBuilder { return new GraphUserRequestBuilder($this->pathParameters, $this->requestAdapter); } + /** + * Provides operations to call the validateProperties method. + */ + public function validateProperties(): ValidatePropertiesRequestBuilder { + return new ValidatePropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); + } + /** * Provides operations to manage the deletedItems property of the microsoft.graph.directory entity. * @param string $directoryObjectId The unique identifier of directoryObject @@ -100,7 +124,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is supported in the following national cloud deployments. + * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is available in the following national cloud deployments. * @param DeletedItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -118,7 +142,7 @@ public function get(?DeletedItemsRequestBuilderGetRequestConfiguration $requestC } /** - * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is supported in the following national cloud deployments. + * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is available in the following national cloud deployments. * @param DeletedItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Directory/DeletedItems/DeletedItemsRequestBuilderGetQueryParameters.php b/src/Generated/Directory/DeletedItems/DeletedItemsRequestBuilderGetQueryParameters.php index 43c7064c615..6ed98e6f969 100644 --- a/src/Generated/Directory/DeletedItems/DeletedItemsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/DeletedItems/DeletedItemsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is supported in the following national cloud deployments. + * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is available in the following national cloud deployments. */ class DeletedItemsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Directory/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php similarity index 89% rename from src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php rename to src/Generated/Directory/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index c0e755a3fcb..36d07b0537b 100644 --- a/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/Directory/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -1,6 +1,6 @@ |null */ public function getAdditionalData(): ?array { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php b/src/Generated/Directory/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php similarity index 96% rename from src/Generated/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php rename to src/Generated/Directory/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php index ea71b443e13..ad9732c0d1e 100644 --- a/src/Generated/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php +++ b/src/Generated/Directory/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php @@ -1,6 +1,6 @@ pathParameters = $pathParametersOrRawUrl; } else { @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Directory/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php similarity index 88% rename from src/Generated/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php rename to src/Generated/Directory/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php index 6b2734219ba..33abfa23c24 100644 --- a/src/Generated/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php +++ b/src/Generated/Directory/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php @@ -1,6 +1,6 @@ |null */ public function getAdditionalData(): ?array { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php b/src/Generated/Directory/DeletedItems/GetByIds/GetByIdsPostResponse.php similarity index 97% rename from src/Generated/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php rename to src/Generated/Directory/DeletedItems/GetByIds/GetByIdsPostResponse.php index 42e204cf800..31edd852f9d 100644 --- a/src/Generated/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php +++ b/src/Generated/Directory/DeletedItems/GetByIds/GetByIdsPostResponse.php @@ -1,6 +1,6 @@ pathParameters = $pathParametersOrRawUrl; } else { @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php b/src/Generated/Directory/DeletedItems/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php similarity index 90% rename from src/Generated/Chats/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php rename to src/Generated/Directory/DeletedItems/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php index 3519ff8fc86..b7874606708 100644 --- a/src/Generated/Chats/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php +++ b/src/Generated/Directory/DeletedItems/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php @@ -1,6 +1,6 @@ |null */ public function getAdditionalData(): ?array { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php b/src/Generated/Directory/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php similarity index 96% rename from src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php rename to src/Generated/Directory/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php index 62a410c652f..eb036f326fa 100644 --- a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php +++ b/src/Generated/Directory/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php @@ -1,6 +1,6 @@ pathParameters = $pathParametersOrRawUrl; } else { @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Directory/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php similarity index 89% rename from src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php rename to src/Generated/Directory/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php index 82022f8dd9a..cd7bace5741 100644 --- a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php +++ b/src/Generated/Directory/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php @@ -1,6 +1,6 @@ |null */ public function getAdditionalData(): ?array { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php b/src/Generated/Directory/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php similarity index 96% rename from src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php rename to src/Generated/Directory/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php index af3d1a57ea0..d81a1910bcb 100644 --- a/src/Generated/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php +++ b/src/Generated/Directory/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php @@ -1,6 +1,6 @@ pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Directory/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php similarity index 89% rename from src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php rename to src/Generated/Directory/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php index f959b19f246..69388cf4d65 100644 --- a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php +++ b/src/Generated/Directory/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php @@ -1,6 +1,6 @@ pathParameters, $this->requestAdapter); + } + + /** + * Provides operations to call the checkMemberObjects method. + */ + public function checkMemberObjects(): CheckMemberObjectsRequestBuilder { + return new CheckMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); + } + + /** + * Provides operations to call the getMemberGroups method. + */ + public function getMemberGroups(): GetMemberGroupsRequestBuilder { + return new GetMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); + } + + /** + * Provides operations to call the getMemberObjects method. + */ + public function getMemberObjects(): GetMemberObjectsRequestBuilder { + return new GetMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); + } + /** * Casts the previous resource to administrativeUnit. */ @@ -65,6 +98,13 @@ public function graphUser(): GraphUserRequestBuilder { return new GraphUserRequestBuilder($this->pathParameters, $this->requestAdapter); } + /** + * Provides operations to call the restore method. + */ + public function restore(): RestoreRequestBuilder { + return new RestoreRequestBuilder($this->pathParameters, $this->requestAdapter); + } + /** * Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. * @param array|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. @@ -80,7 +120,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored. This API is supported in the following national cloud deployments. + * Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored. This API is available in the following national cloud deployments. * @param DirectoryObjectItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0 Find more info here @@ -99,7 +139,7 @@ public function delete(?DirectoryObjectItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is supported in the following national cloud deployments. + * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is available in the following national cloud deployments. * @param DirectoryObjectItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0 Find more info here @@ -118,7 +158,7 @@ public function get(?DirectoryObjectItemRequestBuilderGetRequestConfiguration $r } /** - * Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored. This API is supported in the following national cloud deployments. + * Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored. This API is available in the following national cloud deployments. * @param DirectoryObjectItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +175,7 @@ public function toDeleteRequestInformation(?DirectoryObjectItemRequestBuilderDel } /** - * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is supported in the following national cloud deployments. + * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is available in the following national cloud deployments. * @param DirectoryObjectItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Directory/DeletedItems/Item/DirectoryObjectItemRequestBuilderGetQueryParameters.php b/src/Generated/Directory/DeletedItems/Item/DirectoryObjectItemRequestBuilderGetQueryParameters.php index 1f2a5dfe168..fa00dad8175 100644 --- a/src/Generated/Directory/DeletedItems/Item/DirectoryObjectItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Directory/DeletedItems/Item/DirectoryObjectItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is supported in the following national cloud deployments. + * Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. This API is available in the following national cloud deployments. */ class DirectoryObjectItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php similarity index 89% rename from src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php rename to src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index 01419db02bb..4d45d936f8e 100644 --- a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -1,6 +1,6 @@ |null */ public function getAdditionalData(): ?array { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php b/src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostResponse.php similarity index 96% rename from src/Generated/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php rename to src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostResponse.php index 141f50f7af7..347734d4dd6 100644 --- a/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php +++ b/src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostResponse.php @@ -1,6 +1,6 @@ pathParameters = $pathParametersOrRawUrl; } else { @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php similarity index 89% rename from src/Generated/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php rename to src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php index bed026fda13..de40ae077f6 100644 --- a/src/Generated/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php +++ b/src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php @@ -1,6 +1,6 @@ |null */ public function getAdditionalData(): ?array { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php b/src/Generated/Directory/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostResponse.php similarity index 96% rename from src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php rename to src/Generated/Directory/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostResponse.php index 40b45b699df..d5b91b73dfa 100644 --- a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php +++ b/src/Generated/Directory/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostResponse.php @@ -1,6 +1,6 @@ pathParameters = $pathParametersOrRawUrl; } else { @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Directory/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php similarity index 89% rename from src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php rename to src/Generated/Directory/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php index 76458af3a24..15cd7df7d5a 100644 --- a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php +++ b/src/Generated/Directory/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php @@ -1,6 +1,6 @@ pathParameters = $pathParametersOrRawUrl; } else { @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php b/src/Generated/Directory/DeletedItems/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php similarity index 90% rename from src/Generated/Teams/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php rename to src/Generated/Directory/DeletedItems/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php index 40a96bb8b41..99e931e8c22 100644 --- a/src/Generated/Teams/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php +++ b/src/Generated/Directory/DeletedItems/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php @@ -1,6 +1,6 @@ |null */ public function getAdditionalData(): ?array { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Directory/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.php similarity index 94% rename from src/Generated/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php rename to src/Generated/Directory/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.php index 6c0ba2e773f..de4794b75fd 100644 --- a/src/Generated/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Directory/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -1,6 +1,6 @@ pathParameters = $pathParametersOrRawUrl; } else { @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Directory/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php similarity index 89% rename from src/Generated/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php rename to src/Generated/Directory/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php index 5c861b6d31f..a879732df28 100644 --- a/src/Generated/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php +++ b/src/Generated/Directory/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php @@ -1,6 +1,6 @@ |null */ public function getAdditionalData(): ?array { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index e9feaca5aef..533d787ff7f 100644 --- a/src/Generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryObjects/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/DirectoryObjects/GetByIds/GetByIdsPostRequestBody.php index 82d3c04ee1d..c72fdd5738a 100644 --- a/src/Generated/DirectoryObjects/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/DirectoryObjects/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.php index c53a5c30051..ac170458559 100644 --- a/src/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index bbc747f0783..1e3ef858cc5 100644 --- a/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 23fbdedba44..1fb2d277ae3 100644 --- a/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index 746b0ee507d..eb89633dbf2 100644 --- a/src/Generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilder.php b/src/Generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilder.php index d8d9a7d997e..bc9fd6f4493 100644 --- a/src/Generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilder.php +++ b/src/Generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilder.php @@ -72,7 +72,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a directory object, for example, a group, user, application, or service principal. This API is supported in the following national cloud deployments. + * Delete a directory object, for example, a group, user, application, or service principal. This API is available in the following national cloud deployments. * @param DirectoryObjectItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function delete(?DirectoryObjectItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the properties and relationships of a directoryObject object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a directoryObject object. This API is available in the following national cloud deployments. * @param DirectoryObjectItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0 Find more info here @@ -129,7 +129,7 @@ public function patch(DirectoryObject $body, ?DirectoryObjectItemRequestBuilderP } /** - * Delete a directory object, for example, a group, user, application, or service principal. This API is supported in the following national cloud deployments. + * Delete a directory object, for example, a group, user, application, or service principal. This API is available in the following national cloud deployments. * @param DirectoryObjectItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -146,7 +146,7 @@ public function toDeleteRequestInformation(?DirectoryObjectItemRequestBuilderDel } /** - * Retrieve the properties and relationships of a directoryObject object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a directoryObject object. This API is available in the following national cloud deployments. * @param DirectoryObjectItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilderGetQueryParameters.php b/src/Generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilderGetQueryParameters.php index 99581e94e04..48ca0f41d3d 100644 --- a/src/Generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a directoryObject object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a directoryObject object. This API is available in the following national cloud deployments. */ class DirectoryObjectItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index d8f933d4ba0..0966c0ce035 100644 --- a/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 366c446c5fb..4f2405bd322 100644 --- a/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index 4174361fedb..1cc2fb0dbbc 100644 --- a/src/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index 654c4819e63..86bfb5aa79a 100644 --- a/src/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.php b/src/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.php index ec86a6d04fa..053b322b8a8 100644 --- a/src/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesPostRequestBody.php index e64300c5c19..6f07394b1b2 100644 --- a/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.php index 86ae523ff2b..95a0a8635b6 100644 --- a/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.php index 518f140bac3..fce9d7c3bb8 100644 --- a/src/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.php @@ -85,7 +85,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of directoryRoleTemplate objects. This API is supported in the following national cloud deployments. + * Retrieve a list of directoryRoleTemplate objects. This API is available in the following national cloud deployments. * @param DirectoryRoleTemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0 Find more info here @@ -123,7 +123,7 @@ public function post(DirectoryRoleTemplate $body, ?DirectoryRoleTemplatesRequest } /** - * Retrieve a list of directoryRoleTemplate objects. This API is supported in the following national cloud deployments. + * Retrieve a list of directoryRoleTemplate objects. This API is available in the following national cloud deployments. * @param DirectoryRoleTemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilderGetQueryParameters.php b/src/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilderGetQueryParameters.php index 1b59f74a3e8..ef797cfc940 100644 --- a/src/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of directoryRoleTemplate objects. This API is supported in the following national cloud deployments. + * Retrieve a list of directoryRoleTemplate objects. This API is available in the following national cloud deployments. */ class DirectoryRoleTemplatesRequestBuilderGetQueryParameters { diff --git a/src/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index eba742663fc..dc143a05fae 100644 --- a/src/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index 856dfa0f33d..b72f5673a64 100644 --- a/src/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostRequestBody.php index 3cfa8a91b47..7b4b6c90472 100644 --- a/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.php index e620a6e955b..34f60b645de 100644 --- a/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index ee607cd4f05..f6c6a3764fb 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 700d4b58420..49e28507d6f 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index 4ab1be3ce05..efac42637e6 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilder.php index 6504cb4364e..6f42b405f4a 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?DirectoryRoleTemplateItemRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a directoryroletemplate object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a directoryroletemplate object. This API is available in the following national cloud deployments. * @param DirectoryRoleTemplateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?DirectoryRoleTemplateItemRequestBuil } /** - * Retrieve the properties and relationships of a directoryroletemplate object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a directoryroletemplate object. This API is available in the following national cloud deployments. * @param DirectoryRoleTemplateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilderGetQueryParameters.php b/src/Generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilderGetQueryParameters.php index 77e26a5ce8a..fd72234eee7 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a directoryroletemplate object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a directoryroletemplate object. This API is available in the following national cloud deployments. */ class DirectoryRoleTemplateItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index 7a95c4d8b95..52fba3fcc3e 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 06a8f6ecd22..b19377f7436 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index b88db14200c..c396a1c7127 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index e4530d71935..dadfa0d7cc7 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.php index a4a348159c5..f5ed9874847 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.php index 6c284c10198..27694b36b2c 100644 --- a/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php index 288de0e5bd2..69ae86365b8 100644 --- a/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoles/DirectoryRolesRequestBuilder.php b/src/Generated/DirectoryRoles/DirectoryRolesRequestBuilder.php index b778cfa2b3b..ec7587f69de 100644 --- a/src/Generated/DirectoryRoles/DirectoryRolesRequestBuilder.php +++ b/src/Generated/DirectoryRoles/DirectoryRolesRequestBuilder.php @@ -85,7 +85,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Azure AD, use List directoryRoleTemplates. This API is supported in the following national cloud deployments. + * List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Azure AD, use List directoryRoleTemplates. This API is available in the following national cloud deployments. * @param DirectoryRolesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0 Find more info here @@ -104,7 +104,7 @@ public function get(?DirectoryRolesRequestBuilderGetRequestConfiguration $reques } /** - * Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID. This API is supported in the following national cloud deployments. + * Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID. This API is available in the following national cloud deployments. * @param DirectoryRole $body The request body * @param DirectoryRolesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -124,7 +124,7 @@ public function post(DirectoryRole $body, ?DirectoryRolesRequestBuilderPostReque } /** - * List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Azure AD, use List directoryRoleTemplates. This API is supported in the following national cloud deployments. + * List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Azure AD, use List directoryRoleTemplates. This API is available in the following national cloud deployments. * @param DirectoryRolesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -145,7 +145,7 @@ public function toGetRequestInformation(?DirectoryRolesRequestBuilderGetRequestC } /** - * Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID. This API is supported in the following national cloud deployments. + * Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID. This API is available in the following national cloud deployments. * @param DirectoryRole $body The request body * @param DirectoryRolesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoles/DirectoryRolesRequestBuilderGetQueryParameters.php b/src/Generated/DirectoryRoles/DirectoryRolesRequestBuilderGetQueryParameters.php index 73b3a3f5178..db5a4c3f251 100644 --- a/src/Generated/DirectoryRoles/DirectoryRolesRequestBuilderGetQueryParameters.php +++ b/src/Generated/DirectoryRoles/DirectoryRolesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Azure AD, use List directoryRoleTemplates. This API is supported in the following national cloud deployments. + * List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Azure AD, use List directoryRoleTemplates. This API is available in the following national cloud deployments. */ class DirectoryRolesRequestBuilderGetQueryParameters { diff --git a/src/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index b432d765fd3..a3e5d784bf2 100644 --- a/src/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index f8fa051efc0..3e527bbd56e 100644 --- a/src/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoles/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/DirectoryRoles/GetByIds/GetByIdsPostRequestBody.php index d3f46dd4d4d..080691cfa97 100644 --- a/src/Generated/DirectoryRoles/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/DirectoryRoles/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.php index d0622555eda..7ed96fac72f 100644 --- a/src/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index 18148ef7625..cbe494d8778 100644 --- a/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 6ee4019b350..509757ae7a9 100644 --- a/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index 12d362ba0b4..1c8255b2323 100644 --- a/src/Generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilder.php b/src/Generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilder.php index ae2a403e020..84080d28f20 100644 --- a/src/Generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilder.php @@ -106,7 +106,7 @@ public function delete(?DirectoryRoleItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. * @param DirectoryRoleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0 Find more info here @@ -161,7 +161,7 @@ public function toDeleteRequestInformation(?DirectoryRoleItemRequestBuilderDelet } /** - * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. * @param DirectoryRoleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilderGetQueryParameters.php b/src/Generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilderGetQueryParameters.php index 9d50065bedb..9682dadd207 100644 --- a/src/Generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. */ class DirectoryRoleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index 820af2618f4..6e4fc9cf9cd 100644 --- a/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index e256b9d3edd..112d280c109 100644 --- a/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index dc04606661a..706dc27c500 100644 --- a/src/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index c0362e45f34..a696d88047f 100644 --- a/src/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilder.php b/src/Generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilder.php index 923b46a1762..d7c555e77fb 100644 --- a/src/Generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 3af8bfcac03..5fae8248f35 100644 --- a/src/Generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.php b/src/Generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.php index 0e3885919ee..b626c8b2137 100644 --- a/src/Generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.php @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Create a new directory role member. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Create a new directory role member. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Create a new directory role member. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Create a new directory role member. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.php b/src/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.php index f7110728ab7..7ab4f85646d 100644 --- a/src/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.php b/src/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.php index e3da6831a75..f6af0f4a22c 100644 --- a/src/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of scopedRoleMembership objects for a directory role. This API is supported in the following national cloud deployments. + * Retrieve a list of scopedRoleMembership objects for a directory role. This API is available in the following national cloud deployments. * @param ScopedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ScopedRoleMembership $body, ?ScopedMembersRequestBuilderPos } /** - * Retrieve a list of scopedRoleMembership objects for a directory role. This API is supported in the following national cloud deployments. + * Retrieve a list of scopedRoleMembership objects for a directory role. This API is available in the following national cloud deployments. * @param ScopedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilderGetQueryParameters.php b/src/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilderGetQueryParameters.php index 444129438ab..e025cc33371 100644 --- a/src/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of scopedRoleMembership objects for a directory role. This API is supported in the following national cloud deployments. + * Retrieve a list of scopedRoleMembership objects for a directory role. This API is available in the following national cloud deployments. */ class ScopedMembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesPostRequestBody.php index 31ceb48d5cd..6e746f2269e 100644 --- a/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.php index 0a391555f1d..d50d08bd115 100644 --- a/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilder.php b/src/Generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilder.php index f5d1cba8b95..fdceaa652f3 100644 --- a/src/Generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilder.php +++ b/src/Generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilder.php @@ -53,7 +53,7 @@ public function delete(?DirectoryRolesWithRoleTemplateIdRequestBuilderDeleteRequ } /** - * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. * @param DirectoryRolesWithRoleTemplateIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0 Find more info here @@ -108,7 +108,7 @@ public function toDeleteRequestInformation(?DirectoryRolesWithRoleTemplateIdRequ } /** - * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. * @param DirectoryRolesWithRoleTemplateIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilderGetQueryParameters.php b/src/Generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilderGetQueryParameters.php index a0881bbd37d..5eadf468d38 100644 --- a/src/Generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilderGetQueryParameters.php +++ b/src/Generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is supported in the following national cloud deployments. + * Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. This API is available in the following national cloud deployments. */ class DirectoryRolesWithRoleTemplateIdRequestBuilderGetQueryParameters { diff --git a/src/Generated/Domains/DomainsRequestBuilder.php b/src/Generated/Domains/DomainsRequestBuilder.php index fdb86e44db2..6b3a3c38387 100644 --- a/src/Generated/Domains/DomainsRequestBuilder.php +++ b/src/Generated/Domains/DomainsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of domain objects. This API is supported in the following national cloud deployments. + * Retrieve a list of domain objects. This API is available in the following national cloud deployments. * @param DomainsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?DomainsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Adds a domain to the tenant. Important: You cannot use an associated domain with your Azure AD tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. This API is supported in the following national cloud deployments. + * Adds a domain to the tenant. Important: You cannot use an associated domain with your Azure AD tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. This API is available in the following national cloud deployments. * @param Domain $body The request body * @param DomainsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Domain $body, ?DomainsRequestBuilderPostRequestConfiguratio } /** - * Retrieve a list of domain objects. This API is supported in the following national cloud deployments. + * Retrieve a list of domain objects. This API is available in the following national cloud deployments. * @param DomainsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?DomainsRequestBuilderGetRequestConfigur } /** - * Adds a domain to the tenant. Important: You cannot use an associated domain with your Azure AD tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. This API is supported in the following national cloud deployments. + * Adds a domain to the tenant. Important: You cannot use an associated domain with your Azure AD tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. This API is available in the following national cloud deployments. * @param Domain $body The request body * @param DomainsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Domains/DomainsRequestBuilderGetQueryParameters.php b/src/Generated/Domains/DomainsRequestBuilderGetQueryParameters.php index ffc2baa7152..a86a1dcfb88 100644 --- a/src/Generated/Domains/DomainsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Domains/DomainsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of domain objects. This API is supported in the following national cloud deployments. + * Retrieve a list of domain objects. This API is available in the following national cloud deployments. */ class DomainsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Domains/Item/DomainItemRequestBuilder.php b/src/Generated/Domains/Item/DomainItemRequestBuilder.php index 2170803df7b..508db2ce384 100644 --- a/src/Generated/Domains/Item/DomainItemRequestBuilder.php +++ b/src/Generated/Domains/Item/DomainItemRequestBuilder.php @@ -88,7 +88,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a domain from a tenant. This API is supported in the following national cloud deployments. + * Deletes a domain from a tenant. This API is available in the following national cloud deployments. * @param DomainItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0 Find more info here @@ -107,7 +107,7 @@ public function delete(?DomainItemRequestBuilderDeleteRequestConfiguration $requ } /** - * Retrieve the properties and relationships of domain object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of domain object. This API is available in the following national cloud deployments. * @param DomainItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0 Find more info here @@ -126,7 +126,7 @@ public function get(?DomainItemRequestBuilderGetRequestConfiguration $requestCon } /** - * Update the properties of domain object. This API is supported in the following national cloud deployments. + * Update the properties of domain object. This API is available in the following national cloud deployments. * @param Domain $body The request body * @param DomainItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -146,7 +146,7 @@ public function patch(Domain $body, ?DomainItemRequestBuilderPatchRequestConfigu } /** - * Deletes a domain from a tenant. This API is supported in the following national cloud deployments. + * Deletes a domain from a tenant. This API is available in the following national cloud deployments. * @param DomainItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -163,7 +163,7 @@ public function toDeleteRequestInformation(?DomainItemRequestBuilderDeleteReques } /** - * Retrieve the properties and relationships of domain object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of domain object. This API is available in the following national cloud deployments. * @param DomainItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -184,7 +184,7 @@ public function toGetRequestInformation(?DomainItemRequestBuilderGetRequestConfi } /** - * Update the properties of domain object. This API is supported in the following national cloud deployments. + * Update the properties of domain object. This API is available in the following national cloud deployments. * @param Domain $body The request body * @param DomainItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Domains/Item/DomainItemRequestBuilderGetQueryParameters.php b/src/Generated/Domains/Item/DomainItemRequestBuilderGetQueryParameters.php index 218fc4ebf7d..d59719b2bed 100644 --- a/src/Generated/Domains/Item/DomainItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Domains/Item/DomainItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of domain object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of domain object. This API is available in the following national cloud deployments. */ class DomainItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.php b/src/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.php index 4e6486e34fa..ff4748f07ea 100644 --- a/src/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.php +++ b/src/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain. This API is supported in the following national cloud deployments. + * Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain. This API is available in the following national cloud deployments. * @param DomainNameReferencesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?DomainNameReferencesRequestBuilderGetRequestConfiguration $ } /** - * Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain. This API is supported in the following national cloud deployments. + * Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain. This API is available in the following national cloud deployments. * @param DomainNameReferencesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilderGetQueryParameters.php b/src/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilderGetQueryParameters.php index bc2abe01f41..3a12eee524e 100644 --- a/src/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain. This API is supported in the following national cloud deployments. + * Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain. This API is available in the following national cloud deployments. */ class DomainNameReferencesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.php b/src/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.php index 325da9b8364..0b1c9c80bdb 100644 --- a/src/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.php +++ b/src/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments. * @param FederationConfigurationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?FederationConfigurationRequestBuilderGetRequestConfiguratio } /** - * Create a new internalDomainFederation object. This API is supported in the following national cloud deployments. + * Create a new internalDomainFederation object. This API is available in the following national cloud deployments. * @param InternalDomainFederation $body The request body * @param FederationConfigurationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(InternalDomainFederation $body, ?FederationConfigurationReq } /** - * Read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments. * @param FederationConfigurationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?FederationConfigurationRequestBuilderGe } /** - * Create a new internalDomainFederation object. This API is supported in the following national cloud deployments. + * Create a new internalDomainFederation object. This API is available in the following national cloud deployments. * @param InternalDomainFederation $body The request body * @param FederationConfigurationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilderGetQueryParameters.php b/src/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilderGetQueryParameters.php index 3d9625aed3e..0cfd59ae1d7 100644 --- a/src/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilderGetQueryParameters.php +++ b/src/Generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments. */ class FederationConfigurationRequestBuilderGetQueryParameters { diff --git a/src/Generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilder.php b/src/Generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilder.php index a8fc7c9fb69..18376672225 100644 --- a/src/Generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilder.php +++ b/src/Generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an internalDomainFederation object. This API is supported in the following national cloud deployments. + * Delete an internalDomainFederation object. This API is available in the following national cloud deployments. * @param InternalDomainFederationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?InternalDomainFederationItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments. * @param InternalDomainFederationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?InternalDomainFederationItemRequestBuilderGetRequestConfigu } /** - * Update the properties of an internalDomainFederation object. This API is supported in the following national cloud deployments. + * Update the properties of an internalDomainFederation object. This API is available in the following national cloud deployments. * @param InternalDomainFederation $body The request body * @param InternalDomainFederationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(InternalDomainFederation $body, ?InternalDomainFederationI } /** - * Delete an internalDomainFederation object. This API is supported in the following national cloud deployments. + * Delete an internalDomainFederation object. This API is available in the following national cloud deployments. * @param InternalDomainFederationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?InternalDomainFederationItemRequestB } /** - * Read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments. * @param InternalDomainFederationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?InternalDomainFederationItemRequestBuil } /** - * Update the properties of an internalDomainFederation object. This API is supported in the following national cloud deployments. + * Update the properties of an internalDomainFederation object. This API is available in the following national cloud deployments. * @param InternalDomainFederation $body The request body * @param InternalDomainFederationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilderGetQueryParameters.php b/src/Generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilderGetQueryParameters.php index e09be566322..4f70de74d9e 100644 --- a/src/Generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an internalDomainFederation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an internalDomainFederation object. This API is available in the following national cloud deployments. */ class InternalDomainFederationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Domains/Item/ForceDelete/ForceDeletePostRequestBody.php b/src/Generated/Domains/Item/ForceDelete/ForceDeletePostRequestBody.php index 4fea344370e..9ba3d1a62f9 100644 --- a/src/Generated/Domains/Item/ForceDelete/ForceDeletePostRequestBody.php +++ b/src/Generated/Domains/Item/ForceDelete/ForceDeletePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Force } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.php b/src/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.php index 6335e57cafd..ea9a82b5851 100644 --- a/src/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.php +++ b/src/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return a HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. This API is supported in the following national cloud deployments. + * Deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. This API is available in the following national cloud deployments. * @param ForceDeletePostRequestBody $body The request body * @param ForceDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForceDeletePostRequestBody $body, ?ForceDeleteRequestBuilde } /** - * Deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return a HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. This API is supported in the following national cloud deployments. + * Deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. This API is available in the following national cloud deployments. * @param ForceDeletePostRequestBody $body The request body * @param ForceDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Domains/Item/Promote/PromotePostResponse.php b/src/Generated/Domains/Item/Promote/PromotePostResponse.php index 6e2292402c9..e25c726bfdf 100644 --- a/src/Generated/Domains/Item/Promote/PromotePostResponse.php +++ b/src/Generated/Domains/Item/Promote/PromotePostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Promo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Domains/Item/Promote/PromoteRequestBuilder.php b/src/Generated/Domains/Item/Promote/PromoteRequestBuilder.php index e5c05dcbb46..bc4f9a95e73 100644 --- a/src/Generated/Domains/Item/Promote/PromoteRequestBuilder.php +++ b/src/Generated/Domains/Item/Promote/PromoteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. This API is supported in the following national cloud deployments. + * Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. This API is available in the following national cloud deployments. * @param PromoteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?PromoteRequestBuilderPostRequestConfiguration $requestConf } /** - * Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. This API is supported in the following national cloud deployments. + * Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. This API is available in the following national cloud deployments. * @param PromoteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.php b/src/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.php index 68cd497b327..98e32dae59f 100644 --- a/src/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.php +++ b/src/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. This API is supported in the following national cloud deployments. + * Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. This API is available in the following national cloud deployments. * @param ServiceConfigurationRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(DomainDnsRecord $body, ?ServiceConfigurationRecordsRequestB } /** - * Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. This API is supported in the following national cloud deployments. + * Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. This API is available in the following national cloud deployments. * @param ServiceConfigurationRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilderGetQueryParameters.php b/src/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilderGetQueryParameters.php index e513e74dd00..ddcfeaa43bf 100644 --- a/src/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. This API is supported in the following national cloud deployments. + * Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. This API is available in the following national cloud deployments. */ class ServiceConfigurationRecordsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.php b/src/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.php index 81b1f235434..340c50fea44 100644 --- a/src/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.php +++ b/src/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Azure AD tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. This API is supported in the following national cloud deployments. + * Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Azure AD tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. This API is available in the following national cloud deployments. * @param VerificationDnsRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(DomainDnsRecord $body, ?VerificationDnsRecordsRequestBuilde } /** - * Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Azure AD tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. This API is supported in the following national cloud deployments. + * Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Azure AD tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. This API is available in the following national cloud deployments. * @param VerificationDnsRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilderGetQueryParameters.php b/src/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilderGetQueryParameters.php index 9a699d3bcb9..62cdf4db863 100644 --- a/src/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Azure AD tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. This API is supported in the following national cloud deployments. + * Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Azure AD tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. This API is available in the following national cloud deployments. */ class VerificationDnsRecordsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Domains/Item/Verify/VerifyRequestBuilder.php b/src/Generated/Domains/Item/Verify/VerifyRequestBuilder.php index 0eb98803fc6..293bee8bcff 100644 --- a/src/Generated/Domains/Item/Verify/VerifyRequestBuilder.php +++ b/src/Generated/Domains/Item/Verify/VerifyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validates the ownership of the domain. This API is supported in the following national cloud deployments. + * Validates the ownership of the domain. This API is available in the following national cloud deployments. * @param VerifyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?VerifyRequestBuilderPostRequestConfiguration $requestConfi } /** - * Validates the ownership of the domain. This API is supported in the following national cloud deployments. + * Validates the ownership of the domain. This API is available in the following national cloud deployments. * @param VerifyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/EscapedList/Columns/ColumnsRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Columns/ColumnsRequestBuilder.php index 8f14f33cc4c..5f52620740e 100644 --- a/src/Generated/Drives/Item/EscapedList/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/EscapedList/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/Columns/ColumnsRequestBuilderGetQueryParameters.php index 7316043a1a3..ec8e7b253f8 100644 --- a/src/Generated/Drives/Item/EscapedList/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyPostRequestBody.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyPostRequestBody.php index acc297c5200..bf785a1106c 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyPostRequestBody.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php index 93abe733e77..9927cb54497 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyPostRequestBody $body, ?AddCopyRequestBuilderPostReq } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php index 25a63b88d14..964784442df 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php index 5379ce6740a..eff4e64fcad 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyFromContentTypeHubPostRequestBody $body, ?AddCopyFro } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/ContentTypesRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/ContentTypesRequestBuilder.php index f1f33fc2890..035b837feb2 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/ContentTypesRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/ContentTypesRequestBuilder.php @@ -77,7 +77,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0 Find more info here @@ -115,7 +115,7 @@ public function post(ContentType $body, ?ContentTypesRequestBuilderPostRequestCo } /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php index 05479525534..af8206b4dc0 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. */ class ContentTypesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php index 1c633abba3c..425641e952f 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assoc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 33fef4975f6..7dce8bbe4c4 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AssociateWithHubSitesPostRequestBody $body, ?AssociateWithH } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilder.php index 9977e7c60f9..ec613455f07 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index fe611329884..3213ad1cc4f 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php index ff992c7ad4e..5c389ea3d1c 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ColumnDefinitionItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ColumnDefinitionItemRequestBuilderGetRequestConfiguration $ } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(ColumnDefinition $body, ?ColumnDefinitionItemRequestBuilde } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?ColumnDefinitionItemRequestBuilderDe } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?ColumnDefinitionItemRequestBuilderGetRe } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php index 9162770e0b3..035da6f4e5b 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. */ class ColumnDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php index 43f534f0d34..25e4696b5e2 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 477ba4d915c..539e39827b9 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CopyToDefaultContentLocationPostRequestBody $body, ?CopyToD } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php index fbe83c81c95..bcdec0f572a 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsPub } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 850ff01f93a..37f5b92f062 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Publish/PublishRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConf } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 9b92dc2ddd2..a8c9b97ead6 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestCo } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/EscapedList/Drive/DriveRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Drive/DriveRequestBuilder.php index 4290f064afe..656e1188e08 100644 --- a/src/Generated/Drives/Item/EscapedList/Drive/DriveRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Drive/DriveRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. * @param DriveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -50,7 +50,7 @@ public function get(?DriveRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. * @param DriveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/EscapedList/Drive/DriveRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/Drive/DriveRequestBuilderGetQueryParameters.php index 47a40caf159..3a17c79050d 100644 --- a/src/Generated/Drives/Item/EscapedList/Drive/DriveRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/Drive/DriveRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. */ class DriveRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php index 54d1de51017..944b4210480 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?DocumentSetVersionsRequestBuilderGetRequestConfiguration $r } /** - * Create a new version of a document set item in a list. This API is supported in the following national cloud deployments. + * Create a new version of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersion $body The request body * @param DocumentSetVersionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(DocumentSetVersion $body, ?DocumentSetVersionsRequestBuilde } /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?DocumentSetVersionsRequestBuilderGetReq } /** - * Create a new version of a document set item in a list. This API is supported in the following national cloud deployments. + * Create a new version of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersion $body The request body * @param DocumentSetVersionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php index b741e91c4fb..d1243092bb9 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. */ class DocumentSetVersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php index af7f0d8dd58..f8994a2a70f 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a version of a document set in a list. This API is supported in the following national cloud deployments. + * Delete a version of a document set in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?DocumentSetVersionItemRequestBuilderDeleteRequestConfigu } /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(DocumentSetVersion $body, ?DocumentSetVersionItemRequestBu } /** - * Delete a version of a document set in a list. This API is supported in the following national cloud deployments. + * Delete a version of a document set in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?DocumentSetVersionItemRequestBuilder } /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php index d6a67a8c6bd..5e6a59134ac 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. */ class DocumentSetVersionItemRequestBuilderGetQueryParameters { 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 a66bf70b067..669a867c800 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a document set version. This API is supported in the following national cloud deployments. + * Restore a document set version. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a document set version. This API is supported in the following national cloud deployments. + * Restore a document set version. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/Fields/FieldsRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/Fields/FieldsRequestBuilder.php index c7b585ba99e..835fa06721a 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/Fields/FieldsRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/Fields/FieldsRequestBuilder.php @@ -68,7 +68,7 @@ public function get(?FieldsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Update the properties on a listItem][]. This API is supported in the following [national cloud deployments. + * Update the properties on a listItem][]. This API is available in the following [national cloud deployments. * @param FieldValueSet $body The request body * @param FieldsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -126,7 +126,7 @@ public function toGetRequestInformation(?FieldsRequestBuilderGetRequestConfigura } /** - * Update the properties on a listItem][]. This API is supported in the following [national cloud deployments. + * Update the properties on a listItem][]. This API is available in the following [national cloud deployments. * @param FieldValueSet $body The request body * @param FieldsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/ListItemItemRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/ListItemItemRequestBuilder.php index 49b0416f3e5..6a40c973aa7 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/ListItemItemRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/ListItemItemRequestBuilder.php @@ -97,7 +97,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes an item from a list][]. This API is supported in the following [national cloud deployments. + * Removes an item from a list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 Find more info here @@ -116,7 +116,7 @@ public function delete(?ListItemItemRequestBuilderDeleteRequestConfiguration $re } /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0 Find more info here @@ -165,7 +165,7 @@ public function patch(ListItem $body, ?ListItemItemRequestBuilderPatchRequestCon } /** - * Removes an item from a list][]. This API is supported in the following [national cloud deployments. + * Removes an item from a list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -182,7 +182,7 @@ public function toDeleteRequestInformation(?ListItemItemRequestBuilderDeleteRequ } /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php index 8bd900ed163..69334e60dce 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. */ class ListItemItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php index b991367f5cc..6ce6c43220b 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?ListItemVersionItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. * @param ListItemVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?ListItemVersionItemRequestBuilderDel } /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. * @param ListItemVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php index 02d1e708ba8..270bb20cb12 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. */ class ListItemVersionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php index 3e6a1dd3360..7b92fe667bd 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is supported in the following national cloud deployments. + * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is available in the following national cloud deployments. * @param RestoreVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RestoreVersionRequestBuilderPostRequestConfiguration $requ } /** - * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is supported in the following national cloud deployments. + * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is available in the following national cloud deployments. * @param RestoreVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilder.php index d38a070e73f..34ac9777f90 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ListItemVersion $body, ?VersionsRequestBuilderPostRequestCo } /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php index 4f21136bf73..1d7df22943c 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. */ class VersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/EscapedList/Items/ItemsRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/ItemsRequestBuilder.php index e4ae2f21f2c..cc4b5c6b5d8 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/ItemsRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/ItemsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ItemsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments. + * Create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItem $body The request body * @param ItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ListItem $body, ?ItemsRequestBuilderPostRequestConfiguratio } /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ItemsRequestBuilderGetRequestConfigurat } /** - * Create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments. + * Create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItem $body The request body * @param ItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/EscapedList/Items/ItemsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/EscapedList/Items/ItemsRequestBuilderGetQueryParameters.php index 01e02678335..d7ebf868f8d 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/ItemsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/EscapedList/Items/ItemsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. */ class ItemsRequestBuilderGetQueryParameters { 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 940012cc482..a0262e0fe40 100644 --- a/src/Generated/Drives/Item/EscapedList/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReauthorizeRequestBuilderPostRequestConfiguration $request } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/Following/FollowingRequestBuilder.php b/src/Generated/Drives/Item/Following/FollowingRequestBuilder.php index 7c4e9cc8fca..2306d66fba7 100644 --- a/src/Generated/Drives/Item/Following/FollowingRequestBuilder.php +++ b/src/Generated/Drives/Item/Following/FollowingRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives. This API is supported in the following national cloud deployments. + * List the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives. This API is available in the following national cloud deployments. * @param FollowingRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?FollowingRequestBuilderGetRequestConfiguration $requestConf } /** - * List the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives. This API is supported in the following national cloud deployments. + * List the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives. This API is available in the following national cloud deployments. * @param FollowingRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/Following/FollowingRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Following/FollowingRequestBuilderGetQueryParameters.php index 9d1f804d674..812abd9958f 100644 --- a/src/Generated/Drives/Item/Following/FollowingRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Following/FollowingRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives. This API is supported in the following national cloud deployments. + * List the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives. This API is available in the following national cloud deployments. */ class FollowingRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilder.php index b2f223dcb07..f56045ca577 100644 --- a/src/Generated/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is supported in the following [national cloud deployments. + * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is available in the following [national cloud deployments. * @param AllTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?AllTimeRequestBuilderGetRequestConfiguration $requestConfig } /** - * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is supported in the following [national cloud deployments. + * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is available in the following [national cloud deployments. * @param AllTimeRequestBuilderGetRequestConfiguration|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/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php index 13b5796ef32..79033267b10 100644 --- a/src/Generated/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is supported in the following [national cloud deployments. + * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is available in the following [national cloud deployments. */ class AllTimeRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelPostRequestBody.php index 4629ad090ee..7d718db355d 100644 --- a/src/Generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAssignmentMethod(): ?SensitivityLabelAssignmentMethod { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,8 +117,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -133,8 +133,8 @@ public function setAssignmentMethod(?SensitivityLabelAssignmentMethod $value): v } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Checkin/CheckinPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Checkin/CheckinPostRequestBody.php index 33187ffa904..852c9cfb504 100644 --- a/src/Generated/Drives/Item/Items/Item/Checkin/CheckinPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Checkin/CheckinPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.php index d702ddfb1f2..898d815e2e7 100644 --- a/src/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check in a checked out driveItem resource, which makes the version of the document available to others. This API is supported in the following national cloud deployments. + * Check in a checked out driveItem resource, which makes the version of the document available to others. This API is available in the following national cloud deployments. * @param CheckinPostRequestBody $body The request body * @param CheckinRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckinPostRequestBody $body, ?CheckinRequestBuilderPostReq } /** - * Check in a checked out driveItem resource, which makes the version of the document available to others. This API is supported in the following national cloud deployments. + * Check in a checked out driveItem resource, which makes the version of the document available to others. This API is available in the following national cloud deployments. * @param CheckinPostRequestBody $body The request body * @param CheckinRequestBuilderPostRequestConfiguration|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/Checkout/CheckoutRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.php index c419ba38769..e1b4aff5bca 100644 --- a/src/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in. This API is supported in the following national cloud deployments. + * Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in. This API is available in the following national cloud deployments. * @param CheckoutRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CheckoutRequestBuilderPostRequestConfiguration $requestCon } /** - * Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in. This API is supported in the following national cloud deployments. + * Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in. This API is available in the following national cloud deployments. * @param CheckoutRequestBuilderPostRequestConfiguration|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/Children/ChildrenRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.php index c8188edb0e5..3131108f8f3 100644 --- a/src/Generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems. This API is supported in the following national cloud deployments. + * Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems. This API is available in the following national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 Find more info here @@ -92,7 +92,7 @@ public function post(DriveItem $body, ?ChildrenRequestBuilderPostRequestConfigur } /** - * Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems. This API is supported in the following national cloud deployments. + * Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems. This API is available in the following national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|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/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index a953f715865..1da8eaccf2b 100644 --- a/src/Generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems. This API is supported in the following national cloud deployments. + * Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems. This API is available in the following national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Copy/CopyPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Copy/CopyPostRequestBody.php index b9ea0e6ba97..bbaf9f50550 100644 --- a/src/Generated/Drives/Item/Items/Item/Copy/CopyPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Copy/CopyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php index fb77b652bd5..75b765bc31f 100644 --- a/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Asynchronously creates a copy of an driveItem][item-resource] (including any children), under a new parent item or with a new name. This API is supported in the following [national cloud deployments. + * Asynchronously creates a copy of an driveItem][item-resource] (including any children), under a new parent item or with a new name. This API is available in the following [national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyPostRequestBody $body, ?CopyRequestBuilderPostRequestCo } /** - * Asynchronously creates a copy of an driveItem][item-resource] (including any children), under a new parent item or with a new name. This API is supported in the following [national cloud deployments. + * Asynchronously creates a copy of an driveItem][item-resource] (including any children), under a new parent item or with a new name. This API is available in the following [national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|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/CreateLink/CreateLinkPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.php index 61a32b44b9d..cd9434ca53f 100644 --- a/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php index 0ae39078db7..c535fed44d0 100644 --- a/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * You can use createLink action to share a DriveItem via a sharing link. The createLink action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors. This API is supported in the following national cloud deployments. + * You can use createLink action to share a DriveItem via a sharing link. The createLink action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors. This API is available in the following national cloud deployments. * @param CreateLinkPostRequestBody $body The request body * @param CreateLinkRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateLinkPostRequestBody $body, ?CreateLinkRequestBuilderP } /** - * You can use createLink action to share a DriveItem via a sharing link. The createLink action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors. This API is supported in the following national cloud deployments. + * You can use createLink action to share a DriveItem via a sharing link. The createLink action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors. This API is available in the following national cloud deployments. * @param CreateLinkPostRequestBody $body The request body * @param CreateLinkRequestBuilderPostRequestConfiguration|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/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 6f87b6b849e..05cff976bcc 100644 --- a/src/Generated/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.php index 6b36577e92c..c35d22c6a03 100644 --- a/src/Generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.php @@ -251,7 +251,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a DriveItem by using its ID or path.Deleting items using this method moves the items to the recycle bin instead of permanently deleting the item. This API is supported in the following national cloud deployments. + * Delete a DriveItem by using its ID or path.Deleting items using this method moves the items to the recycle bin instead of permanently deleting the item. This API is available in the following national cloud deployments. * @param DriveItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitem-delete?view=graph-rest-1.0 Find more info here @@ -308,11 +308,11 @@ public function getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInter } /** - * To move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.Your app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request. This API is supported in the following national cloud deployments. + * Update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property. This API is available in the following national cloud deployments. * @param DriveItem $body The request body * @param DriveItemItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/driveitem-move?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/driveitem-update?view=graph-rest-1.0 Find more info here */ public function patch(DriveItem $body, ?DriveItemItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -337,7 +337,7 @@ public function searchWithQ(string $q): SearchWithQRequestBuilder { } /** - * Delete a DriveItem by using its ID or path.Deleting items using this method moves the items to the recycle bin instead of permanently deleting the item. This API is supported in the following national cloud deployments. + * Delete a DriveItem by using its ID or path.Deleting items using this method moves the items to the recycle bin instead of permanently deleting the item. This API is available in the following national cloud deployments. * @param DriveItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -375,7 +375,7 @@ public function toGetRequestInformation(?DriveItemItemRequestBuilderGetRequestCo } /** - * To move a DriveItem to a new parent item, your app requests to update the parentReference of the DriveItem to move. This is a special case of the Update method.Your app can combine moving an item to a new container and updating other properties of the item into a single request. Items cannot be moved between Drives using this request. This API is supported in the following national cloud deployments. + * Update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property. This API is available in the following national cloud deployments. * @param DriveItem $body The request body * @param DriveItemItemRequestBuilderPatchRequestConfiguration|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/Follow/FollowRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.php index e417454b076..7785b11326e 100644 --- a/src/Generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Follow a driveItem. This API is supported in the following national cloud deployments. + * Follow a driveItem. This API is available in the following national cloud deployments. * @param FollowRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?FollowRequestBuilderPostRequestConfiguration $requestConfi } /** - * Follow a driveItem. This API is supported in the following national cloud deployments. + * Follow a driveItem. This API is available in the following national cloud deployments. * @param FollowRequestBuilderPostRequestConfiguration|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/Invite/InvitePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Invite/InvitePostRequestBody.php index 627e88955db..3340c321763 100644 --- a/src/Generated/Drives/Item/Items/Item/Invite/InvitePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Invite/InvitePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Invit } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -199,16 +199,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.php index fc540293d9f..7d642b38293 100644 --- a/src/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link][]. This API is supported in the following [national cloud deployments. + * Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link][]. This API is available in the following [national cloud deployments. * @param InvitePostRequestBody $body The request body * @param InviteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(InvitePostRequestBody $body, ?InviteRequestBuilderPostReque } /** - * Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link][]. This API is supported in the following [national cloud deployments. + * Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link][]. This API is available in the following [national cloud deployments. * @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/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostRequestBody.php index 4bc5186ecc7..6843ecf83c3 100644 --- a/src/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Grant } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -115,16 +115,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 4cf26e99e06..e4f3cf2bcb5 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments. + * Grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments. * @param GrantPostRequestBody $body The request body * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GrantPostRequestBody $body, ?GrantRequestBuilderPostRequest } /** - * Grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments. + * Grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments. * @param GrantPostRequestBody $body The request body * @param GrantRequestBuilderPostRequestConfiguration|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/Permissions/Item/PermissionItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Permissions/Item/PermissionItemRequestBuilder.php index 6ce3af26867..05c9dcb3a37 100644 --- a/src/Generated/Drives/Item/Items/Item/Permissions/Item/PermissionItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Permissions/Item/PermissionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.The inheritedFrom property must be null. This API is supported in the following national cloud deployments. + * Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.The inheritedFrom property must be null. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?PermissionItemRequestBuilderDeleteRequestConfiguration $ } /** - * Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.This property is an ItemReference resource referencing the ancestor that the permission is inherited from. This API is supported in the following national cloud deployments. + * Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.This property is an ItemReference resource referencing the ancestor that the permission is inherited from. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?PermissionItemRequestBuilderGetRequestConfiguration $reques } /** - * Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. This API is supported in the following national cloud deployments. + * Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. This API is available in the following national cloud deployments. * @param Permission $body The request body * @param PermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(Permission $body, ?PermissionItemRequestBuilderPatchReques } /** - * Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.The inheritedFrom property must be null. This API is supported in the following national cloud deployments. + * Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.The inheritedFrom property must be null. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?PermissionItemRequestBuilderDeleteRe } /** - * Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.This property is an ItemReference resource referencing the ancestor that the permission is inherited from. This API is supported in the following national cloud deployments. + * Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.This property is an ItemReference resource referencing the ancestor that the permission is inherited from. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?PermissionItemRequestBuilderGetRequestC } /** - * Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. This API is supported in the following national cloud deployments. + * Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. This API is available in the following national cloud deployments. * @param Permission $body The request body * @param PermissionItemRequestBuilderPatchRequestConfiguration|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/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php index e62c5422690..d5f4b2536b0 100644 --- a/src/Generated/Drives/Item/Items/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.This property is an ItemReference resource referencing the ancestor that the permission is inherited from. This API is supported in the following national cloud deployments. + * Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.This property is an ItemReference resource referencing the ancestor that the permission is inherited from. This API is available in the following national cloud deployments. */ class PermissionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.php index 938ec7471c7..177b631780e 100644 --- a/src/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the effective sharing permissions on a driveItem. This API is supported in the following national cloud deployments. + * List the effective sharing permissions on a driveItem. This API is available in the following national cloud deployments. * @param PermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Permission $body, ?PermissionsRequestBuilderPostRequestConf } /** - * List the effective sharing permissions on a driveItem. This API is supported in the following national cloud deployments. + * List the effective sharing permissions on a driveItem. This API is available in the following national cloud deployments. * @param PermissionsRequestBuilderGetRequestConfiguration|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/Permissions/PermissionsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php index 996e2056946..a79e90cb7ed 100644 --- a/src/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the effective sharing permissions on a driveItem. This API is supported in the following national cloud deployments. + * List the effective sharing permissions on a driveItem. This API is available in the following national cloud deployments. */ class PermissionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Preview/PreviewPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Preview/PreviewPostRequestBody.php index 34998dc770f..bbaeb8e092b 100644 --- a/src/Generated/Drives/Item/Items/Item/Preview/PreviewPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Preview/PreviewPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Previ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Restore/RestorePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Restore/RestorePostRequestBody.php index 9d3261235f1..a51a78fa785 100644 --- a/src/Generated/Drives/Item/Items/Item/Restore/RestorePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Restore/RestorePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resto } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.php index c75d637e813..89a924e85e0 100644 --- a/src/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a driveItem that has been deleted and is currently in the recycle bin. NOTE: This functionality is currently only available for OneDrive Personal. This API is supported in the following national cloud deployments. + * Restore a driveItem that has been deleted and is currently in the recycle bin. NOTE: This functionality is currently only available for OneDrive Personal. This API is available in the following national cloud deployments. * @param RestorePostRequestBody $body The request body * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(RestorePostRequestBody $body, ?RestoreRequestBuilderPostReq } /** - * Restore a driveItem that has been deleted and is currently in the recycle bin. NOTE: This functionality is currently only available for OneDrive Personal. This API is supported in the following national cloud deployments. + * Restore a driveItem that has been deleted and is currently in the recycle bin. NOTE: This functionality is currently only available for OneDrive Personal. This API is available in the following national cloud deployments. * @param RestorePostRequestBody $body The request body * @param RestoreRequestBuilderPostRequestConfiguration|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/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php index dfbe9d60f8b..4324e769906 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReauthorizeRequestBuilderPostRequestConfiguration $request } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|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/Thumbnails/ThumbnailsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.php index da7491fcfa2..67cf16e3d9a 100644 --- a/src/Generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each thumbnailSet can have one or more thumbnail objects, which are images that represent the item.For example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.Here are the most common ones: This API is supported in the following national cloud deployments. + * Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each thumbnailSet can have one or more thumbnail objects, which are images that represent the item.For example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.Here are the most common ones: This API is available in the following national cloud deployments. * @param ThumbnailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ThumbnailSet $body, ?ThumbnailsRequestBuilderPostRequestCon } /** - * Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each thumbnailSet can have one or more thumbnail objects, which are images that represent the item.For example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.Here are the most common ones: This API is supported in the following national cloud deployments. + * Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each thumbnailSet can have one or more thumbnail objects, which are images that represent the item.For example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.Here are the most common ones: This API is available in the following national cloud deployments. * @param ThumbnailsRequestBuilderGetRequestConfiguration|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/Thumbnails/ThumbnailsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilderGetQueryParameters.php index b88ae2ef18e..e548dd1b436 100644 --- a/src/Generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each thumbnailSet can have one or more thumbnail objects, which are images that represent the item.For example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.Here are the most common ones: This API is supported in the following national cloud deployments. + * Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each thumbnailSet can have one or more thumbnail objects, which are images that represent the item.For example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.Here are the most common ones: This API is available in the following national cloud deployments. */ class ThumbnailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.php index c10eb8def5f..dd354f15cee 100644 --- a/src/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unfollow a driveItem. This API is supported in the following national cloud deployments. + * Unfollow a driveItem. This API is available in the following national cloud deployments. * @param UnfollowRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnfollowRequestBuilderPostRequestConfiguration $requestCon } /** - * Unfollow a driveItem. This API is supported in the following national cloud deployments. + * Unfollow a driveItem. This API is available in the following national cloud deployments. * @param UnfollowRequestBuilderPostRequestConfiguration|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/ValidatePermission/ValidatePermissionPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionPostRequestBody.php index 934a6d927f6..908d7a0d373 100644 --- a/src/Generated/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilder.php index 30cd9d5863b..7af92c95490 100644 --- a/src/Generated/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?DriveItemVersionItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the metadata for a specific version of a DriveItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a DriveItem. This API is available in the following national cloud deployments. * @param DriveItemVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?DriveItemVersionItemRequestBuilderDe } /** - * Retrieve the metadata for a specific version of a DriveItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a DriveItem. This API is available in the following national cloud deployments. * @param DriveItemVersionItemRequestBuilderGetRequestConfiguration|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/Versions/Item/DriveItemVersionItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilderGetQueryParameters.php index 7082d71abb7..bbbe8a56a74 100644 --- a/src/Generated/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a specific version of a DriveItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a DriveItem. This API is available in the following national cloud deployments. */ class DriveItemVersionItemRequestBuilderGetQueryParameters { 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 af1988ca66b..fcc323a002d 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file. This API is supported in the following national cloud deployments. + * Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file. This API is available in the following national cloud deployments. * @param RestoreVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RestoreVersionRequestBuilderPostRequestConfiguration $requ } /** - * Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file. This API is supported in the following national cloud deployments. + * Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file. This API is available in the following national cloud deployments. * @param RestoreVersionRequestBuilderPostRequestConfiguration|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/Versions/VersionsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.php index 5aad239226b..0b678f1de2c 100644 --- a/src/Generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * OneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location. This API is supported in the following national cloud deployments. + * OneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(DriveItemVersion $body, ?VersionsRequestBuilderPostRequestC } /** - * OneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location. This API is supported in the following national cloud deployments. + * OneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|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/Versions/VersionsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php index 86a3af70594..c9a3442b8f2 100644 --- a/src/Generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * OneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location. This API is supported in the following national cloud deployments. + * OneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location. This API is available in the following national cloud deployments. */ class VersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilder.php index 3970b60bf3a..19d6e26018f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ApplicationRequestBuilderDeleteRequestConfiguration $req } /** - * Retrieve the properties and relationships of a workbookApplication object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a workbookApplication object. This API is available in the following national cloud deployments. * @param ApplicationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbookapplication-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ApplicationRequestBuilderDeleteReque } /** - * Retrieve the properties and relationships of a workbookApplication object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a workbookApplication object. This API is available in the following national cloud deployments. * @param ApplicationRequestBuilderGetRequestConfiguration|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/Application/ApplicationRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilderGetQueryParameters.php index 00752c87a1a..12fc5a7579d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a workbookApplication object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a workbookApplication object. This API is available in the following national cloud deployments. */ class ApplicationRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculatePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculatePostRequestBody.php index def46ef6ddf..ea599364f8b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculatePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculatePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Calcu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 a2d26b61b4c..4c04ab90b21 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Recalculate all currently opened workbooks in Excel. This API is supported in the following national cloud deployments. + * Recalculate all currently opened workbooks in Excel. This API is available in the following national cloud deployments. * @param CalculatePostRequestBody $body The request body * @param CalculateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CalculatePostRequestBody $body, ?CalculateRequestBuilderPos } /** - * Recalculate all currently opened workbooks in Excel. This API is supported in the following national cloud deployments. + * Recalculate all currently opened workbooks in Excel. This API is available in the following national cloud deployments. * @param CalculatePostRequestBody $body The request body * @param CalculateRequestBuilderPostRequestConfiguration|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/CloseSession/CloseSessionRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.php index 45f14eaad41..b92073979f6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Use this API to close an existing workbook session. This API is supported in the following national cloud deployments. + * Use this API to close an existing workbook session. This API is available in the following national cloud deployments. * @param CloseSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbook-closesession?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CloseSessionRequestBuilderPostRequestConfiguration $reques } /** - * Use this API to close an existing workbook session. This API is supported in the following national cloud deployments. + * Use this API to close an existing workbook session. This API is available in the following national cloud deployments. * @param CloseSessionRequestBuilderPostRequestConfiguration|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/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilder.php index 255363a5f31..748705731c6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?WorkbookCommentReplyItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments. * @param WorkbookCommentReplyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbookcommentreply-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?WorkbookCommentReplyItemRequestBuild } /** - * Retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments. * @param WorkbookCommentReplyItemRequestBuilderGetRequestConfiguration|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/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilderGetQueryParameters.php index 79d847db991..3b87e2f6a8d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments. */ class WorkbookCommentReplyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.php index fca2420d477..cc0654b0851 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(WorkbookCommentReply $body, ?RepliesRequestBuilderPostReque } /** - * Retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|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/Comments/Item/Replies/RepliesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilderGetQueryParameters.php index d933b629716..47eb0d5b4b3 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of workbookCommentReply object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of workbookCommentReply object. This API is available in the following national cloud deployments. */ class RepliesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionPostRequestBody.php index 046aa1b26b8..6a20f8e52eb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 630cdd19669..43a63fc8e4e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps: This API is supported in the following national cloud deployments. + * Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps: This API is available in the following national cloud deployments. * @param CreateSessionPostRequestBody $body The request body * @param CreateSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateSessionPostRequestBody $body, ?CreateSessionRequestBu } /** - * Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps: This API is supported in the following national cloud deployments. + * Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps: This API is available in the following national cloud deployments. * @param CreateSessionPostRequestBody $body The request body * @param CreateSessionRequestBuilderPostRequestConfiguration|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/Functions/Abs/AbsPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsPostRequestBody.php index 464b8f77885..ed42dd2e08b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AbsPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntPostRequestBody.php index 8c8a57a3698..e7d386e5514 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AccrI } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -187,16 +187,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMPostRequestBody.php index f38f8a3238d..8416fe2acdc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AccrI } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosPostRequestBody.php index 3a92938f545..602e68cb443 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AcosP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshPostRequestBody.php index 12d3e37cad6..f67653abfa1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acosh } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotPostRequestBody.php index 73bfe1bab22..fec2cc28fe6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AcotP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothPostRequestBody.php index b91b38e8ed9..100ad765314 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acoth } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcPostRequestBody.php index a3be10a6378..203a5bb4832 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AmorD } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincPostRequestBody.php index 6451740bcea..6aea8db9174 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AmorL } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicPostRequestBody.php index ed22bf40b94..a344c6cdbb4 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Arabi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasPostRequestBody.php index 8cbdf7eacd2..1165f2d8167 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Areas } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscPostRequestBody.php index a93e0d6a537..7c684a8396c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AscPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinPostRequestBody.php index 40ef673cc70..8ab1d46912b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AsinP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhPostRequestBody.php index 90b11c11e29..e9a291fcd03 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Asinh } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanPostRequestBody.php index 2f7f76aa514..235eb01097f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AtanP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2PostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2PostRequestBody.php index 977cac4d66e..6c437c3070f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2PostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2PostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Atan2 } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhPostRequestBody.php index 7bd4e09b167..0f09b974060 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Atanh } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevPostRequestBody.php index 58f6ad91e4a..493a2c19a74 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AveDe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Average/AveragePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Average/AveragePostRequestBody.php index e6ea9eb742b..5ca3e43e2f7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Average/AveragePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Average/AveragePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Avera } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageAPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageAPostRequestBody.php index c65bf5d3248..f14dda7dca6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageAPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageAPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Avera } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfPostRequestBody.php index ed16f2402aa..d7d1fa0c188 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Avera } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAverageRange(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,8 +117,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -133,8 +133,8 @@ public function setAverageRange(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsPostRequestBody.php index 9d69a1e52ec..8136b0bd6fc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Avera } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAverageRange(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,8 +103,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -119,8 +119,8 @@ public function setAverageRange(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextPostRequestBody.php index 825909fe2b5..7bd560418e1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): BahtT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Base/BasePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Base/BasePostRequestBody.php index 5556eb02921..366d519772a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Base/BasePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Base/BasePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): BaseP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIPostRequestBody.php index b0dbc005982..bf4cff27ba2 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Besse } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJPostRequestBody.php index 0bf5aab1bc3..d5b5e2fc2a1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Besse } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKPostRequestBody.php index 636fa37cd39..912877a8eb7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Besse } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYPostRequestBody.php index e874eff35ff..65dabd1359b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Besse } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistPostRequestBody.php index 9084da07c6d..0622a163138 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Beta_ } /** - * Gets the a property value. The A property + * Gets the A property value. The A property * @return Json|null */ public function getA(): ?Json { @@ -48,7 +48,7 @@ public function getA(): ?Json { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -73,7 +73,7 @@ public function getAlpha(): ?Json { } /** - * Gets the b property value. The B property + * Gets the B property value. The B property * @return Json|null */ public function getB(): ?Json { @@ -85,7 +85,7 @@ public function getB(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -123,9 +123,9 @@ public function getCumulative(): ?Json { public function getFieldDeserializers(): array { $o = $this; return [ - 'a' => fn(ParseNode $n) => $o->setA($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), + 'A' => fn(ParseNode $n) => $o->setA($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), 'alpha' => fn(ParseNode $n) => $o->setAlpha($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), - 'b' => fn(ParseNode $n) => $o->setB($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), + 'B' => fn(ParseNode $n) => $o->setB($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), 'beta' => fn(ParseNode $n) => $o->setBeta($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), 'cumulative' => fn(ParseNode $n) => $o->setCumulative($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), 'x' => fn(ParseNode $n) => $o->setX($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), @@ -149,9 +149,9 @@ public function getX(): ?Json { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('a', $this->getA()); + $writer->writeObjectValue('A', $this->getA()); $writer->writeObjectValue('alpha', $this->getAlpha()); - $writer->writeObjectValue('b', $this->getB()); + $writer->writeObjectValue('B', $this->getB()); $writer->writeObjectValue('beta', $this->getBeta()); $writer->writeObjectValue('cumulative', $this->getCumulative()); $writer->writeObjectValue('x', $this->getX()); @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the a property value. The A property - * @param Json|null $value Value to set for the a property. + * Sets the A property value. The A property + * @param Json|null $value Value to set for the A property. */ public function setA(?Json $value): void { $this->getBackingStore()->set('a', $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. + * 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); @@ -183,16 +183,16 @@ public function setAlpha(?Json $value): void { } /** - * Sets the b property value. The B property - * @param Json|null $value Value to set for the b property. + * Sets the B property value. The B property + * @param Json|null $value Value to set for the B property. */ public function setB(?Json $value): void { $this->getBackingStore()->set('b', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvPostRequestBody.php index 09b95737cae..4f7ade1d533 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Beta_ } /** - * Gets the a property value. The A property + * Gets the A property value. The A property * @return Json|null */ public function getA(): ?Json { @@ -48,7 +48,7 @@ public function getA(): ?Json { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -73,7 +73,7 @@ public function getAlpha(): ?Json { } /** - * Gets the b property value. The B property + * Gets the B property value. The B property * @return Json|null */ public function getB(): ?Json { @@ -85,7 +85,7 @@ public function getB(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -111,9 +111,9 @@ public function getBeta(): ?Json { public function getFieldDeserializers(): array { $o = $this; return [ - 'a' => fn(ParseNode $n) => $o->setA($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), + 'A' => fn(ParseNode $n) => $o->setA($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), 'alpha' => fn(ParseNode $n) => $o->setAlpha($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), - 'b' => fn(ParseNode $n) => $o->setB($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), + 'B' => fn(ParseNode $n) => $o->setB($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), 'beta' => fn(ParseNode $n) => $o->setBeta($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), 'probability' => fn(ParseNode $n) => $o->setProbability($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), ]; @@ -136,25 +136,25 @@ public function getProbability(): ?Json { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('a', $this->getA()); + $writer->writeObjectValue('A', $this->getA()); $writer->writeObjectValue('alpha', $this->getAlpha()); - $writer->writeObjectValue('b', $this->getB()); + $writer->writeObjectValue('B', $this->getB()); $writer->writeObjectValue('beta', $this->getBeta()); $writer->writeObjectValue('probability', $this->getProbability()); $writer->writeAdditionalData($this->getAdditionalData()); } /** - * Sets the a property value. The A property - * @param Json|null $value Value to set for the a property. + * Sets the A property value. The A property + * @param Json|null $value Value to set for the A property. */ public function setA(?Json $value): void { $this->getBackingStore()->set('a', $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. + * 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); @@ -169,16 +169,16 @@ public function setAlpha(?Json $value): void { } /** - * Sets the b property value. The B property - * @param Json|null $value Value to set for the b property. + * Sets the B property value. The B property + * @param Json|null $value Value to set for the B property. */ public function setB(?Json $value): void { $this->getBackingStore()->set('b', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecPostRequestBody.php index bb20b0710fa..13671cc0ba6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bin2D } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexPostRequestBody.php index da875d5c529..2e0c62aeed7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bin2H } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctPostRequestBody.php index 26aaed3626b..47bf0f2e110 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bin2O } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistPostRequestBody.php index 0d003e87abe..a3f4cf2a44f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Binom } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangePostRequestBody.php index c70e08b64ac..fea5cf9462b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Binom } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvPostRequestBody.php index 52718a95257..1d0490c626e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Binom } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAlpha(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,8 +117,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -133,8 +133,8 @@ public function setAlpha(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandPostRequestBody.php index d4be4a126fb..614db2523f9 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bitan } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftPostRequestBody.php index a4e11bd5e4e..be33b388f5d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bitls } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorPostRequestBody.php index 940cfcdf774..77367bb9d27 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bitor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftPostRequestBody.php index 8857e614bfb..c85203b2317 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bitrs } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorPostRequestBody.php index 1e44759173f..c0079b37303 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bitxo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathPostRequestBody.php index a8670a30dad..7265a79dc52 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Ceili } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PrecisePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PrecisePostRequestBody.php index 7208d029467..f8fbdcecbba 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PrecisePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PrecisePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Ceili } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Char/CharPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Char/CharPostRequestBody.php index ecd5f262d8f..4b665042fdb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Char/CharPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Char/CharPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CharP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistPostRequestBody.php index 3dfd3690d3e..458f97696c9 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChiSq } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTPostRequestBody.php index c86b5f015f2..7bf411da956 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChiSq } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvPostRequestBody.php index 8970600a727..153fa45a4c3 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChiSq } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTPostRequestBody.php index bbea1746f06..e938cccd02e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChiSq } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChoosePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChoosePostRequestBody.php index 1453b949cec..9395e75d525 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChoosePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChoosePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Choos } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanPostRequestBody.php index d6ced95d8df..b122e48d097 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Clean } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodePostRequestBody.php index 10e61a3d59e..866b492e7f8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CodeP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsPostRequestBody.php index 7747b90b635..80330f9c39f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Colum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,8 +89,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -105,8 +105,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinPostRequestBody.php index 73866bb0046..5eb0df7e838 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Combi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaPostRequestBody.php index a3cbe3e1aa1..99a38924b81 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Combi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexPostRequestBody.php index 178dc5e500b..c34b8da6606 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Compl } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenatePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenatePostRequestBody.php index ce5e289b952..b575b9f39b8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenatePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenatePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Conca } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormPostRequestBody.php index 183e5f93abf..3a2a9439e7d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Confi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAlpha(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,8 +117,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -133,8 +133,8 @@ public function setAlpha(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TPostRequestBody.php index 267de12a7eb..2b662d461c0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Confi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAlpha(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,8 +117,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -133,8 +133,8 @@ public function setAlpha(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Convert/ConvertPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Convert/ConvertPostRequestBody.php index 50f295f88d9..1766c9b998f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Convert/ConvertPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Convert/ConvertPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Conve } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosPostRequestBody.php index c0e0558661d..6d9d987fc4c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CosPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshPostRequestBody.php index ca589264259..b82ce4ffc35 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CoshP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotPostRequestBody.php index 57ee76f1892..b3d0cc4bd6e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CotPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothPostRequestBody.php index d8b38e31032..2e507927a96 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CothP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountPostRequestBody.php index 7a649ef5fff..18918e2cdcd 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountAPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountAPostRequestBody.php index 6071adfb927..769ceba1d6a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountAPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountAPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankPostRequestBody.php index 71909cd62b4..01da2c5e84b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfPostRequestBody.php index fbcb906c85e..24a938712ca 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsPostRequestBody.php index 630e129b190..9cb0955dc44 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsPostRequestBody.php index 62ea056264f..003402f1a7d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CoupD } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysPostRequestBody.php index 19ae62f74b4..1dc96c571cb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CoupD } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcPostRequestBody.php index e637b9f824d..c36c64377b0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CoupD } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdPostRequestBody.php index 044055d4a73..55240b96939 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CoupN } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumPostRequestBody.php index a04499585d5..272c877644e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CoupN } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdPostRequestBody.php index 1c863f2bce1..9e12e5bc387 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CoupP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscPostRequestBody.php index ffd1cf20d55..ef22738ce71 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CscPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschPostRequestBody.php index 9d5604630ed..b0d91720413 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CschP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtPostRequestBody.php index e52c291cf36..88b9b99518d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CumIP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincPostRequestBody.php index b114ef7d18a..9fe90a98a49 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CumPr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Date/DatePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Date/DatePostRequestBody.php index cb590bf7150..341bec7f930 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Date/DatePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Date/DatePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DateP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevaluePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevaluePostRequestBody.php index ad434dc1864..3d5d00b6238 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevaluePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevaluePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Datev } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaveragePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaveragePostRequestBody.php index 61651745015..1e655dadeba 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaveragePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaveragePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Daver } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayPostRequestBody.php index 141307a4eb9..931448ed825 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DayPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysPostRequestBody.php index 7b3755669ad..1d3c08aea09 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DaysP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360PostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360PostRequestBody.php index 838e0af3ee3..1be15e5bfc7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360PostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360PostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Days3 } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbPostRequestBody.php index 20548c11e7d..a90fa1be4c6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DbPos } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsPostRequestBody.php index a0c760f3ed6..2cedc248ea1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DbcsP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountPostRequestBody.php index 78845408b27..7c46bbb1100 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dcoun } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountAPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountAPostRequestBody.php index 3bda2aaa1c8..e9b7814550e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountAPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountAPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dcoun } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbPostRequestBody.php index 400180bfd0b..935a24de7ed 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DdbPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinPostRequestBody.php index 64ebc2f426b..1af7046dad3 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dec2B } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexPostRequestBody.php index 0d83fec5f41..3e0524020ec 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dec2H } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctPostRequestBody.php index f4c1fa5e09c..2cb688c468a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dec2O } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Decimal/DecimalPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Decimal/DecimalPostRequestBody.php index 07e2e4683a6..547a6a58baa 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Decimal/DecimalPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Decimal/DecimalPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decim } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesPostRequestBody.php index b520aa27c7b..27b33c656de 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Degre } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAngle(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,8 +89,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -105,8 +105,8 @@ public function setAngle(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaPostRequestBody.php index f7d74f61236..12059eab110 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Delta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqPostRequestBody.php index 306cd8dcd24..d15a44180db 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DevSq } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetPostRequestBody.php index 1a2fe9838e7..52db0526030 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DgetP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscPostRequestBody.php index 17be266f0d2..92cb60cfa51 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DiscP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxPostRequestBody.php index 2a5ef94affd..318ef05e8a1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DmaxP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminPostRequestBody.php index 5c42266ce02..e6c8560a46f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DminP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarPostRequestBody.php index d869761ffab..2b5ccef74ab 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dolla } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDePostRequestBody.php index b20ab0fdd70..5246d2e5f1f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dolla } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrPostRequestBody.php index d8f1da3a13e..9c13ad903c7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dolla } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductPostRequestBody.php index c9d09692cef..0d7586ce78c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dprod } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevPostRequestBody.php index df5785c44c2..5040dec4150 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DstDe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPPostRequestBody.php index a090b4575d8..0e1b3b74c35 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DstDe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumPostRequestBody.php index 1afebfb27f2..fb5fbf64ee2 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DsumP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationPostRequestBody.php index 4dd12d7855f..4514aef1ab1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Durat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarPostRequestBody.php index 2580e440c51..2d8414ecf31 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DvarP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPPostRequestBody.php index a14d6d29955..bc0a4006fd9 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DvarP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingPostRequestBody.php index 29e81ee9aec..eb2de7c5dfc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Ecma_ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdatePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdatePostRequestBody.php index edd21ae909c..753ab69fa61 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdatePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdatePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Edate } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectPostRequestBody.php index 9440d80b153..b0811e49576 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Effec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthPostRequestBody.php index f565ae07195..2d00d9ca84f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): EoMon } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfPostRequestBody.php index 618469457d3..24013c42993 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ErfPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCPostRequestBody.php index 6e12198a697..286a850182a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ErfCP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PrecisePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PrecisePostRequestBody.php index 964a8c831be..0fb3eb75616 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PrecisePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PrecisePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ErfC_ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'x' => fn(ParseNode $n) => $o->setX($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), + 'X' => fn(ParseNode $n) => $o->setX($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the x property value. The X property + * Gets the X property value. The X property * @return Json|null */ public function getX(): ?Json { @@ -84,29 +84,29 @@ public function getX(): ?Json { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('x', $this->getX()); + $writer->writeObjectValue('X', $this->getX()); $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. + * 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. + * 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 x property value. The X property - * @param Json|null $value Value to set for the x property. + * Sets the X property value. The X property + * @param Json|null $value Value to set for the X property. */ public function setX(?Json $value): void { $this->getBackingStore()->set('x', $value); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PrecisePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PrecisePostRequestBody.php index ce68b99458f..947d98730e5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PrecisePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PrecisePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Erf_P } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'x' => fn(ParseNode $n) => $o->setX($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), + 'X' => fn(ParseNode $n) => $o->setX($n->getObjectValue([Json::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the x property value. The X property + * Gets the X property value. The X property * @return Json|null */ public function getX(): ?Json { @@ -84,29 +84,29 @@ public function getX(): ?Json { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('x', $this->getX()); + $writer->writeObjectValue('X', $this->getX()); $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. + * 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. + * 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 x property value. The X property - * @param Json|null $value Value to set for the x property. + * Sets the X property value. The X property + * @param Json|null $value Value to set for the X property. */ public function setX(?Json $value): void { $this->getBackingStore()->set('x', $value); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypePostRequestBody.php index e2ec5cc1267..cb560d35477 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Error } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedAnd/AndPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedAnd/AndPostRequestBody.php index 74545d07199..4cb547fad76 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedAnd/AndPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedAnd/AndPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AndPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedIf/IfPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedIf/IfPostRequestBody.php index 9da7e963280..0d336bca76a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedIf/IfPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedIf/IfPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IfPos } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedOr/OrPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedOr/OrPostRequestBody.php index 20ba96f4c48..9497f139d78 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedOr/OrPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedOr/OrPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OrPos } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedXor/XorPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedXor/XorPostRequestBody.php index b38df56b66c..e8164b54a57 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedXor/XorPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedXor/XorPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): XorPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedYield/YieldPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedYield/YieldPostRequestBody.php index 44e8d31aece..e1d54dec610 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedYield/YieldPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/EscapedYield/YieldPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Yield } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenPostRequestBody.php index 83375199f36..25469d72a60 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): EvenP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactPostRequestBody.php index 285d6672285..4adac692db2 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Exact } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpPostRequestBody.php index c5397daaf5f..2db2843120a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ExpPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistPostRequestBody.php index 37eeb1e66f1..39386d7edc5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Expon } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistPostRequestBody.php index e47aae6a8cf..764cb7e43c0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): F_Dis } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTPostRequestBody.php index 4db5f8d0fb3..6fc50ffaa79 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): F_Dis } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvPostRequestBody.php index 4caaf88b2e4..5bfa7d58904 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): F_Inv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTPostRequestBody.php index d3373be0e18..8faa5b90500 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): F_Inv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactPostRequestBody.php index eb98fad811c..bf881ecc7c9 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FactP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoublePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoublePostRequestBody.php index b8f67767621..0e426a0da17 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoublePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoublePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FactD } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindPostRequestBody.php index 1a6acbe7180..2d8316c110a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FindP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBPostRequestBody.php index a838f83c0ac..f334df7c9f7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FindB } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherPostRequestBody.php index 86a2b51e592..b4431cbf7c9 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Fishe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvPostRequestBody.php index 190a3fa7bf8..a0d74995c0c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Fishe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedPostRequestBody.php index 1f427f0e9de..6b305fb49d0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Fixed } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathPostRequestBody.php index 675a82d0826..41db5cdadbf 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Floor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PrecisePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PrecisePostRequestBody.php index 67f4757c61c..09f0b2fa583 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PrecisePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PrecisePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Floor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvPostRequestBody.php index 7f8e222ba40..03100f694bd 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FvPos } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvschedulePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvschedulePostRequestBody.php index cba6bd8d8bf..4132d5dfbd3 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvschedulePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvschedulePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Fvsch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaPostRequestBody.php index c56f7a3fd23..1e7adf41934 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Gamma } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnPostRequestBody.php index 0c751100b39..f4c8dd3d560 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Gamma } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PrecisePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PrecisePostRequestBody.php index e4fc792736a..93a42fa1c75 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PrecisePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PrecisePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Gamma } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistPostRequestBody.php index 23e84448136..5e065a3d918 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Gamma } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAlpha(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,8 +131,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -147,8 +147,8 @@ public function setAlpha(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvPostRequestBody.php index 6fc35a34d3b..63f70d8a81d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Gamma } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAlpha(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,8 +117,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -133,8 +133,8 @@ public function setAlpha(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussPostRequestBody.php index 8914b0f3cb5..3067936010b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Gauss } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdPostRequestBody.php index 73cfc02bb61..9e1ea5bc6f7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GcdPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepPostRequestBody.php index f6d450d273d..f6326b9e984 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GeSte } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanPostRequestBody.php index ef81ac794e4..abbbf7a11df 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GeoMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanPostRequestBody.php index b44bb9864f0..04775d5a14d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): HarMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinPostRequestBody.php index 762276b668b..729fac84378 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Hex2B } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecPostRequestBody.php index 5db4913966a..4bf9b3c8ebc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Hex2D } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctPostRequestBody.php index ee8450bd597..1f45f2a1c92 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Hex2O } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupPostRequestBody.php index 056b0249063..a91b2dfdf88 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Hlook } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourPostRequestBody.php index 051196cadee..83b07fb5361 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): HourP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistPostRequestBody.php index e9577b6b404..276a75115bb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): HypGe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkPostRequestBody.php index e28545e5b88..700b44fefb3 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Hyper } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsPostRequestBody.php index ed75d1e3688..22e9b98cbec 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImAbs } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentPostRequestBody.php index 778541879c2..0e1a63119f0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImArg } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugatePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugatePostRequestBody.php index 0c26f337541..bac14169734 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugatePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugatePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImCon } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosPostRequestBody.php index 0e4eac8b3c8..ae39e6522a1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImCos } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshPostRequestBody.php index 6ff3f09b4a8..56efda80378 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImCos } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotPostRequestBody.php index 1a438742de5..4397463ba4d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImCot } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscPostRequestBody.php index fe17140a61b..420e386a24d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImCsc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschPostRequestBody.php index 2787c1e235b..cc1866b2a92 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImCsc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivPostRequestBody.php index 68fea4df437..39f65ea7739 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImDiv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpPostRequestBody.php index 7340fade492..e4af01f3cbf 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImExp } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnPostRequestBody.php index 862cba5a8f8..ed1f9daa500 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImLnP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10PostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10PostRequestBody.php index 6f4b2fa380a..0159c68d436 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10PostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10PostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImLog } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2PostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2PostRequestBody.php index db9aec35758..8ee51a86fb3 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2PostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2PostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImLog } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerPostRequestBody.php index 258fda2d886..4c41f266bfe 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImPow } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductPostRequestBody.php index 18d135d22c4..d3843b239a4 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImPro } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealPostRequestBody.php index 5280e9dc466..7b81be5d8b7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImRea } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecPostRequestBody.php index 2cfc59c3237..1cbd4eee480 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImSec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechPostRequestBody.php index f5c6ee7e7f9..3383c9274d4 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImSec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinPostRequestBody.php index 06c056683ef..8b48406ddc5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImSin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhPostRequestBody.php index 3a9da544e43..af81476df79 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImSin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtPostRequestBody.php index ae86fb59413..09926e0694f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImSqr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubPostRequestBody.php index 6589a72a044..20cba9869e1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImSub } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumPostRequestBody.php index 2f83b02a56a..17d60090eaf 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImSum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanPostRequestBody.php index 55c894de8e4..63c9e86f074 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ImTan } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryPostRequestBody.php index 9d4922de7be..4645bc35c49 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Imagi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntPostRequestBody.php index a9a585afbf0..cdd196f551c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IntPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRatePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRatePostRequestBody.php index f57e7be0323..e803f6b8bfa 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRatePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRatePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IntRa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtPostRequestBody.php index 78dfd663e22..b6bcbb9e95a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IpmtP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrPostRequestBody.php index 3714f25f22e..87632865508 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IrrPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrPostRequestBody.php index 0654498db8b..b09cac44ca8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsErr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorPostRequestBody.php index 420f0d818df..5e570d2bda4 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsErr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenPostRequestBody.php index 5a2747bd727..10db4df2617 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsEve } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaPostRequestBody.php index ea58ea48040..29b9500ef57 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsFor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalPostRequestBody.php index 82e23b3f642..496659b740d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsLog } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNAPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNAPostRequestBody.php index f6747822f63..05a8047977c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNAPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNAPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsNAP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextPostRequestBody.php index d2d31b45756..9721067b438 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsNon } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberPostRequestBody.php index 20961138d4d..b5bd1c86edb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsNum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddPostRequestBody.php index f46137ec867..5a138e6d6be 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsOdd } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextPostRequestBody.php index 53e85c57ce0..a789a8ebdb6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsTex } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumPostRequestBody.php index 48acf3e6a29..ae44abb933b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsoWe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingPostRequestBody.php index f12d7964eb0..6427fa6724b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Iso_C } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtPostRequestBody.php index dcb44a0a6e5..46a4a339862 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Ispmt } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefPostRequestBody.php index ab562724808..5b812cd0c47 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Isref } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtPostRequestBody.php index 65b73ca3f47..7d75d9fb595 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): KurtP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargePostRequestBody.php index 13a3d2f0da6..f6824440517 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Large } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,8 +103,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -119,8 +119,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmPostRequestBody.php index 7eb9547520e..43022e356b6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): LcmPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftPostRequestBody.php index 7220114a3a8..a7cad0c66e0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): LeftP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbPostRequestBody.php index 8e5badad74b..95f621ff593 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Leftb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenPostRequestBody.php index 6619f0f8c18..85125b12e0c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): LenPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbPostRequestBody.php index f21f124989c..3f51cdd8a39 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): LenbP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnPostRequestBody.php index 1d7af853a8a..c95ea308a11 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): LnPos } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogPostRequestBody.php index 095e15c75e9..d4d9f82cf5b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): LogPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10PostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10PostRequestBody.php index 85f2b6801b7..162a039edb8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10PostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10PostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Log10 } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistPostRequestBody.php index 942e1f26476..e3e59181585 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): LogNo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvPostRequestBody.php index c9fb59160ed..a4bbe3b0906 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): LogNo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupPostRequestBody.php index 7a07779ac93..8f2e6b2f02e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Looku } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerPostRequestBody.php index b0bac54d5d2..7e4cb072bf6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Lower } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchPostRequestBody.php index f4f38db5c23..865712b57e0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Match } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxPostRequestBody.php index a69e6e50ef5..da444ad9ff7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MaxPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxAPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxAPostRequestBody.php index f4f9e9cc42a..75c1b86220f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxAPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxAPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MaxAP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationPostRequestBody.php index 342598cd6ea..63dc4e42c24 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Mdura } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianPostRequestBody.php index 1e2f73e2b0a..cdb563bb93f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidPostRequestBody.php index ee1e2d1fec7..5975d1c06ab 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MidPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbPostRequestBody.php index 0a6ef429f20..4033bb40c3f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MidbP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinPostRequestBody.php index 828dddb8065..1e19f8a15da 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MinPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinAPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinAPostRequestBody.php index 848ed8b1984..24979b3e094 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinAPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinAPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MinAP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinutePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinutePostRequestBody.php index 8d8e9b6c72e..fe540a20287 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinutePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinutePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Minut } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrPostRequestBody.php index b200679f439..6b9c389f11f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MirrP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModPostRequestBody.php index d9560efb632..ca68484d852 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ModPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthPostRequestBody.php index d5fac077030..61bef6307e5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Month } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundPostRequestBody.php index 6217181a534..a0e5bb01ce5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Mroun } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialPostRequestBody.php index 34886559c83..ea24d07b275 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Multi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/N/NPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/N/NPostRequestBody.php index 09814625aab..a0194a31e68 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/N/NPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/N/NPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): NPost } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistPostRequestBody.php index cc53c071880..b7ddf7c5f00 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): NegBi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysPostRequestBody.php index 827802465ef..ec6ae0c96f5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Netwo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlPostRequestBody.php index bc0f74e55bd..1459bfead81 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Netwo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalPostRequestBody.php index 6c56465b290..11e656bd43c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Nomin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistPostRequestBody.php index 748817224b9..3bb39f0613d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Norm_ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvPostRequestBody.php index 8dda7539e89..3acff9bda60 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Norm_ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistPostRequestBody.php index 96453b35421..b61bb44bbbd 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Norm_ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvPostRequestBody.php index 6cad458554b..3100d8ef231 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Norm_ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotPostRequestBody.php index 6eef41c3c8e..1432bde4f52 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): NotPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperPostRequestBody.php index 5a2413c7c73..33dc15ea73e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): NperP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvPostRequestBody.php index faf5ad104f4..b9fa90e63da 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): NpvPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValuePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValuePostRequestBody.php index 6816ced5812..bf9c1265c1f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValuePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValuePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Numbe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinPostRequestBody.php index 76fd2345a8f..81f88ce3d57 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oct2B } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecPostRequestBody.php index 26379c6e082..578f38fd811 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oct2D } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexPostRequestBody.php index 4c97a2062c9..3a4221c3684 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oct2H } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddPostRequestBody.php index a3c5fda1643..cf393a285dc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPricePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPricePostRequestBody.php index 9c3a0179297..824f4eacc09 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPricePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPricePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OddFP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -201,16 +201,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldPostRequestBody.php index 90c41782a84..d8fb9817912 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OddFY } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -201,16 +201,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPricePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPricePostRequestBody.php index fae7b72ac63..1b2de953421 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPricePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPricePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OddLP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -187,16 +187,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldPostRequestBody.php index 3e418dcbbf4..80cf8f1bdf0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OddLY } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -187,16 +187,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationPostRequestBody.php index 484d209e34b..1976ee205ba 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Pdura } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcPostRequestBody.php index 844de5e3900..491d9a73979 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Perce } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,8 +117,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -133,8 +133,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncPostRequestBody.php index 4deb12449ea..a01888b9797 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Perce } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,8 +117,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -133,8 +133,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcPostRequestBody.php index 5e066f62e66..16f811e0819 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Perce } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,8 +103,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -119,8 +119,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncPostRequestBody.php index 3fb4486c0d0..dcc760bca49 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Perce } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,8 +103,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -119,8 +119,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutPostRequestBody.php index 39f2db2a779..59fddfdb36f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Permu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaPostRequestBody.php index c1d9e0166cf..c513cab84ce 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Permu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiPostRequestBody.php index 5518e8d160b..d1b7c48e8de 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): PhiPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtPostRequestBody.php index a93ccfe61d7..a9ac58232e7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): PmtPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistPostRequestBody.php index ebe2429ba70..71594ae0b47 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Poiss } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerPostRequestBody.php index 2d2f5b088c7..735a2af5c5d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Power } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtPostRequestBody.php index da687c69bd4..2ec035e1749 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): PpmtP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Price/PricePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Price/PricePostRequestBody.php index 8c6abb32630..054a167539e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Price/PricePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Price/PricePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Price } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscPostRequestBody.php index 547ea677bf2..2b15754acba 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Price } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatPostRequestBody.php index ac257f92a43..c3b879f0011 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Price } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductPostRequestBody.php index 67d86c17c60..53858a30b5e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Produ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperPostRequestBody.php index 59e4a3926a0..84af0147913 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Prope } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvPostRequestBody.php index a9c92e33bb5..80032b4694e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): PvPos } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcPostRequestBody.php index 98ed6f90fbe..9a035f4d3a8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Quart } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,8 +103,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -119,8 +119,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncPostRequestBody.php index 776f517282f..1a6a7327294 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Quart } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,8 +103,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -119,8 +119,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientPostRequestBody.php index 3d0dbb3e148..339d1cb95f6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Quoti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansPostRequestBody.php index c61dc3f4aba..2d13d85b1c8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Radia } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAngle(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,8 +89,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -105,8 +105,8 @@ public function setAngle(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenPostRequestBody.php index a4d0fe4ca25..f91a1e6c841 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RandB } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgPostRequestBody.php index 09fd44cfd4b..64f2d9dcc5e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Rank_ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqPostRequestBody.php index 01474ae6a6a..68b2b701056 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Rank_ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RatePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RatePostRequestBody.php index 6a06cb2e1d0..f3148d05b98 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RatePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RatePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RateP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedPostRequestBody.php index 12d5b84f0f4..95a3e09e750 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Recei } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplacePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplacePostRequestBody.php index 119944fb3d4..9089c85f991 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplacePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplacePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Repla } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBPostRequestBody.php index 88c83a00628..f0c6c342562 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Repla } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptPostRequestBody.php index 70693ee4587..9055952f8cf 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ReptP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightPostRequestBody.php index 28b390c7714..4203585f317 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Right } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbPostRequestBody.php index 8e63585a270..a9d19449bde 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Right } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanPostRequestBody.php index 949550b070f..b6fa9a31559 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Roman } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundPostRequestBody.php index bf84e8c591c..241d4dde717 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Round } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownPostRequestBody.php index 12fffffb404..9a578748427 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Round } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpPostRequestBody.php index d67946bf5b3..12e0aa79079 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Round } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsPostRequestBody.php index db090a00983..aeb7f5ccce9 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RowsP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,8 +89,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -105,8 +105,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriPostRequestBody.php index 7256b41e6ac..c8a783d908a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RriPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecPostRequestBody.php index cf315961d2e..6eae67fc40c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SecPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechPostRequestBody.php index f28844f1a28..6b9a6a0ae8c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SechP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondPostRequestBody.php index 5a32a9cac5c..4fdc86eb8e7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Secon } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumPostRequestBody.php index 7907c3c9876..af4f5eaef12 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Serie } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetPostRequestBody.php index ad9758acd98..fe6dc92bd99 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Sheet } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsPostRequestBody.php index 779151043a8..2feb4d73246 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Sheet } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignPostRequestBody.php index 6a8f38e9984..4ff82a7c8d7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SignP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinPostRequestBody.php index e3dd16fb513..a6bfacf9a45 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SinPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhPostRequestBody.php index 7dc26cf8f1f..7677af3aa02 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SinhP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewPostRequestBody.php index ec522dbaa0f..369d7ee464a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SkewP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pPostRequestBody.php index a1245a885af..141a5351b84 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Skew_ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnPostRequestBody.php index 9dd85830436..026951b513c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SlnPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallPostRequestBody.php index ed24fde8db4..b35790e2c24 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Small } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,8 +103,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -119,8 +119,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtPostRequestBody.php index 41b565ab7bf..1e0e32ee080 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SqrtP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiPostRequestBody.php index 0cc454b678a..04062a4b1e2 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SqrtP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevAPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevAPostRequestBody.php index 8246e2347ef..5ead599ebf2 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevAPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevAPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): StDev } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPAPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPAPostRequestBody.php index e793ce3e9d2..886bde2a956 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPAPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPAPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): StDev } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PPostRequestBody.php index 09cbfbf5aab..2f25b61a61a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): StDev } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SPostRequestBody.php index 20967c6b10c..5bc372a13c5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): StDev } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizePostRequestBody.php index 4db0eac245a..1bc0ad117f6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Stand } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstitutePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstitutePostRequestBody.php index 09d90e25e22..c582b255df8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstitutePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstitutePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Subst } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalPostRequestBody.php index 58a0f9d2477..59593d5fd3c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Subto } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumPostRequestBody.php index a382d7c079f..2035a13e7bb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SumPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfPostRequestBody.php index eb53706d21d..d3264231426 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SumIf } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsPostRequestBody.php index b34b42a1cd7..bcaf6186bab 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SumIf } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqPostRequestBody.php index 1244cf51c95..b5001171755 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SumSq } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydPostRequestBody.php index 307afa0137e..dd2d401de2d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SydPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T/TPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T/TPostRequestBody.php index 0d2e9533409..8b5a31e23c1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T/TPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T/TPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TPost } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistPostRequestBody.php index e940fc31f23..cbf92229576 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): T_Dis } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TPostRequestBody.php index 5b8e58270e7..fd9273f533c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): T_Dis } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTPostRequestBody.php index 4b4367d3ea1..2b21dd41661 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): T_Dis } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvPostRequestBody.php index ed88101af4c..9a59e905bf0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): T_Inv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TPostRequestBody.php index 5a20693d7af..485b79bb799 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): T_Inv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanPostRequestBody.php index 82775f03c78..499c27ac36c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TanPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhPostRequestBody.php index 12db63edecc..b83adbabf6f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TanhP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqPostRequestBody.php index 87474dee3ab..00a83e80dfe 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tbill } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPricePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPricePostRequestBody.php index 973a6fbc6eb..023e2f7951e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPricePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPricePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tbill } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldPostRequestBody.php index 559b0257b03..f21f7a17b0e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tbill } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextPostRequestBody.php index 868e3962bb5..cd12d4d941a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TextP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimePostRequestBody.php index 83dd3033398..356cc06a28d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TimeP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevaluePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevaluePostRequestBody.php index a44ad37e447..c6044b576ae 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevaluePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevaluePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Timev } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimPostRequestBody.php index 04d86a82a0a..70f36e2db71 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TrimP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanPostRequestBody.php index 8ace4d6adfa..2a6b47acc55 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TrimM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,8 +103,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -119,8 +119,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncPostRequestBody.php index 3619910e96f..cc5a5c2bed3 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Trunc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Type/TypePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Type/TypePostRequestBody.php index f6ac7e619eb..f97220c8951 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Type/TypePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Type/TypePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TypeP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharPostRequestBody.php index e3607d19c44..5010926ab7e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unich } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodePostRequestBody.php index 8924ca6dbb7..a652ea9c3cd 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unico } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperPostRequestBody.php index d66b6359b13..5814627892c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Upper } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarPostRequestBody.php index 4a313ab7504..8c9d1b7311c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Usdol } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValuePostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValuePostRequestBody.php index da30f0361d6..2fc92d5382c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValuePostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValuePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Value } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarAPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarAPostRequestBody.php index 134e59b601a..808e1998b24 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarAPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarAPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): VarAP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPAPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPAPostRequestBody.php index 1aed771f06f..d16a51d7144 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPAPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPAPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): VarPA } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PPostRequestBody.php index 76cb77fa4f5..bc1382d7b38 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Var_P } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SPostRequestBody.php index ee164c06805..72cca89d028 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Var_S } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbPostRequestBody.php index b6ae5f365a1..da4d2a137fe 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): VdbPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupPostRequestBody.php index 0e3e66db8b1..b52fae4817f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Vlook } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumPostRequestBody.php index 83b83cea88f..850c64f3d9f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): WeekN } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayPostRequestBody.php index 8fbdc08a663..43b0f5d0d7a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Weekd } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistPostRequestBody.php index 284ae952ca5..0b0b9709d92 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Weibu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAlpha(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,8 +131,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -147,8 +147,8 @@ public function setAlpha(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayPostRequestBody.php index 4f46b0d9a1a..37a3c9eb7c8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): WorkD } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlPostRequestBody.php index 81b7ffcba08..cc6d9bb3855 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): WorkD } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrPostRequestBody.php index 3642a27dc87..8160559488e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): XirrP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvPostRequestBody.php index e98ae74208e..75355ff9909 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): XnpvP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearPostRequestBody.php index 6814ff1b52f..8c8b556b373 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): YearP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracPostRequestBody.php index 4c876b475be..78f8abbd43b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): YearF } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscPostRequestBody.php index e0c2d73dec5..d81ec3c16cc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Yield } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatPostRequestBody.php index 59cbbd319dc..043aaa772eb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Yield } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestPostRequestBody.php index b7cb1cd461a..7357a99cb5e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Z_Tes } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getArray(): ?Json { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,8 +117,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -133,8 +133,8 @@ public function setArray(?Json $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddPostRequestBody.php index 1ec31372a90..ef9486ccdcb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 d7396b27a04..e57f4131ac5 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is supported in the following national cloud deployments. + * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is supported in the following national cloud deployments. + * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is available in the following national cloud deployments. * @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/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.php index 4563d84aff6..a1a0eba6063 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddFo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 7b6e8d363a7..e10820d7f43 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is supported in the following national cloud deployments. + * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is available in the following national cloud deployments. * @param AddFormulaLocalPostRequestBody $body The request body * @param AddFormulaLocalRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddFormulaLocalPostRequestBody $body, ?AddFormulaLocalReque } /** - * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is supported in the following national cloud deployments. + * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is available in the following national cloud deployments. * @param AddFormulaLocalPostRequestBody $body The request body * @param AddFormulaLocalRequestBuilderPostRequestConfiguration|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/Names/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/Range/RangeRequestBuilder.php index af0356b7be1..8d16719c873 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 @@ -32,10 +32,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of range object. This API is supported in the following national cloud deployments. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. This API is available in the following national cloud deployments. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0 Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -51,7 +51,7 @@ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Retrieve the properties and relationships of range object. This API is supported in the following national cloud deployments. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. This API is available in the following national cloud deployments. * @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/Names/Item/WorkbookNamedItemItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/WorkbookNamedItemItemRequestBuilder.php index 366eedb200c..50671ca45db 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/WorkbookNamedItemItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/WorkbookNamedItemItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?WorkbookNamedItemItemRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of nameditem object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of nameditem object. This API is available in the following national cloud deployments. * @param WorkbookNamedItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/nameditem-get?view=graph-rest-1.0 Find more info here @@ -85,7 +85,7 @@ public function get(?WorkbookNamedItemItemRequestBuilderGetRequestConfiguration } /** - * Update the properties of nameditem object. This API is supported in the following national cloud deployments. + * Update the properties of nameditem object. This API is available in the following national cloud deployments. * @param WorkbookNamedItem $body The request body * @param WorkbookNamedItemItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?WorkbookNamedItemItemRequestBuilderD } /** - * Retrieve the properties and relationships of nameditem object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of nameditem object. This API is available in the following national cloud deployments. * @param WorkbookNamedItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -143,7 +143,7 @@ public function toGetRequestInformation(?WorkbookNamedItemItemRequestBuilderGetR } /** - * Update the properties of nameditem object. This API is supported in the following national cloud deployments. + * Update the properties of nameditem object. This API is available in the following national cloud deployments. * @param WorkbookNamedItem $body The request body * @param WorkbookNamedItemItemRequestBuilderPatchRequestConfiguration|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/Names/Item/WorkbookNamedItemItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/WorkbookNamedItemItemRequestBuilderGetQueryParameters.php index 46f7d7102c9..0274acba274 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/WorkbookNamedItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/WorkbookNamedItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of nameditem object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of nameditem object. This API is available in the following national cloud deployments. */ class WorkbookNamedItemItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.php index 2d8a408ab9f..5aebc31fbfd 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.php @@ -69,7 +69,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of nameditem objects. This API is supported in the following national cloud deployments. + * Retrieve a list of nameditem objects. This API is available in the following national cloud deployments. * @param NamesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbook-list-names?view=graph-rest-1.0 Find more info here @@ -107,7 +107,7 @@ public function post(WorkbookNamedItem $body, ?NamesRequestBuilderPostRequestCon } /** - * Retrieve a list of nameditem objects. This API is supported in the following national cloud deployments. + * Retrieve a list of nameditem objects. This API is available in the following national cloud deployments. * @param NamesRequestBuilderGetRequestConfiguration|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/Names/NamesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilderGetQueryParameters.php index 9ec78c724bc..6a10a26944b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of nameditem objects. This API is supported in the following national cloud deployments. + * Retrieve a list of nameditem objects. This API is available in the following national cloud deployments. */ class NamesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilder.php index f9a28b15e07..f80506e583e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?WorkbookOperationItemRequestBuilderDeleteRequestConfigur } /** - * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is supported in the following national cloud deployments. + * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is available in the following national cloud deployments. * @param WorkbookOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbookoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?WorkbookOperationItemRequestBuilderD } /** - * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is supported in the following national cloud deployments. + * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is available in the following national cloud deployments. * @param WorkbookOperationItemRequestBuilderGetRequestConfiguration|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/Operations/Item/WorkbookOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilderGetQueryParameters.php index 3cc7c02c7ec..a5fdf6a061d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is supported in the following national cloud deployments. + * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is available in the following national cloud deployments. */ class WorkbookOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.php index 64f1f4cfa77..54f22526c9a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is supported in the following national cloud deployments. + * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(WorkbookOperation $body, ?OperationsRequestBuilderPostReque } /** - * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is supported in the following national cloud deployments. + * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|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/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilderGetQueryParameters.php index 4b04b6862f0..c4c5b7d9386 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is supported in the following national cloud deployments. + * Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { 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 07f910e39cb..8632fd77598 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Use this API to refresh an existing workbook session. This API is supported in the following national cloud deployments. + * Use this API to refresh an existing workbook session. This API is available in the following national cloud deployments. * @param RefreshSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbook-refreshsession?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RefreshSessionRequestBuilderPostRequestConfiguration $requ } /** - * Use this API to refresh an existing workbook session. This API is supported in the following national cloud deployments. + * Use this API to refresh an existing workbook session. This API is available in the following national cloud deployments. * @param RefreshSessionRequestBuilderPostRequestConfiguration|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/Add/AddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddPostRequestBody.php index 60a60ef4005..12fc3d7f9db 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAddress(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,8 +102,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -118,8 +118,8 @@ public function setAddress(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 25cfcfe7220..79bafd7f1a1 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 @@ -32,7 +32,7 @@ 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 generated. This API is supported in the following national cloud deployments. + * 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 generated. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,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 generated. This API is supported in the following national cloud deployments. + * 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 generated. This API is available in the following national cloud deployments. * @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/Count/CountGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Count/CountGetResponse.php index d6ec65553b4..7c535d74a38 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Count/CountGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Count/CountGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 de936834aee..8268a679e0e 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clears all the filters currently applied on the table. This API is supported in the following national cloud deployments. + * Clears all the filters currently applied on the table. This API is available in the following national cloud deployments. * @param ClearFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearFiltersRequestBuilderPostRequestConfiguration $reques } /** - * Clears all the filters currently applied on the table. This API is supported in the following national cloud deployments. + * Clears all the filters currently applied on the table. This API is available in the following national cloud deployments. * @param ClearFiltersRequestBuilderPostRequestConfiguration|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/Columns/Add/AddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddPostRequestBody.php index 1f69d2184a7..38cf594ff56 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 e34f92bf8a8..e5119c1e9ed 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds a new column to the table. This API is supported in the following national cloud deployments. + * Adds a new column to the table. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Adds a new column to the table. This API is supported in the following national cloud deployments. + * Adds a new column to the table. This API is available in the following national cloud deployments. * @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/Columns/ColumnsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.php index 991f6203d67..04830f90a77 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.php @@ -62,7 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-list?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function itemAtWithIndex(int $index): ItemAtWithIndexRequestBuilder { } /** - * Use this API to create a new TableColumn. This API is supported in the following national cloud deployments. + * Use this API to create a new TableColumn. This API is available in the following national cloud deployments. * @param WorkbookTableColumn $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -110,7 +110,7 @@ public function post(WorkbookTableColumn $body, ?ColumnsRequestBuilderPostReques } /** - * Retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Use this API to create a new TableColumn. This API is supported in the following national cloud deployments. + * Use this API to create a new TableColumn. This API is available in the following national cloud deployments. * @param WorkbookTableColumn $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|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/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index 67c36571e1c..36949614b2e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountGetResponse.php index 71dcd882b35..4ddd53907fe 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 02844f61413..a4cf0619a51 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with the data body of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the data body of the column. This API is available in the following national cloud deployments. * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $request } /** - * Gets the range object associated with the data body of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the data body of the column. This API is available in the following national cloud deployments. * @param DataBodyRangeRequestBuilderGetRequestConfiguration|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/Columns/Item/Filter/Apply/ApplyPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.php index 9f7149025e7..bbfa34bea50 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 bf4957fd322..5ecb2e4c9e4 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Apply the given filter criteria on the given column. This API is supported in the following national cloud deployments. + * Apply the given filter criteria on the given column. This API is available in the following national cloud deployments. * @param ApplyPostRequestBody $body The request body * @param ApplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ApplyPostRequestBody $body, ?ApplyRequestBuilderPostRequest } /** - * Apply the given filter criteria on the given column. This API is supported in the following national cloud deployments. + * Apply the given filter criteria on the given column. This API is available in the following national cloud deployments. * @param ApplyPostRequestBody $body The request body * @param ApplyRequestBuilderPostRequestConfiguration|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/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.php index a958179de36..5cc101b8610 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.php index 608c4ff8331..91ab334fd2d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.php index f84598d2827..e7dc6be2b6f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.php index 432baee61a4..6ffbecf34e1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.php index 71abf136c6e..3adbd4dab84 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.php index 9dd7eeac38f..89d739641ad 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.php index 4a526958bcf..9836640903e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.php index 77792c1f3fb..7918358dac4 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.php index 0dcf9ab3b77..40454eba198 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.php index b8bd70a9ffb..4dd3771a606 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 0bdb28f0e5f..d0f92f35ed4 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the filter on the given column. This API is supported in the following national cloud deployments. + * Clear the filter on the given column. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the filter on the given column. This API is supported in the following national cloud deployments. + * Clear the filter on the given column. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php index ae42bf0e2fd..f68baf02803 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with the header row of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the header row of the column. This API is available in the following national cloud deployments. * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $reques } /** - * Gets the range object associated with the header row of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the header row of the column. This API is available in the following national cloud deployments. * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|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/Columns/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Range/RangeRequestBuilder.php index 9f272701956..792a5c8c911 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with the entire column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the entire column. This API is available in the following national cloud deployments. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Gets the range object associated with the entire column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the entire column. This API is available in the following national cloud deployments. * @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/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.php index 80a85bbd396..972112b850a 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with the totals row of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the totals row of the column. This API is available in the following national cloud deployments. * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $request } /** - * Gets the range object associated with the totals row of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the totals row of the column. This API is available in the following national cloud deployments. * @param TotalRowRangeRequestBuilderGetRequestConfiguration|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/Columns/Item/WorkbookTableColumnItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.php index 5ea73425b08..665a7ccee0a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.php @@ -72,7 +72,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes the column from the table. This API is supported in the following national cloud deployments. + * Deletes the column from the table. This API is available in the following national cloud deployments. * @param WorkbookTableColumnItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-delete?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function delete(?WorkbookTableColumnItemRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments. * @param WorkbookTableColumnItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-get?view=graph-rest-1.0 Find more info here @@ -110,7 +110,7 @@ public function get(?WorkbookTableColumnItemRequestBuilderGetRequestConfiguratio } /** - * Update the properties of tablecolumn object. This API is supported in the following national cloud deployments. + * Update the properties of tablecolumn object. This API is available in the following national cloud deployments. * @param WorkbookTableColumn $body The request body * @param WorkbookTableColumnItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -130,7 +130,7 @@ public function patch(WorkbookTableColumn $body, ?WorkbookTableColumnItemRequest } /** - * Deletes the column from the table. This API is supported in the following national cloud deployments. + * Deletes the column from the table. This API is available in the following national cloud deployments. * @param WorkbookTableColumnItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -147,7 +147,7 @@ public function toDeleteRequestInformation(?WorkbookTableColumnItemRequestBuilde } /** - * Retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments. * @param WorkbookTableColumnItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -168,7 +168,7 @@ public function toGetRequestInformation(?WorkbookTableColumnItemRequestBuilderGe } /** - * Update the properties of tablecolumn object. This API is supported in the following national cloud deployments. + * Update the properties of tablecolumn object. This API is available in the following national cloud deployments. * @param WorkbookTableColumn $body The request body * @param WorkbookTableColumnItemRequestBuilderPatchRequestConfiguration|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/Columns/Item/WorkbookTableColumnItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilderGetQueryParameters.php index 8d3287e02b1..b26ee96cc8d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments. */ class WorkbookTableColumnItemRequestBuilderGetQueryParameters { 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 e97f0d4cc2a..ddc5c41a2f6 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Converts the table into a normal range of cells. All data is preserved. This API is supported in the following national cloud deployments. + * Converts the table into a normal range of cells. All data is preserved. This API is available in the following national cloud deployments. * @param ConvertToRangeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ConvertToRangeRequestBuilderPostRequestConfiguration $requ } /** - * Converts the table into a normal range of cells. All data is preserved. This API is supported in the following national cloud deployments. + * Converts the table into a normal range of cells. All data is preserved. This API is available in the following national cloud deployments. * @param ConvertToRangeRequestBuilderPostRequestConfiguration|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/DataBodyRange/DataBodyRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.php index f55830fb0c9..22f7715f9c9 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with the data body of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with the data body of the table. This API is available in the following national cloud deployments. * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $request } /** - * Gets the range object associated with the data body of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with the data body of the table. This API is available in the following national cloud deployments. * @param DataBodyRangeRequestBuilderGetRequestConfiguration|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/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 7bc5850f12a..dfa41b15544 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with header row of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with header row of the table. This API is available in the following national cloud deployments. * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $reques } /** - * Gets the range object associated with header row of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with header row of the table. This API is available in the following national cloud deployments. * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|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/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Range/RangeRequestBuilder.php index cd16e6accb3..20f35888369 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the range object associated with the entire table. This API is supported in the following national cloud deployments. + * Get the range object associated with the entire table. This API is available in the following national cloud deployments. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get the range object associated with the entire table. This API is supported in the following national cloud deployments. + * Get the range object associated with the entire table. This API is available in the following national cloud deployments. * @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/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php index 94cb1011e8c..14f860d76fc 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reapplies all the filters currently on the table. This API is supported in the following national cloud deployments. + * Reapplies all the filters currently on the table. This API is available in the following national cloud deployments. * @param ReapplyFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReapplyFiltersRequestBuilderPostRequestConfiguration $requ } /** - * Reapplies all the filters currently on the table. This API is supported in the following national cloud deployments. + * Reapplies all the filters currently on the table. This API is available in the following national cloud deployments. * @param ReapplyFiltersRequestBuilderPostRequestConfiguration|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/Rows/Add/AddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddPostRequestBody.php index da497cbc5f2..f10fdf2bff9 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 da32b43330e..7cd37766a08 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. This API is supported in the following national cloud deployments. + * Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. This API is supported in the following national cloud deployments. + * Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. This API is available in the following national cloud deployments. * @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/Rows/Count/CountGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountGetResponse.php index 71a54ab1cfc..9c1e2077658 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.php index 0cc5711842b..85fc21a5770 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes the row from the table. This API is supported in the following national cloud deployments. + * Deletes the row from the table. This API is available in the following national cloud deployments. * @param WorkbookTableRowItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablerow-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?WorkbookTableRowItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments. * @param WorkbookTableRowItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablerow-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?WorkbookTableRowItemRequestBuilderGetRequestConfiguration $ } /** - * Update the properties of tablerow object. This API is supported in the following national cloud deployments. + * Update the properties of tablerow object. This API is available in the following national cloud deployments. * @param WorkbookTableRow $body The request body * @param WorkbookTableRowItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(WorkbookTableRow $body, ?WorkbookTableRowItemRequestBuilde } /** - * Deletes the row from the table. This API is supported in the following national cloud deployments. + * Deletes the row from the table. This API is available in the following national cloud deployments. * @param WorkbookTableRowItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?WorkbookTableRowItemRequestBuilderDe } /** - * Retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments. * @param WorkbookTableRowItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?WorkbookTableRowItemRequestBuilderGetRe } /** - * Update the properties of tablerow object. This API is supported in the following national cloud deployments. + * Update the properties of tablerow object. This API is available in the following national cloud deployments. * @param WorkbookTableRow $body The request body * @param WorkbookTableRowItemRequestBuilderPatchRequestConfiguration|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/Rows/Item/WorkbookTableRowItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilderGetQueryParameters.php index 6225d4f4fa3..09694d9fc98 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments. */ class WorkbookTableRowItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.php index 096fc2fb775..4d8dc98a622 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.php @@ -62,7 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of tablerow objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablerow objects. This API is available in the following national cloud deployments. * @param RowsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function itemAtWithIndex(int $index): ItemAtWithIndexRequestBuilder { } /** - * Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. This API is supported in the following national cloud deployments. + * Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. This API is available in the following national cloud deployments. * @param WorkbookTableRow $body The request body * @param RowsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -110,7 +110,7 @@ public function post(WorkbookTableRow $body, ?RowsRequestBuilderPostRequestConfi } /** - * Retrieve a list of tablerow objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablerow objects. This API is available in the following national cloud deployments. * @param RowsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toGetRequestInformation(?RowsRequestBuilderGetRequestConfigurati } /** - * Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. This API is supported in the following national cloud deployments. + * Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. This API is available in the following national cloud deployments. * @param WorkbookTableRow $body The request body * @param RowsRequestBuilderPostRequestConfiguration|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/Rows/RowsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilderGetQueryParameters.php index 7f989d5e8b3..cccebcb2e2f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of tablerow objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablerow objects. This API is available in the following national cloud deployments. */ class RowsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyPostRequestBody.php index 672d1570e10..1de76386ff7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -120,16 +120,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 7991641dc38..0db3f0e8f6f 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Perform a sort operation. This API is supported in the following national cloud deployments. + * Perform a sort operation. This API is available in the following national cloud deployments. * @param ApplyPostRequestBody $body The request body * @param ApplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ApplyPostRequestBody $body, ?ApplyRequestBuilderPostRequest } /** - * Perform a sort operation. This API is supported in the following national cloud deployments. + * Perform a sort operation. This API is available in the following national cloud deployments. * @param ApplyPostRequestBody $body The request body * @param ApplyRequestBuilderPostRequestConfiguration|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/Sort/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.php index 4b1d6f6e53a..d5d7b4c49b1 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. This API is supported in the following national cloud deployments. + * Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. This API is supported in the following national cloud deployments. + * Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Sort/Reapply/ReapplyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.php index cd3742d9023..71cdda0a1bb 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reapplies the current sorting parameters to the table. This API is supported in the following national cloud deployments. + * Reapplies the current sorting parameters to the table. This API is available in the following national cloud deployments. * @param ReapplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReapplyRequestBuilderPostRequestConfiguration $requestConf } /** - * Reapplies the current sorting parameters to the table. This API is supported in the following national cloud deployments. + * Reapplies the current sorting parameters to the table. This API is available in the following national cloud deployments. * @param ReapplyRequestBuilderPostRequestConfiguration|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/Sort/SortRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/SortRequestBuilder.php index d990b557375..6310363b091 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/SortRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/SortRequestBuilder.php @@ -74,7 +74,7 @@ public function delete(?SortRequestBuilderDeleteRequestConfiguration $requestCon } /** - * Retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments. * @param SortRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablesort-get?view=graph-rest-1.0 Find more info here @@ -129,7 +129,7 @@ public function toDeleteRequestInformation(?SortRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments. * @param SortRequestBuilderGetRequestConfiguration|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/Sort/SortRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/SortRequestBuilderGetQueryParameters.php index 9bc7de5191f..9f762e9c412 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/SortRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/SortRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments. */ class SortRequestBuilderGetQueryParameters { 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 54bdb20472a..2304f02cfd8 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with totals row of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with totals row of the table. This API is available in the following national cloud deployments. * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $request } /** - * Gets the range object associated with totals row of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with totals row of the table. This API is available in the following national cloud deployments. * @param TotalRowRangeRequestBuilderGetRequestConfiguration|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/WorkbookTableItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/WorkbookTableItemRequestBuilder.php index 6cb4783a4b9..3153b14f789 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/WorkbookTableItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/WorkbookTableItemRequestBuilder.php @@ -120,7 +120,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes the table. This API is supported in the following national cloud deployments. + * Deletes the table. This API is available in the following national cloud deployments. * @param WorkbookTableItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-delete?view=graph-rest-1.0 Find more info here @@ -139,7 +139,7 @@ public function delete(?WorkbookTableItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of table object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of table object. This API is available in the following national cloud deployments. * @param WorkbookTableItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-get?view=graph-rest-1.0 Find more info here @@ -158,7 +158,7 @@ public function get(?WorkbookTableItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of table object. This API is supported in the following national cloud deployments. + * Update the properties of table object. This API is available in the following national cloud deployments. * @param WorkbookTable $body The request body * @param WorkbookTableItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -178,7 +178,7 @@ public function patch(WorkbookTable $body, ?WorkbookTableItemRequestBuilderPatch } /** - * Deletes the table. This API is supported in the following national cloud deployments. + * Deletes the table. This API is available in the following national cloud deployments. * @param WorkbookTableItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -195,7 +195,7 @@ public function toDeleteRequestInformation(?WorkbookTableItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of table object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of table object. This API is available in the following national cloud deployments. * @param WorkbookTableItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -216,7 +216,7 @@ public function toGetRequestInformation(?WorkbookTableItemRequestBuilderGetReque } /** - * Update the properties of table object. This API is supported in the following national cloud deployments. + * Update the properties of table object. This API is available in the following national cloud deployments. * @param WorkbookTable $body The request body * @param WorkbookTableItemRequestBuilderPatchRequestConfiguration|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/WorkbookTableItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/WorkbookTableItemRequestBuilderGetQueryParameters.php index 599b6add733..bd91b4e89cf 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/WorkbookTableItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/WorkbookTableItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of table object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of table object. This API is available in the following national cloud deployments. */ class WorkbookTableItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.php index 7bb121561b8..5011a672067 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.php @@ -62,7 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of table objects. This API is supported in the following national cloud deployments. + * Retrieve a list of table objects. This API is available in the following national cloud deployments. * @param TablesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbook-list-tables?view=graph-rest-1.0 Find more info here @@ -109,7 +109,7 @@ public function post(WorkbookTable $body, ?TablesRequestBuilderPostRequestConfig } /** - * Retrieve a list of table objects. This API is supported in the following national cloud deployments. + * Retrieve a list of table objects. This API is available in the following national cloud deployments. * @param TablesRequestBuilderGetRequestConfiguration|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/TablesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilderGetQueryParameters.php index 4271d584068..fefc90066da 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of table objects. This API is supported in the following national cloud deployments. + * Retrieve a list of table objects. This API is available in the following national cloud deployments. */ class TablesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddPostRequestBody.php index 248026a75f1..0070478a74c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 72cbfe51027..1edc76ff182 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you wish to activate the newly added worksheet, call .activate() on it. This API is supported in the following national cloud deployments. + * Adds a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you wish to activate the newly added worksheet, call .activate() on it. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Adds a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you wish to activate the newly added worksheet, call .activate() on it. This API is supported in the following national cloud deployments. + * Adds a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you wish to activate the newly added worksheet, call .activate() on it. This API is available in the following national cloud deployments. * @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/Charts/Add/AddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddPostRequestBody.php index 1000b920e95..9536e52a458 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 99e1ece3414..a630607e2ae 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Creates a new chart. This API is supported in the following national cloud deployments. + * Creates a new chart. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Creates a new chart. This API is supported in the following national cloud deployments. + * Creates a new chart. This API is available in the following national cloud deployments. * @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/Charts/ChartsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.php index 2f1599d57a3..b0afa92292d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.php @@ -63,10 +63,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of chart objects. This API is supported in the following national cloud deployments. + * Retrieve a list of chart objects. This API is available in the following national cloud deployments. * @param ChartsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/chart-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/worksheet-list-charts?view=graph-rest-1.0 Find more info here */ public function get(?ChartsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -100,7 +100,7 @@ public function itemWithName(string $name): ItemWithNameRequestBuilder { } /** - * Use this API to create a new Chart. This API is supported in the following national cloud deployments. + * Use this API to create a new Chart. This API is available in the following national cloud deployments. * @param WorkbookChart $body The request body * @param ChartsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -120,7 +120,7 @@ public function post(WorkbookChart $body, ?ChartsRequestBuilderPostRequestConfig } /** - * Retrieve a list of chart objects. This API is supported in the following national cloud deployments. + * Retrieve a list of chart objects. This API is available in the following national cloud deployments. * @param ChartsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -141,7 +141,7 @@ public function toGetRequestInformation(?ChartsRequestBuilderGetRequestConfigura } /** - * Use this API to create a new Chart. This API is supported in the following national cloud deployments. + * Use this API to create a new Chart. This API is available in the following national cloud deployments. * @param WorkbookChart $body The request body * @param ChartsRequestBuilderPostRequestConfiguration|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/Charts/ChartsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilderGetQueryParameters.php index 32b41a82171..2deb3b64d3c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of chart objects. This API is supported in the following national cloud deployments. + * Retrieve a list of chart objects. This API is available in the following national cloud deployments. */ class ChartsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountGetResponse.php index 3855f345b8e..23f3567e8d1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilder.php index 634dfaeb49e..a96f45d8911 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?FontRequestBuilderDeleteRequestConfiguration $requestCon } /** - * Retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments. * @param FontRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartfont-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?FontRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Update the properties of chartfont object. This API is supported in the following national cloud deployments. + * Update the properties of chartfont object. This API is available in the following national cloud deployments. * @param WorkbookChartFont $body The request body * @param FontRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?FontRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments. * @param FontRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?FontRequestBuilderGetRequestConfigurati } /** - * Update the properties of chartfont object. This API is supported in the following national cloud deployments. + * Update the properties of chartfont object. This API is available in the following national cloud deployments. * @param WorkbookChartFont $body The request body * @param FontRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilderGetQueryParameters.php index ff6ac763abb..9a1409a5375 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments. */ class FontRequestBuilderGetQueryParameters { 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 cf895c06daa..f77d1aaca92 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilder.php index cd60af2ddde..965f8fe7897 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?LineRequestBuilderDeleteRequestConfiguration $requestCon } /** - * Retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments. * @param LineRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?LineRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Update the properties of chartlineformat object. This API is supported in the following national cloud deployments. + * Update the properties of chartlineformat object. This API is available in the following national cloud deployments. * @param WorkbookChartLineFormat $body The request body * @param LineRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?LineRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments. * @param LineRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?LineRequestBuilderGetRequestConfigurati } /** - * Update the properties of chartlineformat object. This API is supported in the following national cloud deployments. + * Update the properties of chartlineformat object. This API is available in the following national cloud deployments. * @param WorkbookChartLineFormat $body The request body * @param LineRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilderGetQueryParameters.php index 1705fe5d8dc..d9d1a00ce64 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments. */ class LineRequestBuilderGetQueryParameters { 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 cebb6f40a51..9b5b9147d7f 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/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 a1fb3b38969..3a89d013960 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilder.php index 03bf37263cc..4873c396cef 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?MinorGridlinesRequestBuilderDeleteRequestConfiguration $ } /** - * Retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments. * @param MinorGridlinesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartgridlines-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?MinorGridlinesRequestBuilderGetRequestConfiguration $reques } /** - * Update the properties of chartgridlines object. This API is supported in the following national cloud deployments. + * Update the properties of chartgridlines object. This API is available in the following national cloud deployments. * @param WorkbookChartGridlines $body The request body * @param MinorGridlinesRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?MinorGridlinesRequestBuilderDeleteRe } /** - * Retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments. * @param MinorGridlinesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?MinorGridlinesRequestBuilderGetRequestC } /** - * Update the properties of chartgridlines object. This API is supported in the following national cloud deployments. + * Update the properties of chartgridlines object. This API is available in the following national cloud deployments. * @param WorkbookChartGridlines $body The request body * @param MinorGridlinesRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php index 16df8926ee4..c250c672660 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments. */ class MinorGridlinesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilder.php index eaf5050ba61..37b92b316e5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?TitleRequestBuilderDeleteRequestConfiguration $requestCo } /** - * Retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments. * @param TitleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartaxistitle-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?TitleRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Update the properties of chartaxistitle object. This API is supported in the following national cloud deployments. + * Update the properties of chartaxistitle object. This API is available in the following national cloud deployments. * @param WorkbookChartAxisTitle $body The request body * @param TitleRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?TitleRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments. * @param TitleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?TitleRequestBuilderGetRequestConfigurat } /** - * Update the properties of chartaxistitle object. This API is supported in the following national cloud deployments. + * Update the properties of chartaxistitle object. This API is available in the following national cloud deployments. * @param WorkbookChartAxisTitle $body The request body * @param TitleRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilderGetQueryParameters.php index 93dde603944..70ff5a63bb7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments. */ class TitleRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilder.php index 3227002e28e..2e5a45a2dd8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?FontRequestBuilderDeleteRequestConfiguration $requestCon } /** - * Retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments. * @param FontRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartfont-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?FontRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Update the properties of chartfont object. This API is supported in the following national cloud deployments. + * Update the properties of chartfont object. This API is available in the following national cloud deployments. * @param WorkbookChartFont $body The request body * @param FontRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?FontRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments. * @param FontRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?FontRequestBuilderGetRequestConfigurati } /** - * Update the properties of chartfont object. This API is supported in the following national cloud deployments. + * Update the properties of chartfont object. This API is available in the following national cloud deployments. * @param WorkbookChartFont $body The request body * @param FontRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilderGetQueryParameters.php index 3d85015b48b..cfd08d2a0dc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments. */ class FontRequestBuilderGetQueryParameters { 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 6eaaad09a0e..26fb8012d77 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilder.php index 76258f0747f..7d948daa83d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?LineRequestBuilderDeleteRequestConfiguration $requestCon } /** - * Retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments. * @param LineRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?LineRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Update the properties of chartlineformat object. This API is supported in the following national cloud deployments. + * Update the properties of chartlineformat object. This API is available in the following national cloud deployments. * @param WorkbookChartLineFormat $body The request body * @param LineRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?LineRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments. * @param LineRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?LineRequestBuilderGetRequestConfigurati } /** - * Update the properties of chartlineformat object. This API is supported in the following national cloud deployments. + * Update the properties of chartlineformat object. This API is available in the following national cloud deployments. * @param WorkbookChartLineFormat $body The request body * @param LineRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilderGetQueryParameters.php index 58297d605e8..3ec32f9a4be 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments. */ class LineRequestBuilderGetQueryParameters { 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 e575158ba19..2ec11c388dd 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/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 f8dd3b4eda7..1c9debbe823 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilder.php index 6412257ed69..266e6ad39ef 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?MinorGridlinesRequestBuilderDeleteRequestConfiguration $ } /** - * Retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments. * @param MinorGridlinesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartgridlines-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?MinorGridlinesRequestBuilderGetRequestConfiguration $reques } /** - * Update the properties of chartgridlines object. This API is supported in the following national cloud deployments. + * Update the properties of chartgridlines object. This API is available in the following national cloud deployments. * @param WorkbookChartGridlines $body The request body * @param MinorGridlinesRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?MinorGridlinesRequestBuilderDeleteRe } /** - * Retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments. * @param MinorGridlinesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?MinorGridlinesRequestBuilderGetRequestC } /** - * Update the properties of chartgridlines object. This API is supported in the following national cloud deployments. + * Update the properties of chartgridlines object. This API is available in the following national cloud deployments. * @param WorkbookChartGridlines $body The request body * @param MinorGridlinesRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php index 7f6e251bf4a..a980a45e8bf 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments. */ class MinorGridlinesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilder.php index 9cfd0dc2932..927c8d1d74c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?TitleRequestBuilderDeleteRequestConfiguration $requestCo } /** - * Retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments. * @param TitleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartaxistitle-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?TitleRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Update the properties of chartaxistitle object. This API is supported in the following national cloud deployments. + * Update the properties of chartaxistitle object. This API is available in the following national cloud deployments. * @param WorkbookChartAxisTitle $body The request body * @param TitleRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?TitleRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments. * @param TitleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?TitleRequestBuilderGetRequestConfigurat } /** - * Update the properties of chartaxistitle object. This API is supported in the following national cloud deployments. + * Update the properties of chartaxistitle object. This API is available in the following national cloud deployments. * @param WorkbookChartAxisTitle $body The request body * @param TitleRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilderGetQueryParameters.php index 3dabe6e0e8f..eecfd6846a5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments. */ class TitleRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilder.php index 74873094c82..3ee3d85f6ff 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?FontRequestBuilderDeleteRequestConfiguration $requestCon } /** - * Retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments. * @param FontRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartfont-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?FontRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Update the properties of chartfont object. This API is supported in the following national cloud deployments. + * Update the properties of chartfont object. This API is available in the following national cloud deployments. * @param WorkbookChartFont $body The request body * @param FontRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?FontRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments. * @param FontRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?FontRequestBuilderGetRequestConfigurati } /** - * Update the properties of chartfont object. This API is supported in the following national cloud deployments. + * Update the properties of chartfont object. This API is available in the following national cloud deployments. * @param WorkbookChartFont $body The request body * @param FontRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilderGetQueryParameters.php index 3b30d36cb3a..2cf67a2a501 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartfont object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartfont object. This API is available in the following national cloud deployments. */ class FontRequestBuilderGetQueryParameters { 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 b9537299da1..d3b10db511f 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilder.php index 3e10a350a99..52e26dd68ca 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?LineRequestBuilderDeleteRequestConfiguration $requestCon } /** - * Retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments. * @param LineRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?LineRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Update the properties of chartlineformat object. This API is supported in the following national cloud deployments. + * Update the properties of chartlineformat object. This API is available in the following national cloud deployments. * @param WorkbookChartLineFormat $body The request body * @param LineRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?LineRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments. * @param LineRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?LineRequestBuilderGetRequestConfigurati } /** - * Update the properties of chartlineformat object. This API is supported in the following national cloud deployments. + * Update the properties of chartlineformat object. This API is available in the following national cloud deployments. * @param WorkbookChartLineFormat $body The request body * @param LineRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilderGetQueryParameters.php index a0f47100e22..3a87cf7b407 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartlineformat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlineformat object. This API is available in the following national cloud deployments. */ class LineRequestBuilderGetQueryParameters { 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 4c0b8e22245..fadf3bf7123 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/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 268e3d0aa32..60e63e2e623 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilder.php index 8de8f9b70f1..28819bd61ea 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?MinorGridlinesRequestBuilderDeleteRequestConfiguration $ } /** - * Retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments. * @param MinorGridlinesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartgridlines-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?MinorGridlinesRequestBuilderGetRequestConfiguration $reques } /** - * Update the properties of chartgridlines object. This API is supported in the following national cloud deployments. + * Update the properties of chartgridlines object. This API is available in the following national cloud deployments. * @param WorkbookChartGridlines $body The request body * @param MinorGridlinesRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?MinorGridlinesRequestBuilderDeleteRe } /** - * Retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments. * @param MinorGridlinesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?MinorGridlinesRequestBuilderGetRequestC } /** - * Update the properties of chartgridlines object. This API is supported in the following national cloud deployments. + * Update the properties of chartgridlines object. This API is available in the following national cloud deployments. * @param WorkbookChartGridlines $body The request body * @param MinorGridlinesRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php index 42cfd6f3c47..c9bfc85f848 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartgridlines object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartgridlines object. This API is available in the following national cloud deployments. */ class MinorGridlinesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilder.php index 59cd811a100..8b41387ac26 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?TitleRequestBuilderDeleteRequestConfiguration $requestCo } /** - * Retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments. * @param TitleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartaxistitle-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?TitleRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Update the properties of chartaxistitle object. This API is supported in the following national cloud deployments. + * Update the properties of chartaxistitle object. This API is available in the following national cloud deployments. * @param WorkbookChartAxisTitle $body The request body * @param TitleRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?TitleRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments. * @param TitleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?TitleRequestBuilderGetRequestConfigurat } /** - * Update the properties of chartaxistitle object. This API is supported in the following national cloud deployments. + * Update the properties of chartaxistitle object. This API is available in the following national cloud deployments. * @param WorkbookChartAxisTitle $body The request body * @param TitleRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilderGetQueryParameters.php index daba5d91f0d..ab2b5996ef0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartaxistitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxistitle object. This API is available in the following national cloud deployments. */ class TitleRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilder.php index da07f638943..79561782851 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?ValueAxisRequestBuilderDeleteRequestConfiguration $reque } /** - * Retrieve the properties and relationships of chartaxis object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxis object. This API is available in the following national cloud deployments. * @param ValueAxisRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartaxis-get?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function get(?ValueAxisRequestBuilderGetRequestConfiguration $requestConf } /** - * Update the properties of chartaxis object. This API is supported in the following national cloud deployments. + * Update the properties of chartaxis object. This API is available in the following national cloud deployments. * @param WorkbookChartAxis $body The request body * @param ValueAxisRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -138,7 +138,7 @@ public function toDeleteRequestInformation(?ValueAxisRequestBuilderDeleteRequest } /** - * Retrieve the properties and relationships of chartaxis object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxis object. This API is available in the following national cloud deployments. * @param ValueAxisRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -159,7 +159,7 @@ public function toGetRequestInformation(?ValueAxisRequestBuilderGetRequestConfig } /** - * Update the properties of chartaxis object. This API is supported in the following national cloud deployments. + * Update the properties of chartaxis object. This API is available in the following national cloud deployments. * @param WorkbookChartAxis $body The request body * @param ValueAxisRequestBuilderPatchRequestConfiguration|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/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilderGetQueryParameters.php index e557e169dc2..6f65f5c5c8b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartaxis object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartaxis object. This API is available in the following national cloud deployments. */ class ValueAxisRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilder.php index df883a86160..7b7fdcfd29e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?DataLabelsRequestBuilderDeleteRequestConfiguration $requ } /** - * Retrieve the properties and relationships of chartdatalabels object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartdatalabels object. This API is available in the following national cloud deployments. * @param DataLabelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartdatalabels-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?DataLabelsRequestBuilderGetRequestConfiguration $requestCon } /** - * Update the properties of chartdatalabels object. This API is supported in the following national cloud deployments. + * Update the properties of chartdatalabels object. This API is available in the following national cloud deployments. * @param WorkbookChartDataLabels $body The request body * @param DataLabelsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?DataLabelsRequestBuilderDeleteReques } /** - * Retrieve the properties and relationships of chartdatalabels object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartdatalabels object. This API is available in the following national cloud deployments. * @param DataLabelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?DataLabelsRequestBuilderGetRequestConfi } /** - * Update the properties of chartdatalabels object. This API is supported in the following national cloud deployments. + * Update the properties of chartdatalabels object. This API is available in the following national cloud deployments. * @param WorkbookChartDataLabels $body The request body * @param DataLabelsRequestBuilderPatchRequestConfiguration|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/Charts/Item/DataLabels/DataLabelsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilderGetQueryParameters.php index 34c9edd50e4..ce989b71ae1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartdatalabels object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartdatalabels object. This API is available in the following national cloud deployments. */ class DataLabelsRequestBuilderGetQueryParameters { 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 310bd81e901..cb6ea776208 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php index a5bb00684e0..2499087baa3 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetSo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 708082e6fa4..3a2eac77e43 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBu } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|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/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 d5a51c3c580..7d82bf5f1be 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php index 38994d7a423..be60399238c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetSo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 67a3d7ab4cf..85b61982fcb 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBu } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|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/Charts/Item/Image/ImageGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageGetResponse.php index 3c6fccfe611..1c67aa7ffab 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Image } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthGetResponse.php index 696eabeaf6c..25673034153 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Image } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.php index 994c4d993bb..765ee9a698c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Image } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.php index 6aeff0cf649..1734ffe6bc9 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Image } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 72c6bbf4e5d..3c0ba7e72a4 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php index 902f8113830..185955eeb6c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetSo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 e2de6d08288..e23bd7948b5 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBu } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|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/Charts/Item/Legend/LegendRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/LegendRequestBuilder.php index 57310675ad1..2b58597e832 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/LegendRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/LegendRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?LegendRequestBuilderDeleteRequestConfiguration $requestC } /** - * Retrieve the properties and relationships of chartlegend object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlegend object. This API is available in the following national cloud deployments. * @param LegendRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlegend-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?LegendRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Update the properties of chartlegend object. This API is supported in the following national cloud deployments. + * Update the properties of chartlegend object. This API is available in the following national cloud deployments. * @param WorkbookChartLegend $body The request body * @param LegendRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?LegendRequestBuilderDeleteRequestCon } /** - * Retrieve the properties and relationships of chartlegend object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlegend object. This API is available in the following national cloud deployments. * @param LegendRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?LegendRequestBuilderGetRequestConfigura } /** - * Update the properties of chartlegend object. This API is supported in the following national cloud deployments. + * Update the properties of chartlegend object. This API is available in the following national cloud deployments. * @param WorkbookChartLegend $body The request body * @param LegendRequestBuilderPatchRequestConfiguration|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/Charts/Item/Legend/LegendRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/LegendRequestBuilderGetQueryParameters.php index e939d1370fb..1deeefd43d4 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/LegendRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/LegendRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartlegend object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartlegend object. This API is available in the following national cloud deployments. */ class LegendRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountGetResponse.php index c0d485e1d88..f0c932ac938 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 adc359cbb71..996c37c8dc6 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php index 20b0ae84b69..59412712bd8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetSo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 6785b094d56..6019aa6537f 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBu } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|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/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 1e831c3da37..7c8318b3a29 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the line format of a chart element. This API is supported in the following national cloud deployments. + * Clear the line format of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Series/Item/Points/Count/CountGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountGetResponse.php index 9561e9979c3..1781ec92ae0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 1202e1a0b78..8f3745d8b17 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php index 1a1bdf2cdca..556fa1697a6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetSo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 e41a338e3ad..cdbadf3a347 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBu } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|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/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilder.php index d3e54b3393b..d8dc3335d88 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?WorkbookChartPointItemRequestBuilderDeleteRequestConfigu } /** - * Retrieve the properties and relationships of chartpoint object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartpoint object. This API is available in the following national cloud deployments. * @param WorkbookChartPointItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartpoint-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?WorkbookChartPointItemRequestBuilder } /** - * Retrieve the properties and relationships of chartpoint object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartpoint object. This API is available in the following national cloud deployments. * @param WorkbookChartPointItemRequestBuilderGetRequestConfiguration|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/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilderGetQueryParameters.php index 6ca39f84ecc..b279cf28fc7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartpoint object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartpoint object. This API is available in the following national cloud deployments. */ class WorkbookChartPointItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.php index 77f6bb9b42d..355ec989cdf 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.php @@ -54,7 +54,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of chartpoints objects. This API is supported in the following national cloud deployments. + * Retrieve a list of chartpoints objects. This API is available in the following national cloud deployments. * @param PointsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartseries-list-points?view=graph-rest-1.0 Find more info here @@ -82,7 +82,7 @@ public function itemAtWithIndex(int $index): ItemAtWithIndexRequestBuilder { } /** - * Use this API to create a new ChartPoints. This API is supported in the following national cloud deployments. + * Use this API to create a new ChartPoints. This API is available in the following national cloud deployments. * @param WorkbookChartPoint $body The request body * @param PointsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -102,7 +102,7 @@ public function post(WorkbookChartPoint $body, ?PointsRequestBuilderPostRequestC } /** - * Retrieve a list of chartpoints objects. This API is supported in the following national cloud deployments. + * Retrieve a list of chartpoints objects. This API is available in the following national cloud deployments. * @param PointsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toGetRequestInformation(?PointsRequestBuilderGetRequestConfigura } /** - * Use this API to create a new ChartPoints. This API is supported in the following national cloud deployments. + * Use this API to create a new ChartPoints. This API is available in the following national cloud deployments. * @param WorkbookChartPoint $body The request body * @param PointsRequestBuilderPostRequestConfiguration|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/Charts/Item/Series/Item/Points/PointsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilderGetQueryParameters.php index 566a94cf526..08c32e3f96f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of chartpoints objects. This API is supported in the following national cloud deployments. + * Retrieve a list of chartpoints objects. This API is available in the following national cloud deployments. */ class PointsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilder.php index 9028321c0c8..388375a0400 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?WorkbookChartSeriesItemRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of chartseries object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartseries object. This API is available in the following national cloud deployments. * @param WorkbookChartSeriesItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartseries-get?view=graph-rest-1.0 Find more info here @@ -85,7 +85,7 @@ public function get(?WorkbookChartSeriesItemRequestBuilderGetRequestConfiguratio } /** - * Update the properties of chartseries object. This API is supported in the following national cloud deployments. + * Update the properties of chartseries object. This API is available in the following national cloud deployments. * @param WorkbookChartSeries $body The request body * @param WorkbookChartSeriesItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?WorkbookChartSeriesItemRequestBuilde } /** - * Retrieve the properties and relationships of chartseries object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartseries object. This API is available in the following national cloud deployments. * @param WorkbookChartSeriesItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -143,7 +143,7 @@ public function toGetRequestInformation(?WorkbookChartSeriesItemRequestBuilderGe } /** - * Update the properties of chartseries object. This API is supported in the following national cloud deployments. + * Update the properties of chartseries object. This API is available in the following national cloud deployments. * @param WorkbookChartSeries $body The request body * @param WorkbookChartSeriesItemRequestBuilderPatchRequestConfiguration|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/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilderGetQueryParameters.php index eb896997a04..e8c1c9fee62 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chartseries object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chartseries object. This API is available in the following national cloud deployments. */ class WorkbookChartSeriesItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.php index 911e72ca821..be57e1cb11c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.php @@ -54,10 +54,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of chartseries objects. This API is supported in the following national cloud deployments. + * Retrieve a list of chartseries objects. This API is available in the following national cloud deployments. * @param SeriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/chartseries-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chart-list-series?view=graph-rest-1.0 Find more info here */ public function get(?SeriesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -82,7 +82,7 @@ public function itemAtWithIndex(int $index): ItemAtWithIndexRequestBuilder { } /** - * Use this API to create a new ChartSeries. This API is supported in the following national cloud deployments. + * Use this API to create a new ChartSeries. This API is available in the following national cloud deployments. * @param WorkbookChartSeries $body The request body * @param SeriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -102,7 +102,7 @@ public function post(WorkbookChartSeries $body, ?SeriesRequestBuilderPostRequest } /** - * Retrieve a list of chartseries objects. This API is supported in the following national cloud deployments. + * Retrieve a list of chartseries objects. This API is available in the following national cloud deployments. * @param SeriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toGetRequestInformation(?SeriesRequestBuilderGetRequestConfigura } /** - * Use this API to create a new ChartSeries. This API is supported in the following national cloud deployments. + * Use this API to create a new ChartSeries. This API is available in the following national cloud deployments. * @param WorkbookChartSeries $body The request body * @param SeriesRequestBuilderPostRequestConfiguration|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/Charts/Item/Series/SeriesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilderGetQueryParameters.php index aaf1d526517..34340e2496d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of chartseries objects. This API is supported in the following national cloud deployments. + * Retrieve a list of chartseries objects. This API is available in the following national cloud deployments. */ class SeriesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataPostRequestBody.php index d84d131fc0d..98e0bf2194c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetDa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 ddfabfd9e8a..2c4896759d8 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resets the source data for the chart. This API is supported in the following national cloud deployments. + * Resets the source data for the chart. This API is available in the following national cloud deployments. * @param SetDataPostRequestBody $body The request body * @param SetDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetDataPostRequestBody $body, ?SetDataRequestBuilderPostReq } /** - * Resets the source data for the chart. This API is supported in the following national cloud deployments. + * Resets the source data for the chart. This API is available in the following national cloud deployments. * @param SetDataPostRequestBody $body The request body * @param SetDataRequestBuilderPostRequestConfiguration|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/Charts/Item/SetPosition/SetPositionPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionPostRequestBody.php index 336f7f1cb43..5064313abfc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 42a273a93c9..63e5b14cbef 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Positions the chart relative to cells on the worksheet. This API is supported in the following national cloud deployments. + * Positions the chart relative to cells on the worksheet. This API is available in the following national cloud deployments. * @param SetPositionPostRequestBody $body The request body * @param SetPositionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetPositionPostRequestBody $body, ?SetPositionRequestBuilde } /** - * Positions the chart relative to cells on the worksheet. This API is supported in the following national cloud deployments. + * Positions the chart relative to cells on the worksheet. This API is available in the following national cloud deployments. * @param SetPositionPostRequestBody $body The request body * @param SetPositionRequestBuilderPostRequestConfiguration|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/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 cd53c4227b2..046f8b8abf9 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the fill color of a chart element. This API is supported in the following national cloud deployments. + * Clear the fill color of a chart element. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php index 2be181ada78..6cbf679b502 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetSo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 6d7b873185c..58b29c508cc 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBu } /** - * Sets the fill formatting of a chart element to a uniform color. This API is supported in the following national cloud deployments. + * Sets the fill formatting of a chart element to a uniform color. This API is available in the following national cloud deployments. * @param SetSolidColorPostRequestBody $body The request body * @param SetSolidColorRequestBuilderPostRequestConfiguration|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/Charts/Item/Title/TitleRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/TitleRequestBuilder.php index 30f384294cc..5a5964f597b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/TitleRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/TitleRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?TitleRequestBuilderDeleteRequestConfiguration $requestCo } /** - * Retrieve the properties and relationships of charttitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of charttitle object. This API is available in the following national cloud deployments. * @param TitleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/charttitle-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?TitleRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Update the properties of charttitle object. This API is supported in the following national cloud deployments. + * Update the properties of charttitle object. This API is available in the following national cloud deployments. * @param WorkbookChartTitle $body The request body * @param TitleRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?TitleRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of charttitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of charttitle object. This API is available in the following national cloud deployments. * @param TitleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?TitleRequestBuilderGetRequestConfigurat } /** - * Update the properties of charttitle object. This API is supported in the following national cloud deployments. + * Update the properties of charttitle object. This API is available in the following national cloud deployments. * @param WorkbookChartTitle $body The request body * @param TitleRequestBuilderPatchRequestConfiguration|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/Charts/Item/Title/TitleRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/TitleRequestBuilderGetQueryParameters.php index eadffd8d91b..344605d321c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/TitleRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/TitleRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of charttitle object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of charttitle object. This API is available in the following national cloud deployments. */ class TitleRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilder.php index f19f937d2ef..08cc3eb2eb7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilder.php @@ -115,7 +115,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes the chart object. This API is supported in the following national cloud deployments. + * Deletes the chart object. This API is available in the following national cloud deployments. * @param WorkbookChartItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chart-delete?view=graph-rest-1.0 Find more info here @@ -134,7 +134,7 @@ public function delete(?WorkbookChartItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of chart object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chart object. This API is available in the following national cloud deployments. * @param WorkbookChartItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chart-get?view=graph-rest-1.0 Find more info here @@ -183,7 +183,7 @@ public function imageWithWidthWithHeightWithFittingMode(string $fittingMode, int } /** - * Update the properties of chart object. This API is supported in the following national cloud deployments. + * Update the properties of chart object. This API is available in the following national cloud deployments. * @param WorkbookChart $body The request body * @param WorkbookChartItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -203,7 +203,7 @@ public function patch(WorkbookChart $body, ?WorkbookChartItemRequestBuilderPatch } /** - * Deletes the chart object. This API is supported in the following national cloud deployments. + * Deletes the chart object. This API is available in the following national cloud deployments. * @param WorkbookChartItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -220,7 +220,7 @@ public function toDeleteRequestInformation(?WorkbookChartItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of chart object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chart object. This API is available in the following national cloud deployments. * @param WorkbookChartItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -241,7 +241,7 @@ public function toGetRequestInformation(?WorkbookChartItemRequestBuilderGetReque } /** - * Update the properties of chart object. This API is supported in the following national cloud deployments. + * Update the properties of chart object. This API is available in the following national cloud deployments. * @param WorkbookChart $body The request body * @param WorkbookChartItemRequestBuilderPatchRequestConfiguration|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/Charts/Item/WorkbookChartItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilderGetQueryParameters.php index c6ee1522356..0760cad3102 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chart object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chart object. This API is available in the following national cloud deployments. */ class WorkbookChartItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddPostRequestBody.php index 96f69570283..7e85fc8fcff 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 a932f9f922e..15cd5652d07 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is supported in the following national cloud deployments. + * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is supported in the following national cloud deployments. + * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is available in the following national cloud deployments. * @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/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.php index ed3e14aa071..3caeb699239 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddFo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 630ee69905c..f866f5873b0 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is supported in the following national cloud deployments. + * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is available in the following national cloud deployments. * @param AddFormulaLocalPostRequestBody $body The request body * @param AddFormulaLocalRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddFormulaLocalPostRequestBody $body, ?AddFormulaLocalReque } /** - * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is supported in the following national cloud deployments. + * Adds a new name to the collection of the given scope using the user's locale for the formula. This API is available in the following national cloud deployments. * @param AddFormulaLocalPostRequestBody $body The request body * @param AddFormulaLocalRequestBuilderPostRequestConfiguration|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/Names/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Range/RangeRequestBuilder.php index bda5c8b58a0..3cf0d425711 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 @@ -32,10 +32,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of range object. This API is supported in the following national cloud deployments. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. This API is available in the following national cloud deployments. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0 Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -51,7 +51,7 @@ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Retrieve the properties and relationships of range object. This API is supported in the following national cloud deployments. + * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. This API is available in the following national cloud deployments. * @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/Names/NamesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.php index 1b9c1b02e62..c7b10615401 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.php @@ -69,7 +69,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of named item associated with the worksheet. This API is supported in the following national cloud deployments. + * Retrieve a list of named item associated with the worksheet. This API is available in the following national cloud deployments. * @param NamesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/worksheet-list-names?view=graph-rest-1.0 Find more info here @@ -107,7 +107,7 @@ public function post(WorkbookNamedItem $body, ?NamesRequestBuilderPostRequestCon } /** - * Retrieve a list of named item associated with the worksheet. This API is supported in the following national cloud deployments. + * Retrieve a list of named item associated with the worksheet. This API is available in the following national cloud deployments. * @param NamesRequestBuilderGetRequestConfiguration|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/Names/NamesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilderGetQueryParameters.php index 247465410ff..288057f0237 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of named item associated with the worksheet. This API is supported in the following national cloud deployments. + * Retrieve a list of named item associated with the worksheet. This API is available in the following national cloud deployments. */ class NamesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.php index 99923576891..b7bb578b0ac 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Refreshes the PivotTable. This API is supported in the following national cloud deployments. + * Refreshes the PivotTable. This API is available in the following national cloud deployments. * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbookpivottable-refresh?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConf } /** - * Refreshes the PivotTable. This API is supported in the following national cloud deployments. + * Refreshes the PivotTable. This API is available in the following national cloud deployments. * @param RefreshRequestBuilderPostRequestConfiguration|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/PivotTables/Item/WorkbookPivotTableItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/WorkbookPivotTableItemRequestBuilder.php index 65834bfb405..e3f248a262c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/WorkbookPivotTableItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/WorkbookPivotTableItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?WorkbookPivotTableItemRequestBuilderDeleteRequestConfigu } /** - * Retrieve the properties and relationships of workbookPivotTable object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of workbookPivotTable object. This API is available in the following national cloud deployments. * @param WorkbookPivotTableItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbookpivottable-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?WorkbookPivotTableItemRequestBuilder } /** - * Retrieve the properties and relationships of workbookPivotTable object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of workbookPivotTable object. This API is available in the following national cloud deployments. * @param WorkbookPivotTableItemRequestBuilderGetRequestConfiguration|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/PivotTables/Item/WorkbookPivotTableItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/WorkbookPivotTableItemRequestBuilderGetQueryParameters.php index 7f7a4a3c30d..264b991cb38 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/WorkbookPivotTableItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/WorkbookPivotTableItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of workbookPivotTable object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of workbookPivotTable object. This API is available in the following national cloud deployments. */ class WorkbookPivotTableItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.php index 667d273340f..7ecc3bd2070 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of workbookpivottable objects. This API is supported in the following national cloud deployments. + * Retrieve a list of workbookpivottable objects. This API is available in the following national cloud deployments. * @param PivotTablesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbookworksheet-list-pivottables?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(WorkbookPivotTable $body, ?PivotTablesRequestBuilderPostReq } /** - * Retrieve a list of workbookpivottable objects. This API is supported in the following national cloud deployments. + * Retrieve a list of workbookpivottable objects. This API is available in the following national cloud deployments. * @param PivotTablesRequestBuilderGetRequestConfiguration|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/PivotTables/PivotTablesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilderGetQueryParameters.php index 9168de3eb30..296f018394a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of workbookpivottable objects. This API is supported in the following national cloud deployments. + * Retrieve a list of workbookpivottable objects. This API is available in the following national cloud deployments. */ class PivotTablesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.php index b2f3923536b..7ec0a1b1b17 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Refreshes the PivotTable within a given worksheet. This API is supported in the following national cloud deployments. + * Refreshes the PivotTable within a given worksheet. This API is available in the following national cloud deployments. * @param RefreshAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workbookpivottable-refreshall?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RefreshAllRequestBuilderPostRequestConfiguration $requestC } /** - * Refreshes the PivotTable within a given worksheet. This API is supported in the following national cloud deployments. + * Refreshes the PivotTable within a given worksheet. This API is available in the following national cloud deployments. * @param RefreshAllRequestBuilderPostRequestConfiguration|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/ProtectPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectPostRequestBody.php index fec04c84d9a..11493acd9ad 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Prote } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 41e09336212..3a0e3a80301 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Protect a worksheet. It throws if the worksheet has been protected. This API is supported in the following national cloud deployments. + * Protect a worksheet. It throws if the worksheet has been protected. This API is available in the following national cloud deployments. * @param ProtectPostRequestBody $body The request body * @param ProtectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ProtectPostRequestBody $body, ?ProtectRequestBuilderPostReq } /** - * Protect a worksheet. It throws if the worksheet has been protected. This API is supported in the following national cloud deployments. + * Protect a worksheet. It throws if the worksheet has been protected. This API is available in the following national cloud deployments. * @param ProtectPostRequestBody $body The request body * @param ProtectRequestBuilderPostRequestConfiguration|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/ProtectionRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/ProtectionRequestBuilder.php index 13de64baf5a..29deb6336dc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/ProtectionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/ProtectionRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?ProtectionRequestBuilderDeleteRequestConfiguration $requ } /** - * Retrieve the properties and relationships of worksheetprotection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of worksheetprotection object. This API is available in the following national cloud deployments. * @param ProtectionRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/worksheetprotection-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?ProtectionRequestBuilderDeleteReques } /** - * Retrieve the properties and relationships of worksheetprotection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of worksheetprotection object. This API is available in the following national cloud deployments. * @param ProtectionRequestBuilderGetRequestConfiguration|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/ProtectionRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/ProtectionRequestBuilderGetQueryParameters.php index ed4e733e3d4..fd3ef0f296f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/ProtectionRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/ProtectionRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of worksheetprotection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of worksheetprotection object. This API is available in the following national cloud deployments. */ class ProtectionRequestBuilderGetQueryParameters { 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 d319a0a0057..fcc6987fc03 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unprotect a worksheet This API is supported in the following national cloud deployments. + * Unprotect a worksheet This API is available in the following national cloud deployments. * @param UnprotectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/worksheetprotection-unprotect?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnprotectRequestBuilderPostRequestConfiguration $requestCo } /** - * Unprotect a worksheet This API is supported in the following national cloud deployments. + * Unprotect a worksheet This API is available in the following national cloud deployments. * @param UnprotectRequestBuilderPostRequestConfiguration|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/Add/AddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddPostRequestBody.php index 83dd9950b94..a0289e782b7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAddress(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,8 +102,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -118,8 +118,8 @@ public function setAddress(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 bab698d7ea9..c7c67d76dad 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 @@ -32,7 +32,7 @@ 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 generated. This API is supported in the following national cloud deployments. + * 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 generated. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,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 generated. This API is supported in the following national cloud deployments. + * 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 generated. This API is available in the following national cloud deployments. * @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/Count/CountGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountGetResponse.php index 6f6ea726e6c..09a25b73a49 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 6ebe274b872..2eb6c8bb549 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clears all the filters currently applied on the table. This API is supported in the following national cloud deployments. + * Clears all the filters currently applied on the table. This API is available in the following national cloud deployments. * @param ClearFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearFiltersRequestBuilderPostRequestConfiguration $reques } /** - * Clears all the filters currently applied on the table. This API is supported in the following national cloud deployments. + * Clears all the filters currently applied on the table. This API is available in the following national cloud deployments. * @param ClearFiltersRequestBuilderPostRequestConfiguration|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/Columns/Add/AddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddPostRequestBody.php index 9289c78a4fa..056ac0d22f8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 ef79fc04a60..2c754c5c113 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds a new column to the table. This API is supported in the following national cloud deployments. + * Adds a new column to the table. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Adds a new column to the table. This API is supported in the following national cloud deployments. + * Adds a new column to the table. This API is available in the following national cloud deployments. * @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/Columns/ColumnsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.php index c7bb1b930b5..272b960dc6f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.php @@ -62,7 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-list?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function itemAtWithIndex(int $index): ItemAtWithIndexRequestBuilder { } /** - * Use this API to create a new TableColumn. This API is supported in the following national cloud deployments. + * Use this API to create a new TableColumn. This API is available in the following national cloud deployments. * @param WorkbookTableColumn $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -110,7 +110,7 @@ public function post(WorkbookTableColumn $body, ?ColumnsRequestBuilderPostReques } /** - * Retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Use this API to create a new TableColumn. This API is supported in the following national cloud deployments. + * Use this API to create a new TableColumn. This API is available in the following national cloud deployments. * @param WorkbookTableColumn $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|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/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index d5a7af7b0a5..077f712989e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of tablecolumn objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablecolumn objects. This API is available in the following national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountGetResponse.php index bc445794ea8..574542d5852 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 eae17447026..0b790bdfca6 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with the data body of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the data body of the column. This API is available in the following national cloud deployments. * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $request } /** - * Gets the range object associated with the data body of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the data body of the column. This API is available in the following national cloud deployments. * @param DataBodyRangeRequestBuilderGetRequestConfiguration|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/Columns/Item/Filter/Apply/ApplyPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.php index e160e78fbac..6f091eeacb8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 36fd11d9995..a13545ace80 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Apply the given filter criteria on the given column. This API is supported in the following national cloud deployments. + * Apply the given filter criteria on the given column. This API is available in the following national cloud deployments. * @param ApplyPostRequestBody $body The request body * @param ApplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ApplyPostRequestBody $body, ?ApplyRequestBuilderPostRequest } /** - * Apply the given filter criteria on the given column. This API is supported in the following national cloud deployments. + * Apply the given filter criteria on the given column. This API is available in the following national cloud deployments. * @param ApplyPostRequestBody $body The request body * @param ApplyRequestBuilderPostRequestConfiguration|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/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.php index 85385e35c90..057baed90d5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.php index 948b2bce602..a8f14572fc2 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.php index 07bc17b2a0d..be494cb7a21 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.php index 65646d4b479..b4def67fb09 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.php index 8809254ff72..468e75fee0d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.php index f643b922eb7..3b50bf0d351 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.php index f9e543eaa1c..719cce24865 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.php index 8eb22236d9f..671490fc30c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.php index c0c6a605a6b..23bbcab25c3 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.php index 4ae43e6fe04..fecd3f2a2a5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 24afba65e36..7410874b41c 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the filter on the given column. This API is supported in the following national cloud deployments. + * Clear the filter on the given column. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clear the filter on the given column. This API is supported in the following national cloud deployments. + * Clear the filter on the given column. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 6ee76bba5e7..4920ff320c0 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with the header row of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the header row of the column. This API is available in the following national cloud deployments. * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $reques } /** - * Gets the range object associated with the header row of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the header row of the column. This API is available in the following national cloud deployments. * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|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/Columns/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Range/RangeRequestBuilder.php index 36b5f407826..c77865ba873 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with the entire column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the entire column. This API is available in the following national cloud deployments. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Gets the range object associated with the entire column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the entire column. This API is available in the following national cloud deployments. * @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/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 1a4b2953f49..c0b84d48ab6 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with the totals row of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the totals row of the column. This API is available in the following national cloud deployments. * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $request } /** - * Gets the range object associated with the totals row of the column. This API is supported in the following national cloud deployments. + * Gets the range object associated with the totals row of the column. This API is available in the following national cloud deployments. * @param TotalRowRangeRequestBuilderGetRequestConfiguration|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/Columns/Item/WorkbookTableColumnItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.php index 89a590c645c..f5e3cd405dc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.php @@ -72,7 +72,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes the column from the table. This API is supported in the following national cloud deployments. + * Deletes the column from the table. This API is available in the following national cloud deployments. * @param WorkbookTableColumnItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-delete?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function delete(?WorkbookTableColumnItemRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments. * @param WorkbookTableColumnItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablecolumn-get?view=graph-rest-1.0 Find more info here @@ -110,7 +110,7 @@ public function get(?WorkbookTableColumnItemRequestBuilderGetRequestConfiguratio } /** - * Update the properties of tablecolumn object. This API is supported in the following national cloud deployments. + * Update the properties of tablecolumn object. This API is available in the following national cloud deployments. * @param WorkbookTableColumn $body The request body * @param WorkbookTableColumnItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -130,7 +130,7 @@ public function patch(WorkbookTableColumn $body, ?WorkbookTableColumnItemRequest } /** - * Deletes the column from the table. This API is supported in the following national cloud deployments. + * Deletes the column from the table. This API is available in the following national cloud deployments. * @param WorkbookTableColumnItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -147,7 +147,7 @@ public function toDeleteRequestInformation(?WorkbookTableColumnItemRequestBuilde } /** - * Retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments. * @param WorkbookTableColumnItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -168,7 +168,7 @@ public function toGetRequestInformation(?WorkbookTableColumnItemRequestBuilderGe } /** - * Update the properties of tablecolumn object. This API is supported in the following national cloud deployments. + * Update the properties of tablecolumn object. This API is available in the following national cloud deployments. * @param WorkbookTableColumn $body The request body * @param WorkbookTableColumnItemRequestBuilderPatchRequestConfiguration|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/Columns/Item/WorkbookTableColumnItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilderGetQueryParameters.php index 3094797a055..d7bc24262dc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of tablecolumn object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablecolumn object. This API is available in the following national cloud deployments. */ class WorkbookTableColumnItemRequestBuilderGetQueryParameters { 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 7ae70c0958b..54dd8ddbe7f 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Converts the table into a normal range of cells. All data is preserved. This API is supported in the following national cloud deployments. + * Converts the table into a normal range of cells. All data is preserved. This API is available in the following national cloud deployments. * @param ConvertToRangeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ConvertToRangeRequestBuilderPostRequestConfiguration $requ } /** - * Converts the table into a normal range of cells. All data is preserved. This API is supported in the following national cloud deployments. + * Converts the table into a normal range of cells. All data is preserved. This API is available in the following national cloud deployments. * @param ConvertToRangeRequestBuilderPostRequestConfiguration|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/DataBodyRange/DataBodyRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.php index 3a5eef1b592..f68f1aebe0a 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with the data body of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with the data body of the table. This API is available in the following national cloud deployments. * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $request } /** - * Gets the range object associated with the data body of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with the data body of the table. This API is available in the following national cloud deployments. * @param DataBodyRangeRequestBuilderGetRequestConfiguration|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/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 23419e4c8ec..2f44290e766 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with header row of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with header row of the table. This API is available in the following national cloud deployments. * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $reques } /** - * Gets the range object associated with header row of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with header row of the table. This API is available in the following national cloud deployments. * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|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/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Range/RangeRequestBuilder.php index f66e3abecda..aab09bd8af1 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the range object associated with the entire table. This API is supported in the following national cloud deployments. + * Get the range object associated with the entire table. This API is available in the following national cloud deployments. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get the range object associated with the entire table. This API is supported in the following national cloud deployments. + * Get the range object associated with the entire table. This API is available in the following national cloud deployments. * @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/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php index 9478de051a8..ca884aae334 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reapplies all the filters currently on the table. This API is supported in the following national cloud deployments. + * Reapplies all the filters currently on the table. This API is available in the following national cloud deployments. * @param ReapplyFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReapplyFiltersRequestBuilderPostRequestConfiguration $requ } /** - * Reapplies all the filters currently on the table. This API is supported in the following national cloud deployments. + * Reapplies all the filters currently on the table. This API is available in the following national cloud deployments. * @param ReapplyFiltersRequestBuilderPostRequestConfiguration|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/Rows/Add/AddPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddPostRequestBody.php index 852d37b8773..a7909b03bab 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 c411cd03259..39ac916e1b0 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. This API is supported in the following national cloud deployments. + * Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. This API is supported in the following national cloud deployments. + * Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. This API is available in the following national cloud deployments. * @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/Rows/Count/CountGetResponse.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountGetResponse.php index c2274e2fd9d..7e3d72716d6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountGetResponse.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Count } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.php index ad51c07729e..0bef5c931a0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes the row from the table. This API is supported in the following national cloud deployments. + * Deletes the row from the table. This API is available in the following national cloud deployments. * @param WorkbookTableRowItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablerow-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?WorkbookTableRowItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments. * @param WorkbookTableRowItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablerow-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?WorkbookTableRowItemRequestBuilderGetRequestConfiguration $ } /** - * Update the properties of tablerow object. This API is supported in the following national cloud deployments. + * Update the properties of tablerow object. This API is available in the following national cloud deployments. * @param WorkbookTableRow $body The request body * @param WorkbookTableRowItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(WorkbookTableRow $body, ?WorkbookTableRowItemRequestBuilde } /** - * Deletes the row from the table. This API is supported in the following national cloud deployments. + * Deletes the row from the table. This API is available in the following national cloud deployments. * @param WorkbookTableRowItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?WorkbookTableRowItemRequestBuilderDe } /** - * Retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments. * @param WorkbookTableRowItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?WorkbookTableRowItemRequestBuilderGetRe } /** - * Update the properties of tablerow object. This API is supported in the following national cloud deployments. + * Update the properties of tablerow object. This API is available in the following national cloud deployments. * @param WorkbookTableRow $body The request body * @param WorkbookTableRowItemRequestBuilderPatchRequestConfiguration|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/Rows/Item/WorkbookTableRowItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilderGetQueryParameters.php index 6ec5a8c5731..f2dcb899616 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of tablerow object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablerow object. This API is available in the following national cloud deployments. */ class WorkbookTableRowItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.php index f5155f323c8..1becfd0cecb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.php @@ -62,7 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of tablerow objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablerow objects. This API is available in the following national cloud deployments. * @param RowsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function itemAtWithIndex(int $index): ItemAtWithIndexRequestBuilder { } /** - * Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. This API is supported in the following national cloud deployments. + * Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. This API is available in the following national cloud deployments. * @param WorkbookTableRow $body The request body * @param RowsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -110,7 +110,7 @@ public function post(WorkbookTableRow $body, ?RowsRequestBuilderPostRequestConfi } /** - * Retrieve a list of tablerow objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablerow objects. This API is available in the following national cloud deployments. * @param RowsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toGetRequestInformation(?RowsRequestBuilderGetRequestConfigurati } /** - * Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. This API is supported in the following national cloud deployments. + * Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. This API is available in the following national cloud deployments. * @param WorkbookTableRow $body The request body * @param RowsRequestBuilderPostRequestConfiguration|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/Rows/RowsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilderGetQueryParameters.php index 8fe5bce3c9d..cdf927f2036 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of tablerow objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tablerow objects. This API is available in the following national cloud deployments. */ class RowsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyPostRequestBody.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyPostRequestBody.php index 29306800e33..976c3074abd 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyPostRequestBody.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -120,16 +120,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 90e22e52ccc..f7cf1812569 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Perform a sort operation. This API is supported in the following national cloud deployments. + * Perform a sort operation. This API is available in the following national cloud deployments. * @param ApplyPostRequestBody $body The request body * @param ApplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ApplyPostRequestBody $body, ?ApplyRequestBuilderPostRequest } /** - * Perform a sort operation. This API is supported in the following national cloud deployments. + * Perform a sort operation. This API is available in the following national cloud deployments. * @param ApplyPostRequestBody $body The request body * @param ApplyRequestBuilderPostRequestConfiguration|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/Sort/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.php index ecf863f9b6d..488183e9f71 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. This API is supported in the following national cloud deployments. + * Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfig } /** - * Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. This API is supported in the following national cloud deployments. + * Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. This API is available in the following national cloud deployments. * @param ClearRequestBuilderPostRequestConfiguration|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/Sort/Reapply/ReapplyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.php index 09b36795b01..5b8fcf54269 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reapplies the current sorting parameters to the table. This API is supported in the following national cloud deployments. + * Reapplies the current sorting parameters to the table. This API is available in the following national cloud deployments. * @param ReapplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReapplyRequestBuilderPostRequestConfiguration $requestConf } /** - * Reapplies the current sorting parameters to the table. This API is supported in the following national cloud deployments. + * Reapplies the current sorting parameters to the table. This API is available in the following national cloud deployments. * @param ReapplyRequestBuilderPostRequestConfiguration|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/Sort/SortRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/SortRequestBuilder.php index 5301c660059..a465100dc28 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/SortRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/SortRequestBuilder.php @@ -74,7 +74,7 @@ public function delete(?SortRequestBuilderDeleteRequestConfiguration $requestCon } /** - * Retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments. * @param SortRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tablesort-get?view=graph-rest-1.0 Find more info here @@ -129,7 +129,7 @@ public function toDeleteRequestInformation(?SortRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments. * @param SortRequestBuilderGetRequestConfiguration|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/Sort/SortRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/SortRequestBuilderGetQueryParameters.php index 199a9e7c16b..3f738e1136b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/SortRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/SortRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of tablesort object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of tablesort object. This API is available in the following national cloud deployments. */ class SortRequestBuilderGetQueryParameters { 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 0b9807e967b..f0a328d16fa 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Gets the range object associated with totals row of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with totals row of the table. This API is available in the following national cloud deployments. * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $request } /** - * Gets the range object associated with totals row of the table. This API is supported in the following national cloud deployments. + * Gets the range object associated with totals row of the table. This API is available in the following national cloud deployments. * @param TotalRowRangeRequestBuilderGetRequestConfiguration|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/TablesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.php index 26d7c0bf427..fbc15d76341 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.php @@ -62,7 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of table objects. This API is supported in the following national cloud deployments. + * Retrieve a list of table objects. This API is available in the following national cloud deployments. * @param TablesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/worksheet-list-tables?view=graph-rest-1.0 Find more info here @@ -109,7 +109,7 @@ public function post(WorkbookTable $body, ?TablesRequestBuilderPostRequestConfig } /** - * Retrieve a list of table objects. This API is supported in the following national cloud deployments. + * Retrieve a list of table objects. This API is available in the following national cloud deployments. * @param TablesRequestBuilderGetRequestConfiguration|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/TablesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilderGetQueryParameters.php index f84c3521475..412e3b44315 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of table objects. This API is supported in the following national cloud deployments. + * Retrieve a list of table objects. This API is available in the following national cloud deployments. */ class TablesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilder.php index c5a188fe5e9..30d7f6c8150 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilder.php @@ -101,7 +101,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes the worksheet from the workbook. This API is supported in the following national cloud deployments. + * Deletes the worksheet from the workbook. This API is available in the following national cloud deployments. * @param WorkbookWorksheetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/worksheet-delete?view=graph-rest-1.0 Find more info here @@ -120,7 +120,7 @@ public function delete(?WorkbookWorksheetItemRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of worksheet object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of worksheet object. This API is available in the following national cloud deployments. * @param WorkbookWorksheetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/worksheet-get?view=graph-rest-1.0 Find more info here @@ -139,7 +139,7 @@ public function get(?WorkbookWorksheetItemRequestBuilderGetRequestConfiguration } /** - * Update the properties of worksheet object. This API is supported in the following national cloud deployments. + * Update the properties of worksheet object. This API is available in the following national cloud deployments. * @param WorkbookWorksheet $body The request body * @param WorkbookWorksheetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -168,7 +168,7 @@ public function rangeWithAddress(string $address): RangeWithAddressRequestBuilde } /** - * Deletes the worksheet from the workbook. This API is supported in the following national cloud deployments. + * Deletes the worksheet from the workbook. This API is available in the following national cloud deployments. * @param WorkbookWorksheetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -185,7 +185,7 @@ public function toDeleteRequestInformation(?WorkbookWorksheetItemRequestBuilderD } /** - * Retrieve the properties and relationships of worksheet object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of worksheet object. This API is available in the following national cloud deployments. * @param WorkbookWorksheetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -206,7 +206,7 @@ public function toGetRequestInformation(?WorkbookWorksheetItemRequestBuilderGetR } /** - * Update the properties of worksheet object. This API is supported in the following national cloud deployments. + * Update the properties of worksheet object. This API is available in the following national cloud deployments. * @param WorkbookWorksheet $body The request body * @param WorkbookWorksheetItemRequestBuilderPatchRequestConfiguration|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/WorkbookWorksheetItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilderGetQueryParameters.php index 8387c7ed7d1..b623d04ecf5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of worksheet object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of worksheet object. This API is available in the following national cloud deployments. */ class WorkbookWorksheetItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.php index ed23780baba..effb739245c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.php @@ -61,10 +61,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of worksheet objects. This API is supported in the following national cloud deployments. + * Retrieve a list of worksheet objects. This API is available in the following national cloud deployments. * @param WorksheetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/workbook-list-worksheets?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/worksheet-list?view=graph-rest-1.0 Find more info here */ public function get(?WorksheetsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -99,7 +99,7 @@ public function post(WorkbookWorksheet $body, ?WorksheetsRequestBuilderPostReque } /** - * Retrieve a list of worksheet objects. This API is supported in the following national cloud deployments. + * Retrieve a list of worksheet objects. This API is available in the following national cloud deployments. * @param WorksheetsRequestBuilderGetRequestConfiguration|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/WorksheetsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilderGetQueryParameters.php index ddf43f6ecee..d09427c3494 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of worksheet objects. This API is supported in the following national cloud deployments. + * Retrieve a list of worksheet objects. This API is available in the following national cloud deployments. */ class WorksheetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Root/RootRequestBuilder.php b/src/Generated/Drives/Item/Root/RootRequestBuilder.php index 5cd07a9c199..c0ad9b21eba 100644 --- a/src/Generated/Drives/Item/Root/RootRequestBuilder.php +++ b/src/Generated/Drives/Item/Root/RootRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the metadata for a driveItem in a drive by file system path or ID.item-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a driveItem in a drive by file system path or ID.item-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item. This API is available in the following national cloud deployments. * @param RootRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?RootRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Retrieve the metadata for a driveItem in a drive by file system path or ID.item-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a driveItem in a drive by file system path or ID.item-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item. This API is available in the following national cloud deployments. * @param RootRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/Root/RootRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Root/RootRequestBuilderGetQueryParameters.php index c043cb2c65b..40e61cf66d5 100644 --- a/src/Generated/Drives/Item/Root/RootRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Root/RootRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a driveItem in a drive by file system path or ID.item-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a driveItem in a drive by file system path or ID.item-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item. This API is available in the following national cloud deployments. */ class RootRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Special/Item/DriveItemItemRequestBuilder.php b/src/Generated/Drives/Item/Special/Item/DriveItemItemRequestBuilder.php index cb0efa233cc..f3323720399 100644 --- a/src/Generated/Drives/Item/Special/Item/DriveItemItemRequestBuilder.php +++ b/src/Generated/Drives/Item/Special/Item/DriveItemItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is supported in the following national cloud deployments. + * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is available in the following national cloud deployments. * @param DriveItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?DriveItemItemRequestBuilderGetRequestConfiguration $request } /** - * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is supported in the following national cloud deployments. + * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is available in the following national cloud deployments. * @param DriveItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/Special/Item/DriveItemItemRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Special/Item/DriveItemItemRequestBuilderGetQueryParameters.php index 9f0f8c4cc71..e5c800ba80d 100644 --- a/src/Generated/Drives/Item/Special/Item/DriveItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Special/Item/DriveItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is supported in the following national cloud deployments. + * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is available in the following national cloud deployments. */ class DriveItemItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Drives/Item/Special/SpecialRequestBuilder.php b/src/Generated/Drives/Item/Special/SpecialRequestBuilder.php index 725b4dc2690..7c78739fcc9 100644 --- a/src/Generated/Drives/Item/Special/SpecialRequestBuilder.php +++ b/src/Generated/Drives/Item/Special/SpecialRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is supported in the following national cloud deployments. + * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is available in the following national cloud deployments. * @param SpecialRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -70,7 +70,7 @@ public function get(?SpecialRequestBuilderGetRequestConfiguration $requestConfig } /** - * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is supported in the following national cloud deployments. + * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is available in the following national cloud deployments. * @param SpecialRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/Special/SpecialRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Special/SpecialRequestBuilderGetQueryParameters.php index ba5ea23e68b..2ccf162041e 100644 --- a/src/Generated/Drives/Item/Special/SpecialRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Special/SpecialRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is supported in the following national cloud deployments. + * Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. This API is available in the following national cloud deployments. */ class SpecialRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/ClassesRequestBuilder.php b/src/Generated/Education/Classes/ClassesRequestBuilder.php index 2718354eb13..91f6f83796b 100644 --- a/src/Generated/Education/Classes/ClassesRequestBuilder.php +++ b/src/Generated/Education/Classes/ClassesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the educationClass objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the educationClass objects and their properties. This API is available in the following national cloud deployments. * @param ClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ClassesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new educationClass object. This API is supported in the following national cloud deployments. + * Create a new educationClass object. This API is available in the following national cloud deployments. * @param EducationClass $body The request body * @param ClassesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(EducationClass $body, ?ClassesRequestBuilderPostRequestConf } /** - * Get a list of the educationClass objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the educationClass objects and their properties. This API is available in the following national cloud deployments. * @param ClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ClassesRequestBuilderGetRequestConfigur } /** - * Create a new educationClass object. This API is supported in the following national cloud deployments. + * Create a new educationClass object. This API is available in the following national cloud deployments. * @param EducationClass $body The request body * @param ClassesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/ClassesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/ClassesRequestBuilderGetQueryParameters.php index 70bb10b853f..18750b21615 100644 --- a/src/Generated/Education/Classes/ClassesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/ClassesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the educationClass objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the educationClass objects and their properties. This API is available in the following national cloud deployments. */ class ClassesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.php b/src/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.php index 495a1e26cf4..47a3e1d23a1 100644 --- a/src/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param AssignmentCategoriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?AssignmentCategoriesRequestBuilderGetRequestConfiguration $ } /** - * Create a new educationCategory on an educationClass. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Create a new educationCategory on an educationClass. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategory $body The request body * @param AssignmentCategoriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(EducationCategory $body, ?AssignmentCategoriesRequestBuilde } /** - * Retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param AssignmentCategoriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AssignmentCategoriesRequestBuilderGetRe } /** - * Create a new educationCategory on an educationClass. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Create a new educationCategory on an educationClass. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategory $body The request body * @param AssignmentCategoriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilderGetQueryParameters.php index 2bed5332c56..1a5e238391c 100644 --- a/src/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve a list of educationCategory objects. Only teachers can perform this operation. This API is available in the following national cloud deployments. */ class AssignmentCategoriesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilder.php b/src/Generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilder.php index 0cee9969ebd..3aeaddc9968 100644 --- a/src/Generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an existing category. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Delete an existing category. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategoryItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?EducationCategoryItemRequestBuilderDeleteRequestConfigur } /** - * Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategoryItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(EducationCategory $body, ?EducationCategoryItemRequestBuil } /** - * Delete an existing category. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Delete an existing category. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategoryItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?EducationCategoryItemRequestBuilderD } /** - * Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategoryItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilderGetQueryParameters.php index b36baef61f6..add1c2e71ce 100644 --- a/src/Generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class EducationCategoryItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilder.php b/src/Generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilder.php index 02bfb46b03e..4664613c701 100644 --- a/src/Generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AssignmentDefaultsRequestBuilderDeleteRequestConfigurati } /** - * Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param AssignmentDefaultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AssignmentDefaultsRequestBuilderGetRequestConfiguration $re } /** - * Update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. This API is supported in the following national cloud deployments. + * Update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. This API is available in the following national cloud deployments. * @param EducationAssignmentDefaults $body The request body * @param AssignmentDefaultsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AssignmentDefaultsRequestBuilderDele } /** - * Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param AssignmentDefaultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?AssignmentDefaultsRequestBuilderGetRequ } /** - * Update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. This API is supported in the following national cloud deployments. + * Update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. This API is available in the following national cloud deployments. * @param EducationAssignmentDefaults $body The request body * @param AssignmentDefaultsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilderGetQueryParameters.php index c66be901e11..c00d2e6abc3 100644 --- a/src/Generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. This API is available in the following national cloud deployments. */ class AssignmentDefaultsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.php b/src/Generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.php index 7c51141e2f1..0cc57398e1d 100644 --- a/src/Generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.php @@ -68,7 +68,7 @@ public function get(?AssignmentSettingsRequestBuilderGetRequestConfiguration $re } /** - * Update the properties of an educationAssignmentSettings object. Only teachers can update these settings. This API is supported in the following national cloud deployments. + * Update the properties of an educationAssignmentSettings object. Only teachers can update these settings. This API is available in the following national cloud deployments. * @param EducationAssignmentSettings $body The request body * @param AssignmentSettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -126,7 +126,7 @@ public function toGetRequestInformation(?AssignmentSettingsRequestBuilderGetRequ } /** - * Update the properties of an educationAssignmentSettings object. Only teachers can update these settings. This API is supported in the following national cloud deployments. + * Update the properties of an educationAssignmentSettings object. Only teachers can update these settings. This API is available in the following national cloud deployments. * @param EducationAssignmentSettings $body The request body * @param AssignmentSettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.php index 5160c0ee53a..2f680f6e114 100644 --- a/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. This API is supported in the following national cloud deployments. + * Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. This API is available in the following national cloud deployments. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?AssignmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication. This API is supported in the following national cloud deployments. + * Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication. This API is available in the following national cloud deployments. * @param EducationAssignment $body The request body * @param AssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(EducationAssignment $body, ?AssignmentsRequestBuilderPostRe } /** - * Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. This API is supported in the following national cloud deployments. + * Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. This API is available in the following national cloud deployments. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AssignmentsRequestBuilderGetRequestConf } /** - * Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication. This API is supported in the following national cloud deployments. + * Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication. This API is available in the following national cloud deployments. * @param EducationAssignment $body The request body * @param AssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php index 4237a040923..a2d908614de 100644 --- a/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. This API is supported in the following national cloud deployments. + * Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. This API is available in the following national cloud deployments. */ class AssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.php index 6a8feb71836..5c48b747506 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.php @@ -69,7 +69,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param CategoriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function get(?CategoriesRequestBuilderGetRequestConfiguration $requestCon } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategory $body The request body * @param CategoriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -108,7 +108,7 @@ public function post(EducationCategory $body, ?CategoriesRequestBuilderPostReque } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param CategoriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -129,7 +129,7 @@ public function toGetRequestInformation(?CategoriesRequestBuilderGetRequestConfi } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategory $body The request body * @param CategoriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php index 482e0a93b71..98a30a26fce 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class CategoriesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php index 85525e2410a..a39cb626000 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 7d9699cfa07..8ed034f4d86 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.php index 5cad301437d..2f634dd6c2a 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php index 9dcb885c612..029972786c4 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.php index 9dc007469e8..8c0aa9b27ea 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.php @@ -88,7 +88,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an existing assignment. Only teachers within a class can delete assignments. This API is supported in the following national cloud deployments. + * Delete an existing assignment. Only teachers within a class can delete assignments. This API is available in the following national cloud deployments. * @param EducationAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0 Find more info here @@ -107,7 +107,7 @@ public function delete(?EducationAssignmentItemRequestBuilderDeleteRequestConfig } /** - * Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. This API is available in the following national cloud deployments. * @param EducationAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0 Find more info here @@ -126,7 +126,7 @@ public function get(?EducationAssignmentItemRequestBuilderGetRequestConfiguratio } /** - * Update an educationAssignment object. Only teachers can perform this action. Alternatively, request to change the status of an assignment with publish action. Don't use a PATCH operation for this purpose. This API is supported in the following national cloud deployments. + * Update an educationAssignment object. Only teachers can perform this action. Alternatively, request to change the status of an assignment with publish action. Don't use a PATCH operation for this purpose. This API is available in the following national cloud deployments. * @param EducationAssignment $body The request body * @param EducationAssignmentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -146,7 +146,7 @@ public function patch(EducationAssignment $body, ?EducationAssignmentItemRequest } /** - * Delete an existing assignment. Only teachers within a class can delete assignments. This API is supported in the following national cloud deployments. + * Delete an existing assignment. Only teachers within a class can delete assignments. This API is available in the following national cloud deployments. * @param EducationAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -163,7 +163,7 @@ public function toDeleteRequestInformation(?EducationAssignmentItemRequestBuilde } /** - * Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. This API is available in the following national cloud deployments. * @param EducationAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -184,7 +184,7 @@ public function toGetRequestInformation(?EducationAssignmentItemRequestBuilderGe } /** - * Update an educationAssignment object. Only teachers can perform this action. Alternatively, request to change the status of an assignment with publish action. Don't use a PATCH operation for this purpose. This API is supported in the following national cloud deployments. + * Update an educationAssignment object. Only teachers can perform this action. Alternatively, request to change the status of an assignment with publish action. Don't use a PATCH operation for this purpose. This API is available in the following national cloud deployments. * @param EducationAssignment $body The request body * @param EducationAssignmentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilderGetQueryParameters.php index c1c2afadce9..908f05565b3 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. This API is available in the following national cloud deployments. */ class EducationAssignmentItemRequestBuilderGetQueryParameters { 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 26cdf6fd02a..64031630cf8 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is supported in the following national cloud deployments. + * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is available in the following national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConf } /** - * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is supported in the following national cloud deployments. + * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is available in the following national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php index c687b3d7849..6ff492745d8 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers cannot remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is supported in the following national cloud deployments. + * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?EducationAssignmentResourceItemRequestBuilderDeleteReque } /** - * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(EducationAssignmentResource $body, ?EducationAssignmentRes } /** - * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers cannot remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is supported in the following national cloud deployments. + * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?EducationAssignmentResourceItemReque } /** - * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php index f71ec39ddd3..73a279fd643 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class EducationAssignmentResourceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php index 1f4ea59081e..5fd0a9e0e4f 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ResourcesRequestBuilderGetRequestConfiguration $requestConf } /** - * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is supported in the following national cloud deployments. + * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is available in the following national cloud deployments. * @param EducationAssignmentResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationAssignmentResource $body, ?ResourcesRequestBuilder } /** - * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ResourcesRequestBuilderGetRequestConfig } /** - * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is supported in the following national cloud deployments. + * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is available in the following national cloud deployments. * @param EducationAssignmentResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php index bc1e9a5442f..6c9cc536839 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class ResourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.php index 15232a2e563..bf76cd9b8ab 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceUpdate $body The request body * @param RefRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function put(ReferenceUpdate $body, ?RefRequestBuilderPutRequestConfigura } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?RefRequestBuilderDeleteRequestConfig } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -125,7 +125,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceUpdate $body The request body * @param RefRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilder.php index 5b0195c76d0..d22ff89e04a 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RubricRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?RubricRequestBuilderDeleteRequestConfiguration $requestC } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RubricRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?RubricRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param RubricRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(EducationRubric $body, ?RubricRequestBuilderPatchRequestCo } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RubricRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?RubricRequestBuilderDeleteRequestCon } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RubricRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?RubricRequestBuilderGetRequestConfigura } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param RubricRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php index 6363372044f..77474d8ec94 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class RubricRequestBuilderGetQueryParameters { 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 d49dfbde850..905ca4c005c 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is available in the following national cloud deployments. * @param SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfi } /** - * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is available in the following national cloud deployments. * @param SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 d3f5b397611..a5d9aaaf5d8 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration } /** - * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php index 350f32bb357..133b1fd8e1f 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php @@ -114,7 +114,7 @@ public function delete(?EducationSubmissionItemRequestBuilderDeleteRequestConfig } /** - * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is supported in the following national cloud deployments. + * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is available in the following national cloud deployments. * @param EducationSubmissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0 Find more info here @@ -169,7 +169,7 @@ public function toDeleteRequestInformation(?EducationSubmissionItemRequestBuilde } /** - * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is supported in the following national cloud deployments. + * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is available in the following national cloud deployments. * @param EducationSubmissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php index 6d02321b77d..861ee0d389a 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is supported in the following national cloud deployments. + * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is available in the following national cloud deployments. */ class EducationSubmissionItemRequestBuilderGetQueryParameters { 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 27dc4aed891..b32ed16d23d 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is supported in the following national cloud deployments. + * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is available in the following national cloud deployments. * @param ReturnRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ReturnRequestBuilderPostRequestConfiguration $requestConfi } /** - * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is supported in the following national cloud deployments. + * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is available in the following national cloud deployments. * @param ReturnRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php index 35b481a153c..4d51cd6fc4a 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a feedback resource from a submission. This can only be done by a teacher. This API is supported in the following national cloud deployments. + * Delete a feedback resource from a submission. This can only be done by a teacher. This API is available in the following national cloud deployments. * @param EducationOutcomeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?EducationOutcomeItemRequestBuilderGetRequestConfiguration $ } /** - * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param EducationOutcomeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -89,7 +89,7 @@ public function patch(EducationOutcome $body, ?EducationOutcomeItemRequestBuilde } /** - * Delete a feedback resource from a submission. This can only be done by a teacher. This API is supported in the following national cloud deployments. + * Delete a feedback resource from a submission. This can only be done by a teacher. This API is available in the following national cloud deployments. * @param EducationOutcomeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?EducationOutcomeItemRequestBuilderGetRe } /** - * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param EducationOutcomeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php index fb2e3139058..c9687927ba1 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is supported in the following national cloud deployments. + * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is available in the following national cloud deployments. * @param OutcomesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OutcomesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param OutcomesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationOutcome $body, ?OutcomesRequestBuilderPostRequestC } /** - * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is supported in the following national cloud deployments. + * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is available in the following national cloud deployments. * @param OutcomesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OutcomesRequestBuilderGetRequestConfigu } /** - * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param OutcomesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php index 584f0a716cb..f8a0be38a81 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is supported in the following national cloud deployments. + * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is available in the following national cloud deployments. */ class OutcomesRequestBuilderGetQueryParameters { 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 3341f6e36f7..c779b9b8295 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is supported in the following national cloud deployments. + * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is available in the following national cloud deployments. * @param ReassignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ReassignRequestBuilderPostRequestConfiguration $requestCon } /** - * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is supported in the following national cloud deployments. + * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is available in the following national cloud deployments. * @param ReassignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php index eaa7735c4c3..2f3dc1382e9 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is supported in the following national cloud deployments. + * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?EducationSubmissionResourceItemRequestBuilderDeleteReque } /** - * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(EducationSubmissionResource $body, ?EducationSubmissionRes } /** - * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is supported in the following national cloud deployments. + * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?EducationSubmissionResourceItemReque } /** - * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php index 6eee7d50629..f2d85158eef 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is available in the following national cloud deployments. */ class EducationSubmissionResourceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php index 9b0b4c62f46..279fea1c1ff 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is supported in the following national cloud deployments. + * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ResourcesRequestBuilderGetRequestConfiguration $requestConf } /** - * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationSubmissionResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationSubmissionResource $body, ?ResourcesRequestBuilder } /** - * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is supported in the following national cloud deployments. + * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ResourcesRequestBuilderGetRequestConfig } /** - * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationSubmissionResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php index f397d23262b..27efc3f8113 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is supported in the following national cloud deployments. + * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is available in the following national cloud deployments. */ class ResourcesRequestBuilderGetQueryParameters { 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 deffafa35f0..e0f1f8a5738 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is supported in the following national cloud deployments. + * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration } /** - * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is supported in the following national cloud deployments. + * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 f8efc3b2faf..9fb3cf6e674 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param SubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SubmitRequestBuilderPostRequestConfiguration $requestConfi } /** - * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param SubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php index a9be7779d3e..1689da2f1f9 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?EducationSubmissionResourceItemRequestBuilderDeleteReque } /** - * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is supported in the following national cloud deployments. + * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?EducationSubmissionResourceItemReque } /** - * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is supported in the following national cloud deployments. + * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php index f3135daee0f..2790fc3ee66 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is supported in the following national cloud deployments. + * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is available in the following national cloud deployments. */ class EducationSubmissionResourceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php index 6cb6d218f82..7d3cda41afd 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is supported in the following national cloud deployments. + * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is available in the following national cloud deployments. * @param SubmittedResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(EducationSubmissionResource $body, ?SubmittedResourcesReque } /** - * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is supported in the following national cloud deployments. + * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is available in the following national cloud deployments. * @param SubmittedResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php index 23450b619b4..667c71ab2c7 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is supported in the following national cloud deployments. + * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is available in the following national cloud deployments. */ class SubmittedResourcesRequestBuilderGetQueryParameters { 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 e9c36ea708a..06a2d032d27 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param UnsubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?UnsubmitRequestBuilderPostRequestConfiguration $requestCon } /** - * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param UnsubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.php index 50b5972f7f5..943832d9ab6 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is supported in the following national cloud deployments. + * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is available in the following national cloud deployments. * @param SubmissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(EducationSubmission $body, ?SubmissionsRequestBuilderPostRe } /** - * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is supported in the following national cloud deployments. + * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is available in the following national cloud deployments. * @param SubmissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php index 4c7a8057b52..5d9117d1196 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is supported in the following national cloud deployments. + * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is available in the following national cloud deployments. */ class SubmissionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/EducationClassItemRequestBuilder.php b/src/Generated/Education/Classes/Item/EducationClassItemRequestBuilder.php index 72bb00e00bc..38a19cc11df 100644 --- a/src/Generated/Education/Classes/Item/EducationClassItemRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/EducationClassItemRequestBuilder.php @@ -96,7 +96,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an educationClass. Because a class is also a universal group, deleting a class deletes the group. This API is supported in the following national cloud deployments. + * Delete an educationClass. Because a class is also a universal group, deleting a class deletes the group. This API is available in the following national cloud deployments. * @param EducationClassItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0 Find more info here @@ -115,7 +115,7 @@ public function delete(?EducationClassItemRequestBuilderDeleteRequestConfigurati } /** - * Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you're using the delegated token, the user will only see classes in which they are members. This API is supported in the following national cloud deployments. + * Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you're using the delegated token, the user will only see classes in which they are members. This API is available in the following national cloud deployments. * @param EducationClassItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0 Find more info here @@ -134,7 +134,7 @@ public function get(?EducationClassItemRequestBuilderGetRequestConfiguration $re } /** - * Update the properties of an educationClass object. This API is supported in the following national cloud deployments. + * Update the properties of an educationClass object. This API is available in the following national cloud deployments. * @param EducationClass $body The request body * @param EducationClassItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -154,7 +154,7 @@ public function patch(EducationClass $body, ?EducationClassItemRequestBuilderPat } /** - * Delete an educationClass. Because a class is also a universal group, deleting a class deletes the group. This API is supported in the following national cloud deployments. + * Delete an educationClass. Because a class is also a universal group, deleting a class deletes the group. This API is available in the following national cloud deployments. * @param EducationClassItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -171,7 +171,7 @@ public function toDeleteRequestInformation(?EducationClassItemRequestBuilderDele } /** - * Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you're using the delegated token, the user will only see classes in which they are members. This API is supported in the following national cloud deployments. + * Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you're using the delegated token, the user will only see classes in which they are members. This API is available in the following national cloud deployments. * @param EducationClassItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -192,7 +192,7 @@ public function toGetRequestInformation(?EducationClassItemRequestBuilderGetRequ } /** - * Update the properties of an educationClass object. This API is supported in the following national cloud deployments. + * Update the properties of an educationClass object. This API is available in the following national cloud deployments. * @param EducationClass $body The request body * @param EducationClassItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/EducationClassItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/EducationClassItemRequestBuilderGetQueryParameters.php index 3c2580a225a..95c9a30c05c 100644 --- a/src/Generated/Education/Classes/Item/EducationClassItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/EducationClassItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you're using the delegated token, the user will only see classes in which they are members. This API is supported in the following national cloud deployments. + * Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you're using the delegated token, the user will only see classes in which they are members. This API is available in the following national cloud deployments. */ class EducationClassItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilder.php b/src/Generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilder.php index 964f0f3c92b..67d3772af26 100644 --- a/src/Generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an educationUser from an educationClass. This API is supported in the following national cloud deployments. + * Remove an educationUser from an educationClass. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove an educationUser from an educationClass. This API is supported in the following national cloud deployments. + * Remove an educationUser from an educationClass. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 40bbcda0f46..c48aabf0cff 100644 --- a/src/Generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove an educationUser from an educationClass. This API is supported in the following national cloud deployments. + * Remove an educationUser from an educationClass. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Members/MembersRequestBuilder.php b/src/Generated/Education/Classes/Item/Members/MembersRequestBuilder.php index 9429b086125..bb194be3465 100644 --- a/src/Generated/Education/Classes/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Members/MembersRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments. + * Retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments. + * Retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Members/MembersRequestBuilderGetQueryParameters.php index e148b645245..be40dcc7805 100644 --- a/src/Generated/Education/Classes/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments. + * Retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.php b/src/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.php index 683f079127a..9ae5297f06e 100644 --- a/src/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments. + * Retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add an educationUser member to an educationClass. This API is supported in the following national cloud deployments. + * Add an educationUser member to an educationClass. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments. + * Retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add an educationUser member to an educationClass. This API is supported in the following national cloud deployments. + * Add an educationUser member to an educationClass. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilderGetQueryParameters.php index b3cd9aa8727..c9e6a50a2ca 100644 --- a/src/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Members/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieves the educationUser members of an educationClass. This API is supported in the following national cloud deployments. + * Retrieves the educationUser members of an educationClass. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.php b/src/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.php index b57549d77d2..5ce956bd76a 100644 --- a/src/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of schools in which the class is taught. This API is supported in the following national cloud deployments. + * Retrieve a list of schools in which the class is taught. This API is available in the following national cloud deployments. * @param SchoolsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SchoolsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Retrieve a list of schools in which the class is taught. This API is supported in the following national cloud deployments. + * Retrieve a list of schools in which the class is taught. This API is available in the following national cloud deployments. * @param SchoolsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilderGetQueryParameters.php index a8f21aec265..a4087f43c4b 100644 --- a/src/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Schools/SchoolsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of schools in which the class is taught. This API is supported in the following national cloud deployments. + * Retrieve a list of schools in which the class is taught. This API is available in the following national cloud deployments. */ class SchoolsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilder.php b/src/Generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilder.php index 4d597c61409..6152e33adcb 100644 --- a/src/Generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a teacher from an educationClass. This API is supported in the following national cloud deployments. + * Remove a teacher from an educationClass. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a teacher from an educationClass. This API is supported in the following national cloud deployments. + * Remove a teacher from an educationClass. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 11cc4970cf8..2af37100289 100644 --- a/src/Generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a teacher from an educationClass. This API is supported in the following national cloud deployments. + * Remove a teacher from an educationClass. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.php b/src/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.php index 270d288e27c..d36ef60e129 100644 --- a/src/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is supported in the following national cloud deployments. + * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add a teacher to a class. This API is supported in the following national cloud deployments. + * Add a teacher to a class. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is supported in the following national cloud deployments. + * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add a teacher to a class. This API is supported in the following national cloud deployments. + * Add a teacher to a class. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilderGetQueryParameters.php index 62eb3c254e2..ec7adf92be6 100644 --- a/src/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is supported in the following national cloud deployments. + * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.php b/src/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.php index f4dcab24877..44ef1ff914a 100644 --- a/src/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is supported in the following national cloud deployments. + * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is available in the following national cloud deployments. * @param TeachersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?TeachersRequestBuilderGetRequestConfiguration $requestConfi } /** - * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is supported in the following national cloud deployments. + * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is available in the following national cloud deployments. * @param TeachersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilderGetQueryParameters.php b/src/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilderGetQueryParameters.php index 234df738f03..121e8fb89a1 100644 --- a/src/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Classes/Item/Teachers/TeachersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is supported in the following national cloud deployments. + * Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. This API is available in the following national cloud deployments. */ class TeachersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Assignments/AssignmentsRequestBuilder.php b/src/Generated/Education/Me/Assignments/AssignmentsRequestBuilder.php index bc0b9cbd3d8..a244b1bdb02 100644 --- a/src/Generated/Education/Me/Assignments/AssignmentsRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/AssignmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is supported in the following national cloud deployments. + * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is available in the following national cloud deployments. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(EducationAssignment $body, ?AssignmentsRequestBuilderPostRe } /** - * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is supported in the following national cloud deployments. + * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is available in the following national cloud deployments. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/AssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/AssignmentsRequestBuilderGetQueryParameters.php index 9a4118eb698..b32f959b00f 100644 --- a/src/Generated/Education/Me/Assignments/AssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/AssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is supported in the following national cloud deployments. + * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is available in the following national cloud deployments. */ class AssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.php index 4b2b45cbde2..81ff2834f1d 100644 --- a/src/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.php @@ -69,7 +69,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param CategoriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function get(?CategoriesRequestBuilderGetRequestConfiguration $requestCon } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategory $body The request body * @param CategoriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -108,7 +108,7 @@ public function post(EducationCategory $body, ?CategoriesRequestBuilderPostReque } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param CategoriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -129,7 +129,7 @@ public function toGetRequestInformation(?CategoriesRequestBuilderGetRequestConfi } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategory $body The request body * @param CategoriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php index 37cc8273f4b..6b62aed9043 100644 --- a/src/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class CategoriesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php index accdca2ca6a..455834cab3d 100644 --- a/src/Generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 821f8777014..9ef719d62df 100644 --- a/src/Generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.php index 92405e07b69..dfbc8883d99 100644 --- a/src/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php index b4bbcdf1cd5..e6dd04bdd5a 100644 --- a/src/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.php index 33bc174ed7c..7400a175875 100644 --- a/src/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is supported in the following national cloud deployments. + * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is available in the following national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConf } /** - * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is supported in the following national cloud deployments. + * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is available in the following national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php index 8c121a07635..651679e5d97 100644 --- a/src/Generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers cannot remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is supported in the following national cloud deployments. + * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?EducationAssignmentResourceItemRequestBuilderDeleteReque } /** - * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(EducationAssignmentResource $body, ?EducationAssignmentRes } /** - * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers cannot remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is supported in the following national cloud deployments. + * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?EducationAssignmentResourceItemReque } /** - * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php index e1098c1ca0c..fe6ec051027 100644 --- a/src/Generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class EducationAssignmentResourceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.php index 24cc516de02..6d6c7982c09 100644 --- a/src/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ResourcesRequestBuilderGetRequestConfiguration $requestConf } /** - * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is supported in the following national cloud deployments. + * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is available in the following national cloud deployments. * @param EducationAssignmentResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationAssignmentResource $body, ?ResourcesRequestBuilder } /** - * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ResourcesRequestBuilderGetRequestConfig } /** - * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is supported in the following national cloud deployments. + * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is available in the following national cloud deployments. * @param EducationAssignmentResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php index 9d255decd20..3aade515236 100644 --- a/src/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class ResourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Assignments/Item/Rubric/Ref/RefRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Rubric/Ref/RefRequestBuilder.php index 1493036428b..3cb5473c638 100644 --- a/src/Generated/Education/Me/Assignments/Item/Rubric/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Rubric/Ref/RefRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceUpdate $body The request body * @param RefRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function put(ReferenceUpdate $body, ?RefRequestBuilderPutRequestConfigura } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?RefRequestBuilderDeleteRequestConfig } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -125,7 +125,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceUpdate $body The request body * @param RefRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilder.php index 957a3169c61..a66c75829e1 100644 --- a/src/Generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RubricRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?RubricRequestBuilderDeleteRequestConfiguration $requestC } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RubricRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?RubricRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param RubricRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(EducationRubric $body, ?RubricRequestBuilderPatchRequestCo } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RubricRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?RubricRequestBuilderDeleteRequestCon } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RubricRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?RubricRequestBuilderGetRequestConfigura } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param RubricRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php index 48ecf6ce32c..36cb24631f1 100644 --- a/src/Generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class RubricRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php index 07b3224a6ce..9e8c50fb8bf 100644 --- a/src/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is available in the following national cloud deployments. * @param SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfi } /** - * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is available in the following national cloud deployments. * @param SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php index 91778611cf4..1c4a78138af 100644 --- a/src/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration } /** - * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php index 13c1ff6fc8f..bddbd99a79a 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php @@ -114,7 +114,7 @@ public function delete(?EducationSubmissionItemRequestBuilderDeleteRequestConfig } /** - * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is supported in the following national cloud deployments. + * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is available in the following national cloud deployments. * @param EducationSubmissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0 Find more info here @@ -169,7 +169,7 @@ public function toDeleteRequestInformation(?EducationSubmissionItemRequestBuilde } /** - * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is supported in the following national cloud deployments. + * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is available in the following national cloud deployments. * @param EducationSubmissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php index 0d5d1a87a9c..75cc88a722b 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is supported in the following national cloud deployments. + * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is available in the following national cloud deployments. */ class EducationSubmissionItemRequestBuilderGetQueryParameters { 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 0e01f1ce930..0e21d2fab4a 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is supported in the following national cloud deployments. + * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is available in the following national cloud deployments. * @param ReturnRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ReturnRequestBuilderPostRequestConfiguration $requestConfi } /** - * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is supported in the following national cloud deployments. + * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is available in the following national cloud deployments. * @param ReturnRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php index 3cc218ba677..3d02d6511b9 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a feedback resource from a submission. This can only be done by a teacher. This API is supported in the following national cloud deployments. + * Delete a feedback resource from a submission. This can only be done by a teacher. This API is available in the following national cloud deployments. * @param EducationOutcomeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?EducationOutcomeItemRequestBuilderGetRequestConfiguration $ } /** - * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param EducationOutcomeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -89,7 +89,7 @@ public function patch(EducationOutcome $body, ?EducationOutcomeItemRequestBuilde } /** - * Delete a feedback resource from a submission. This can only be done by a teacher. This API is supported in the following national cloud deployments. + * Delete a feedback resource from a submission. This can only be done by a teacher. This API is available in the following national cloud deployments. * @param EducationOutcomeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?EducationOutcomeItemRequestBuilderGetRe } /** - * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param EducationOutcomeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php index db9d36a85d0..5a3b012afff 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is supported in the following national cloud deployments. + * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is available in the following national cloud deployments. * @param OutcomesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OutcomesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param OutcomesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationOutcome $body, ?OutcomesRequestBuilderPostRequestC } /** - * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is supported in the following national cloud deployments. + * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is available in the following national cloud deployments. * @param OutcomesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OutcomesRequestBuilderGetRequestConfigu } /** - * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param OutcomesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php index f879bfed628..84d700cc2a4 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is supported in the following national cloud deployments. + * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is available in the following national cloud deployments. */ class OutcomesRequestBuilderGetQueryParameters { 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 a2a2ff1dad8..9658c96010f 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is supported in the following national cloud deployments. + * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is available in the following national cloud deployments. * @param ReassignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ReassignRequestBuilderPostRequestConfiguration $requestCon } /** - * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is supported in the following national cloud deployments. + * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is available in the following national cloud deployments. * @param ReassignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php index d75aee8bc43..7fd288b2e65 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is supported in the following national cloud deployments. + * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?EducationSubmissionResourceItemRequestBuilderDeleteReque } /** - * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(EducationSubmissionResource $body, ?EducationSubmissionRes } /** - * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is supported in the following national cloud deployments. + * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?EducationSubmissionResourceItemReque } /** - * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php index 12de1e9f172..eca41c40426 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is available in the following national cloud deployments. */ class EducationSubmissionResourceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php index e856a1b7966..05d5f632a57 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is supported in the following national cloud deployments. + * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ResourcesRequestBuilderGetRequestConfiguration $requestConf } /** - * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationSubmissionResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationSubmissionResource $body, ?ResourcesRequestBuilder } /** - * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is supported in the following national cloud deployments. + * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ResourcesRequestBuilderGetRequestConfig } /** - * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationSubmissionResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php index 993ccb443bf..36a98a7d714 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is supported in the following national cloud deployments. + * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is available in the following national cloud deployments. */ class ResourcesRequestBuilderGetQueryParameters { 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 9f231562c4d..368816b5ca1 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is supported in the following national cloud deployments. + * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration } /** - * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is supported in the following national cloud deployments. + * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 19b1dced9dd..a9cc48d0aff 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param SubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SubmitRequestBuilderPostRequestConfiguration $requestConfi } /** - * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param SubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php index 5faa1b494fb..75d049d7739 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?EducationSubmissionResourceItemRequestBuilderDeleteReque } /** - * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is supported in the following national cloud deployments. + * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?EducationSubmissionResourceItemReque } /** - * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is supported in the following national cloud deployments. + * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php index 61d66845770..6b3f935396e 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is supported in the following national cloud deployments. + * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is available in the following national cloud deployments. */ class EducationSubmissionResourceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php index 74c79bd9c94..33917539b75 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is supported in the following national cloud deployments. + * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is available in the following national cloud deployments. * @param SubmittedResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(EducationSubmissionResource $body, ?SubmittedResourcesReque } /** - * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is supported in the following national cloud deployments. + * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is available in the following national cloud deployments. * @param SubmittedResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php index 4a52df867eb..d109173b9ce 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is supported in the following national cloud deployments. + * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is available in the following national cloud deployments. */ class SubmittedResourcesRequestBuilderGetQueryParameters { 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 0512c96fe9f..ecbe3b83334 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param UnsubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?UnsubmitRequestBuilderPostRequestConfiguration $requestCon } /** - * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param UnsubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.php index 3f43f796ef0..80c578268f5 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is supported in the following national cloud deployments. + * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is available in the following national cloud deployments. * @param SubmissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(EducationSubmission $body, ?SubmissionsRequestBuilderPostRe } /** - * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is supported in the following national cloud deployments. + * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is available in the following national cloud deployments. * @param SubmissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php index a38f8889f80..ee79c7e0dcd 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is supported in the following national cloud deployments. + * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is available in the following national cloud deployments. */ class SubmissionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Classes/ClassesRequestBuilder.php b/src/Generated/Education/Me/Classes/ClassesRequestBuilder.php index e68543fceb2..7e031dbbaa5 100644 --- a/src/Generated/Education/Me/Classes/ClassesRequestBuilder.php +++ b/src/Generated/Education/Me/Classes/ClassesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments. + * Get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments. * @param ClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?ClassesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments. + * Get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments. * @param ClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Classes/ClassesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Classes/ClassesRequestBuilderGetQueryParameters.php index a77e0ce4761..30b520a8947 100644 --- a/src/Generated/Education/Me/Classes/ClassesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Classes/ClassesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments. + * Get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments. */ class ClassesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilder.php b/src/Generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilder.php index e3ea9275a73..b8a36f4d755 100644 --- a/src/Generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilder.php +++ b/src/Generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an educationRubric object. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Delete an educationRubric object. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubricItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?EducationRubricItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubricItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?EducationRubricItemRequestBuilderGetRequestConfiguration $r } /** - * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. This API is supported in the following national cloud deployments. + * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param EducationRubricItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(EducationRubric $body, ?EducationRubricItemRequestBuilderP } /** - * Delete an educationRubric object. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Delete an educationRubric object. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubricItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?EducationRubricItemRequestBuilderDel } /** - * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubricItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?EducationRubricItemRequestBuilderGetReq } /** - * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. This API is supported in the following national cloud deployments. + * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param EducationRubricItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilderGetQueryParameters.php index 22196b9ffaa..24779aeef21 100644 --- a/src/Generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is available in the following national cloud deployments. */ class EducationRubricItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Rubrics/RubricsRequestBuilder.php b/src/Generated/Education/Me/Rubrics/RubricsRequestBuilder.php index 82f7a82f5e3..79fd0b018c0 100644 --- a/src/Generated/Education/Me/Rubrics/RubricsRequestBuilder.php +++ b/src/Generated/Education/Me/Rubrics/RubricsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments. + * Retrieve a list of educationRubric objects. This API is available in the following national cloud deployments. * @param RubricsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?RubricsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new educationRubric object. This API is supported in the following national cloud deployments. + * Create a new educationRubric object. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param RubricsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationRubric $body, ?RubricsRequestBuilderPostRequestCon } /** - * Retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments. + * Retrieve a list of educationRubric objects. This API is available in the following national cloud deployments. * @param RubricsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?RubricsRequestBuilderGetRequestConfigur } /** - * Create a new educationRubric object. This API is supported in the following national cloud deployments. + * Create a new educationRubric object. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param RubricsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Me/Rubrics/RubricsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Rubrics/RubricsRequestBuilderGetQueryParameters.php index cc23b80611a..44662919786 100644 --- a/src/Generated/Education/Me/Rubrics/RubricsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Rubrics/RubricsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments. + * Retrieve a list of educationRubric objects. This API is available in the following national cloud deployments. */ class RubricsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/Schools/SchoolsRequestBuilder.php b/src/Generated/Education/Me/Schools/SchoolsRequestBuilder.php index d9a7395f0ae..209db48415e 100644 --- a/src/Generated/Education/Me/Schools/SchoolsRequestBuilder.php +++ b/src/Generated/Education/Me/Schools/SchoolsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of schools for a user. This API is supported in the following national cloud deployments. + * Retrieve a list of schools for a user. This API is available in the following national cloud deployments. * @param SchoolsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SchoolsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Retrieve a list of schools for a user. This API is supported in the following national cloud deployments. + * Retrieve a list of schools for a user. This API is available in the following national cloud deployments. * @param SchoolsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/Schools/SchoolsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/Schools/SchoolsRequestBuilderGetQueryParameters.php index 67805f24152..b3ff8688edd 100644 --- a/src/Generated/Education/Me/Schools/SchoolsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/Schools/SchoolsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of schools for a user. This API is supported in the following national cloud deployments. + * Retrieve a list of schools for a user. This API is available in the following national cloud deployments. */ class SchoolsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.php b/src/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.php index 2f83ddca891..586055f2c32 100644 --- a/src/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.php +++ b/src/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments. * @param TaughtClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaughtClassesRequestBuilderGetRequestConfiguration $request } /** - * Get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments. * @param TaughtClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilderGetQueryParameters.php index 11e9168d368..e03f27b766c 100644 --- a/src/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments. */ class TaughtClassesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Me/User/UserRequestBuilder.php b/src/Generated/Education/Me/User/UserRequestBuilder.php index 7cecb125d7b..30948136f0f 100644 --- a/src/Generated/Education/Me/User/UserRequestBuilder.php +++ b/src/Generated/Education/Me/User/UserRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments. + * Retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments. * @param UserRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function get(?UserRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments. + * Retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments. * @param UserRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Me/User/UserRequestBuilderGetQueryParameters.php b/src/Generated/Education/Me/User/UserRequestBuilderGetQueryParameters.php index a36ac784780..f7eff9ae76b 100644 --- a/src/Generated/Education/Me/User/UserRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Me/User/UserRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments. + * Retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments. */ class UserRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilder.php b/src/Generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilder.php index 75f086e154d..cbef06ee3e6 100644 --- a/src/Generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilder.php +++ b/src/Generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of administrativeUnits associated with an educationSchool object. This API is supported in the following national cloud deployments. + * Get a list of administrativeUnits associated with an educationSchool object. This API is available in the following national cloud deployments. * @param AdministrativeUnitRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationschool-list-administrativeunit?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function patch(AdministrativeUnit $body, ?AdministrativeUnitRequestBuilde } /** - * Get a list of administrativeUnits associated with an educationSchool object. This API is supported in the following national cloud deployments. + * Get a list of administrativeUnits associated with an educationSchool object. This API is available in the following national cloud deployments. * @param AdministrativeUnitRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilderGetQueryParameters.php b/src/Generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilderGetQueryParameters.php index 8cfb666585b..ad0a57bfdd0 100644 --- a/src/Generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of administrativeUnits associated with an educationSchool object. This API is supported in the following national cloud deployments. + * Get a list of administrativeUnits associated with an educationSchool object. This API is available in the following national cloud deployments. */ class AdministrativeUnitRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Schools/Item/Classes/ClassesRequestBuilder.php b/src/Generated/Education/Schools/Item/Classes/ClassesRequestBuilder.php index 3fde1002ae6..6597bce496f 100644 --- a/src/Generated/Education/Schools/Item/Classes/ClassesRequestBuilder.php +++ b/src/Generated/Education/Schools/Item/Classes/ClassesRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments. * @param ClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?ClassesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments. * @param ClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Schools/Item/Classes/ClassesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Schools/Item/Classes/ClassesRequestBuilderGetQueryParameters.php index b2c5092196d..5394aa0bb80 100644 --- a/src/Generated/Education/Schools/Item/Classes/ClassesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Schools/Item/Classes/ClassesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments. */ class ClassesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilder.php b/src/Generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilder.php index fb3adec102e..f29fa61bf32 100644 --- a/src/Generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a class from a school. This API is supported in the following national cloud deployments. + * Delete a class from a school. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Delete a class from a school. This API is supported in the following national cloud deployments. + * Delete a class from a school. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index ce6c62141c9..092b210ee9e 100644 --- a/src/Generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Delete a class from a school. This API is supported in the following national cloud deployments. + * Delete a class from a school. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.php b/src/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.php index 23f60575079..16f830bf7ac 100644 --- a/src/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add a class to a school. This API is supported in the following national cloud deployments. + * Add a class to a school. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add a class to a school. This API is supported in the following national cloud deployments. + * Add a class to a school. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilderGetQueryParameters.php index 308f4fbbcd1..7fc49eb0b60 100644 --- a/src/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Schools/Item/Classes/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationClass resources owned by an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationSchool. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Schools/Item/EducationSchoolItemRequestBuilder.php b/src/Generated/Education/Schools/Item/EducationSchoolItemRequestBuilder.php index 3d58da2fd57..ad4358b9687 100644 --- a/src/Generated/Education/Schools/Item/EducationSchoolItemRequestBuilder.php +++ b/src/Generated/Education/Schools/Item/EducationSchoolItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a school. This API is supported in the following national cloud deployments. + * Delete a school. This API is available in the following national cloud deployments. * @param EducationSchoolItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?EducationSchoolItemRequestBuilderDeleteRequestConfigurat } /** - * Read the properties and relationships of an educationSchool object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an educationSchool object. This API is available in the following national cloud deployments. * @param EducationSchoolItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?EducationSchoolItemRequestBuilderGetRequestConfiguration $r } /** - * Update the properties of an educationSchool object. This API is supported in the following national cloud deployments. + * Update the properties of an educationSchool object. This API is available in the following national cloud deployments. * @param EducationSchool $body The request body * @param EducationSchoolItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(EducationSchool $body, ?EducationSchoolItemRequestBuilderP } /** - * Delete a school. This API is supported in the following national cloud deployments. + * Delete a school. This API is available in the following national cloud deployments. * @param EducationSchoolItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?EducationSchoolItemRequestBuilderDel } /** - * Read the properties and relationships of an educationSchool object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an educationSchool object. This API is available in the following national cloud deployments. * @param EducationSchoolItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?EducationSchoolItemRequestBuilderGetReq } /** - * Update the properties of an educationSchool object. This API is supported in the following national cloud deployments. + * Update the properties of an educationSchool object. This API is available in the following national cloud deployments. * @param EducationSchool $body The request body * @param EducationSchoolItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Schools/Item/EducationSchoolItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Schools/Item/EducationSchoolItemRequestBuilderGetQueryParameters.php index 7fdb410ff76..7c72dee758f 100644 --- a/src/Generated/Education/Schools/Item/EducationSchoolItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Schools/Item/EducationSchoolItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an educationSchool object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an educationSchool object. This API is available in the following national cloud deployments. */ class EducationSchoolItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilder.php b/src/Generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilder.php index 8f6dc914d4f..b306ce701d7 100644 --- a/src/Generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a user from a school. This API is supported in the following national cloud deployments. + * Delete a user from a school. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Delete a user from a school. This API is supported in the following national cloud deployments. + * Delete a user from a school. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 9c75c80fe74..80d0aff21ca 100644 --- a/src/Generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Delete a user from a school. This API is supported in the following national cloud deployments. + * Delete a user from a school. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.php b/src/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.php index 962e7069853..0597bac2260 100644 --- a/src/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add a user to a school. This API is supported in the following national cloud deployments. + * Add a user to a school. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add a user to a school. This API is supported in the following national cloud deployments. + * Add a user to a school. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilderGetQueryParameters.php index 07d7f3566d8..585a06e103d 100644 --- a/src/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Schools/Item/Users/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Schools/Item/Users/UsersRequestBuilder.php b/src/Generated/Education/Schools/Item/Users/UsersRequestBuilder.php index c7a970cd8c6..594db1620fd 100644 --- a/src/Generated/Education/Schools/Item/Users/UsersRequestBuilder.php +++ b/src/Generated/Education/Schools/Item/Users/UsersRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments. * @param UsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?UsersRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments. * @param UsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Schools/Item/Users/UsersRequestBuilderGetQueryParameters.php b/src/Generated/Education/Schools/Item/Users/UsersRequestBuilderGetQueryParameters.php index de9f6522875..bac54eb0fc1 100644 --- a/src/Generated/Education/Schools/Item/Users/UsersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Schools/Item/Users/UsersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationUser resources associated with an educationSchool. This API is supported in the following national cloud deployments. + * Get the educationUser resources associated with an educationSchool. This API is available in the following national cloud deployments. */ class UsersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Schools/SchoolsRequestBuilder.php b/src/Generated/Education/Schools/SchoolsRequestBuilder.php index 42219dc8bd0..9cd40bee9a9 100644 --- a/src/Generated/Education/Schools/SchoolsRequestBuilder.php +++ b/src/Generated/Education/Schools/SchoolsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the educationSchool objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the educationSchool objects and their properties. This API is available in the following national cloud deployments. * @param SchoolsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?SchoolsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new educationSchool object. This API is supported in the following national cloud deployments. + * Create a new educationSchool object. This API is available in the following national cloud deployments. * @param EducationSchool $body The request body * @param SchoolsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(EducationSchool $body, ?SchoolsRequestBuilderPostRequestCon } /** - * Get a list of the educationSchool objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the educationSchool objects and their properties. This API is available in the following national cloud deployments. * @param SchoolsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?SchoolsRequestBuilderGetRequestConfigur } /** - * Create a new educationSchool object. This API is supported in the following national cloud deployments. + * Create a new educationSchool object. This API is available in the following national cloud deployments. * @param EducationSchool $body The request body * @param SchoolsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Schools/SchoolsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Schools/SchoolsRequestBuilderGetQueryParameters.php index e7829b3f6e2..e40b3073fc8 100644 --- a/src/Generated/Education/Schools/SchoolsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Schools/SchoolsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the educationSchool objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the educationSchool objects and their properties. This API is available in the following national cloud deployments. */ class SchoolsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.php index 2d2d519b940..47812dcc392 100644 --- a/src/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is supported in the following national cloud deployments. + * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is available in the following national cloud deployments. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(EducationAssignment $body, ?AssignmentsRequestBuilderPostRe } /** - * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is supported in the following national cloud deployments. + * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is available in the following national cloud deployments. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php index 13e6efe3556..4d76e00c7dd 100644 --- a/src/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is supported in the following national cloud deployments. + * Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. This API is available in the following national cloud deployments. */ class AssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.php index ebf1f272660..17342d5821b 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.php @@ -69,7 +69,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param CategoriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function get(?CategoriesRequestBuilderGetRequestConfiguration $requestCon } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategory $body The request body * @param CategoriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -108,7 +108,7 @@ public function post(EducationCategory $body, ?CategoriesRequestBuilderPostReque } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param CategoriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -129,7 +129,7 @@ public function toGetRequestInformation(?CategoriesRequestBuilderGetRequestConfi } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationCategory $body The request body * @param CategoriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php index 3571be5d632..b45e420f130 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class CategoriesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php index 81f17bcaaba..22f47d8ca04 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 5c82563b8ff..3e540ddd167 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.php index 93c138e81e7..50536205e53 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php index 5174aa005ef..dd03babb9fc 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { 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 4975a833532..d2a1201066e 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is supported in the following national cloud deployments. + * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is available in the following national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConf } /** - * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is supported in the following national cloud deployments. + * Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. This API is available in the following national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php index 345e204584a..0c6d2685e55 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers cannot remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is supported in the following national cloud deployments. + * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?EducationAssignmentResourceItemRequestBuilderDeleteReque } /** - * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(EducationAssignmentResource $body, ?EducationAssignmentRes } /** - * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers cannot remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is supported in the following national cloud deployments. + * Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?EducationAssignmentResourceItemReque } /** - * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param EducationAssignmentResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php index 8771ebc15a0..3c75356e615 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class EducationAssignmentResourceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php index fd0c09eb0b5..a43eca00a4c 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ResourcesRequestBuilderGetRequestConfiguration $requestConf } /** - * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is supported in the following national cloud deployments. + * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is available in the following national cloud deployments. * @param EducationAssignmentResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationAssignmentResource $body, ?ResourcesRequestBuilder } /** - * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ResourcesRequestBuilderGetRequestConfig } /** - * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is supported in the following national cloud deployments. + * Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. This API is available in the following national cloud deployments. * @param EducationAssignmentResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php index ad925a6c312..3460cd58529 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class ResourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.php index ed4dfb0ca20..33b16bd09ea 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceUpdate $body The request body * @param RefRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function put(ReferenceUpdate $body, ?RefRequestBuilderPutRequestConfigura } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?RefRequestBuilderDeleteRequestConfig } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -125,7 +125,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param ReferenceUpdate $body The request body * @param RefRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilder.php index 69e0abe01eb..5a9ffb7a4ea 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RubricRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?RubricRequestBuilderDeleteRequestConfiguration $requestC } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RubricRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?RubricRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param RubricRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(EducationRubric $body, ?RubricRequestBuilderPatchRequestCo } /** - * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is supported in the following national cloud deployments. + * Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. This API is available in the following national cloud deployments. * @param RubricRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?RubricRequestBuilderDeleteRequestCon } /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. * @param RubricRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?RubricRequestBuilderGetRequestConfigura } /** - * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param RubricRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php index 646c200114b..9bc8aec9dc1 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is supported in the following national cloud deployments. + * Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. This API is available in the following national cloud deployments. */ class RubricRequestBuilderGetQueryParameters { 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 c19c2a6a128..b6425ddb048 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is available in the following national cloud deployments. * @param SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfi } /** - * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. This API is available in the following national cloud deployments. * @param SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 b186f06d78f..ccabfcc11dd 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration } /** - * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is supported in the following national cloud deployments. + * Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php index 6a8e50f9517..c0ce6dd3b81 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.php @@ -114,7 +114,7 @@ public function delete(?EducationSubmissionItemRequestBuilderDeleteRequestConfig } /** - * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is supported in the following national cloud deployments. + * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is available in the following national cloud deployments. * @param EducationSubmissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0 Find more info here @@ -169,7 +169,7 @@ public function toDeleteRequestInformation(?EducationSubmissionItemRequestBuilde } /** - * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is supported in the following national cloud deployments. + * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is available in the following national cloud deployments. * @param EducationSubmissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php index 5dfca673a16..2b417383dea 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is supported in the following national cloud deployments. + * Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. This API is available in the following national cloud deployments. */ class EducationSubmissionItemRequestBuilderGetQueryParameters { 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 f07f404a9cb..af1c6adc92c 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is supported in the following national cloud deployments. + * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is available in the following national cloud deployments. * @param ReturnRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ReturnRequestBuilderPostRequestConfiguration $requestConfi } /** - * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is supported in the following national cloud deployments. + * Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. This API is available in the following national cloud deployments. * @param ReturnRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php index 2979cc5cbfa..8e63c0d45db 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a feedback resource from a submission. This can only be done by a teacher. This API is supported in the following national cloud deployments. + * Delete a feedback resource from a submission. This can only be done by a teacher. This API is available in the following national cloud deployments. * @param EducationOutcomeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?EducationOutcomeItemRequestBuilderGetRequestConfiguration $ } /** - * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param EducationOutcomeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -89,7 +89,7 @@ public function patch(EducationOutcome $body, ?EducationOutcomeItemRequestBuilde } /** - * Delete a feedback resource from a submission. This can only be done by a teacher. This API is supported in the following national cloud deployments. + * Delete a feedback resource from a submission. This can only be done by a teacher. This API is available in the following national cloud deployments. * @param EducationOutcomeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?EducationOutcomeItemRequestBuilderGetRe } /** - * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Update the properties of an educationOutcome object. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param EducationOutcomeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php index 15ce8412d28..d890dd34681 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is supported in the following national cloud deployments. + * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is available in the following national cloud deployments. * @param OutcomesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OutcomesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param OutcomesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationOutcome $body, ?OutcomesRequestBuilderPostRequestC } /** - * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is supported in the following national cloud deployments. + * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is available in the following national cloud deployments. * @param OutcomesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OutcomesRequestBuilderGetRequestConfigu } /** - * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationOutcome $body The request body * @param OutcomesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php index ee0daa76697..4b75f59eff0 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is supported in the following national cloud deployments. + * Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) will have an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) will have both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), will have an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, will have an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource will have an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. This API is available in the following national cloud deployments. */ class OutcomesRequestBuilderGetQueryParameters { 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 615d3a6eaf3..a7fd00f0cdb 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is supported in the following national cloud deployments. + * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is available in the following national cloud deployments. * @param ReassignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ReassignRequestBuilderPostRequestConfiguration $requestCon } /** - * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is supported in the following national cloud deployments. + * Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. This API is available in the following national cloud deployments. * @param ReassignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php index 073acb7ba9d..15fb395c399 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is supported in the following national cloud deployments. + * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?EducationSubmissionResourceItemRequestBuilderDeleteReque } /** - * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(EducationSubmissionResource $body, ?EducationSubmissionRes } /** - * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is supported in the following national cloud deployments. + * Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?EducationSubmissionResourceItemReque } /** - * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php index e92bb6c5994..3aaa2ad701c 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. This API is available in the following national cloud deployments. */ class EducationSubmissionResourceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php index 6778b1adbde..794b4e601c5 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is supported in the following national cloud deployments. + * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ResourcesRequestBuilderGetRequestConfiguration $requestConf } /** - * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationSubmissionResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationSubmissionResource $body, ?ResourcesRequestBuilder } /** - * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is supported in the following national cloud deployments. + * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ResourcesRequestBuilderGetRequestConfig } /** - * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is supported in the following national cloud deployments. + * Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. This API is available in the following national cloud deployments. * @param EducationSubmissionResource $body The request body * @param ResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php index e42f315eff3..676d94634f9 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is supported in the following national cloud deployments. + * List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that have officially been submitted to be graded. This API is available in the following national cloud deployments. */ class ResourcesRequestBuilderGetQueryParameters { 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 1f06daae54a..fe6d34e2a70 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is supported in the following national cloud deployments. + * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration } /** - * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is supported in the following national cloud deployments. + * Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. This API is available in the following national cloud deployments. * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 4be9efe12a7..7f09aa62ff2 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param SubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?SubmitRequestBuilderPostRequestConfiguration $requestConfi } /** - * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param SubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php index 5e18736e839..e5704c6ffc7 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?EducationSubmissionResourceItemRequestBuilderDeleteReque } /** - * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is supported in the following national cloud deployments. + * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?EducationSubmissionResourceItemReque } /** - * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is supported in the following national cloud deployments. + * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is available in the following national cloud deployments. * @param EducationSubmissionResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php index cd142ccb072..fbfb6140edd 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is supported in the following national cloud deployments. + * Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. This API is available in the following national cloud deployments. */ class EducationSubmissionResourceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php index 0d935d2269c..b5c24d6cdcc 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is supported in the following national cloud deployments. + * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is available in the following national cloud deployments. * @param SubmittedResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(EducationSubmissionResource $body, ?SubmittedResourcesReque } /** - * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is supported in the following national cloud deployments. + * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is available in the following national cloud deployments. * @param SubmittedResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php index 4a37728d055..4068655f5be 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is supported in the following national cloud deployments. + * List the educationSubmissionResource objects that have officially been submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission cannot change the submitted list without resubmitting the assignment. This is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. This API is available in the following national cloud deployments. */ class SubmittedResourcesRequestBuilderGetQueryParameters { 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 35f8446dea9..61d64ff18b2 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param UnsubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?UnsubmitRequestBuilderPostRequestConfiguration $requestCon } /** - * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is supported in the following national cloud deployments. + * Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. This API is available in the following national cloud deployments. * @param UnsubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.php index bb3c0e802f2..52422581b13 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is supported in the following national cloud deployments. + * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is available in the following national cloud deployments. * @param SubmissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(EducationSubmission $body, ?SubmissionsRequestBuilderPostRe } /** - * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is supported in the following national cloud deployments. + * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is available in the following national cloud deployments. * @param SubmissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php index bfe7df8d953..d7f6022bba0 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is supported in the following national cloud deployments. + * List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they are associated with. This API is available in the following national cloud deployments. */ class SubmissionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Classes/ClassesRequestBuilder.php b/src/Generated/Education/Users/Item/Classes/ClassesRequestBuilder.php index 3f239b2e9d9..81a235022a8 100644 --- a/src/Generated/Education/Users/Item/Classes/ClassesRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Classes/ClassesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments. + * Get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments. * @param ClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?ClassesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments. + * Get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments. * @param ClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Classes/ClassesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Classes/ClassesRequestBuilderGetQueryParameters.php index 3dd795f0c55..f3c226a2284 100644 --- a/src/Generated/Education/Users/Item/Classes/ClassesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Classes/ClassesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationClass resources an educationUser is a member of. This API is supported in the following national cloud deployments. + * Get the educationClass resources an educationUser is a member of. This API is available in the following national cloud deployments. */ class ClassesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/EducationUserItemRequestBuilder.php b/src/Generated/Education/Users/Item/EducationUserItemRequestBuilder.php index 4b16cab0e18..bd4e14b6ade 100644 --- a/src/Generated/Education/Users/Item/EducationUserItemRequestBuilder.php +++ b/src/Generated/Education/Users/Item/EducationUserItemRequestBuilder.php @@ -80,7 +80,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a user. This API is supported in the following national cloud deployments. + * Delete a user. This API is available in the following national cloud deployments. * @param EducationUserItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function delete(?EducationUserItemRequestBuilderDeleteRequestConfiguratio } /** - * Read the properties and relationships of an educationUser object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an educationUser object. This API is available in the following national cloud deployments. * @param EducationUserItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0 Find more info here @@ -118,7 +118,7 @@ public function get(?EducationUserItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of an educationUser object. This API is supported in the following national cloud deployments. + * Update the properties of an educationUser object. This API is available in the following national cloud deployments. * @param EducationUser $body The request body * @param EducationUserItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -138,7 +138,7 @@ public function patch(EducationUser $body, ?EducationUserItemRequestBuilderPatch } /** - * Delete a user. This API is supported in the following national cloud deployments. + * Delete a user. This API is available in the following national cloud deployments. * @param EducationUserItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -155,7 +155,7 @@ public function toDeleteRequestInformation(?EducationUserItemRequestBuilderDelet } /** - * Read the properties and relationships of an educationUser object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an educationUser object. This API is available in the following national cloud deployments. * @param EducationUserItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -176,7 +176,7 @@ public function toGetRequestInformation(?EducationUserItemRequestBuilderGetReque } /** - * Update the properties of an educationUser object. This API is supported in the following national cloud deployments. + * Update the properties of an educationUser object. This API is available in the following national cloud deployments. * @param EducationUser $body The request body * @param EducationUserItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/EducationUserItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/EducationUserItemRequestBuilderGetQueryParameters.php index 7a608ab1091..c8968843f69 100644 --- a/src/Generated/Education/Users/Item/EducationUserItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/EducationUserItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an educationUser object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an educationUser object. This API is available in the following national cloud deployments. */ class EducationUserItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilder.php b/src/Generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilder.php index 4601ef1f40d..456bc1780c5 100644 --- a/src/Generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an educationRubric object. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Delete an educationRubric object. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubricItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?EducationRubricItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubricItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?EducationRubricItemRequestBuilderGetRequestConfiguration $r } /** - * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. This API is supported in the following national cloud deployments. + * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param EducationRubricItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(EducationRubric $body, ?EducationRubricItemRequestBuilderP } /** - * Delete an educationRubric object. Only teachers can perform this operation. This API is supported in the following national cloud deployments. + * Delete an educationRubric object. Only teachers can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubricItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?EducationRubricItemRequestBuilderDel } /** - * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is available in the following national cloud deployments. * @param EducationRubricItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?EducationRubricItemRequestBuilderGetReq } /** - * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. This API is supported in the following national cloud deployments. + * Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param EducationRubricItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilderGetQueryParameters.php index 396126e41c8..72f9bf0cc2a 100644 --- a/src/Generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. This API is available in the following national cloud deployments. */ class EducationRubricItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.php b/src/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.php index 74819bf4d38..513392c8432 100644 --- a/src/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments. + * Retrieve a list of educationRubric objects. This API is available in the following national cloud deployments. * @param RubricsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?RubricsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new educationRubric object. This API is supported in the following national cloud deployments. + * Create a new educationRubric object. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param RubricsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EducationRubric $body, ?RubricsRequestBuilderPostRequestCon } /** - * Retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments. + * Retrieve a list of educationRubric objects. This API is available in the following national cloud deployments. * @param RubricsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?RubricsRequestBuilderGetRequestConfigur } /** - * Create a new educationRubric object. This API is supported in the following national cloud deployments. + * Create a new educationRubric object. This API is available in the following national cloud deployments. * @param EducationRubric $body The request body * @param RubricsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilderGetQueryParameters.php index 641b0de87b8..4162ca27f72 100644 --- a/src/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Rubrics/RubricsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of educationRubric objects. This API is supported in the following national cloud deployments. + * Retrieve a list of educationRubric objects. This API is available in the following national cloud deployments. */ class RubricsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/Schools/SchoolsRequestBuilder.php b/src/Generated/Education/Users/Item/Schools/SchoolsRequestBuilder.php index 1f1d6b43b99..771813e2163 100644 --- a/src/Generated/Education/Users/Item/Schools/SchoolsRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Schools/SchoolsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of schools for a user. This API is supported in the following national cloud deployments. + * Retrieve a list of schools for a user. This API is available in the following national cloud deployments. * @param SchoolsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SchoolsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Retrieve a list of schools for a user. This API is supported in the following national cloud deployments. + * Retrieve a list of schools for a user. This API is available in the following national cloud deployments. * @param SchoolsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/Schools/SchoolsRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/Schools/SchoolsRequestBuilderGetQueryParameters.php index 4109124afec..06c4a8e8a1d 100644 --- a/src/Generated/Education/Users/Item/Schools/SchoolsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/Schools/SchoolsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of schools for a user. This API is supported in the following national cloud deployments. + * Retrieve a list of schools for a user. This API is available in the following national cloud deployments. */ class SchoolsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.php b/src/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.php index fe46c867c1e..5da63e91162 100644 --- a/src/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.php +++ b/src/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments. * @param TaughtClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaughtClassesRequestBuilderGetRequestConfiguration $request } /** - * Get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments. * @param TaughtClassesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilderGetQueryParameters.php index 6cea0c9af7f..9dc5b9a96c0 100644 --- a/src/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the educationClass resources owned by an educationUser. This API is supported in the following national cloud deployments. + * Get the educationClass resources owned by an educationUser. This API is available in the following national cloud deployments. */ class TaughtClassesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/Item/User/UserRequestBuilder.php b/src/Generated/Education/Users/Item/User/UserRequestBuilder.php index 0d05fc8ecc8..8f8b488b859 100644 --- a/src/Generated/Education/Users/Item/User/UserRequestBuilder.php +++ b/src/Generated/Education/Users/Item/User/UserRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments. + * Retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments. * @param UserRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function get(?UserRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments. + * Retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments. * @param UserRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Education/Users/Item/User/UserRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/Item/User/UserRequestBuilderGetQueryParameters.php index de43fc61d9a..4663442abc0 100644 --- a/src/Generated/Education/Users/Item/User/UserRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/Item/User/UserRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the simple directory user that corresponds to this educationUser. This API is supported in the following national cloud deployments. + * Retrieve the simple directory user that corresponds to this educationUser. This API is available in the following national cloud deployments. */ class UserRequestBuilderGetQueryParameters { diff --git a/src/Generated/Education/Users/UsersRequestBuilder.php b/src/Generated/Education/Users/UsersRequestBuilder.php index c55db567cfe..029e3136096 100644 --- a/src/Generated/Education/Users/UsersRequestBuilder.php +++ b/src/Generated/Education/Users/UsersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the educationUser objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the educationUser objects and their properties. This API is available in the following national cloud deployments. * @param UsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?UsersRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new educationUser object. This API is supported in the following national cloud deployments. + * Create a new educationUser object. This API is available in the following national cloud deployments. * @param EducationUser $body The request body * @param UsersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(EducationUser $body, ?UsersRequestBuilderPostRequestConfigu } /** - * Get a list of the educationUser objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the educationUser objects and their properties. This API is available in the following national cloud deployments. * @param UsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?UsersRequestBuilderGetRequestConfigurat } /** - * Create a new educationUser object. This API is supported in the following national cloud deployments. + * Create a new educationUser object. This API is available in the following national cloud deployments. * @param EducationUser $body The request body * @param UsersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Education/Users/UsersRequestBuilderGetQueryParameters.php b/src/Generated/Education/Users/UsersRequestBuilderGetQueryParameters.php index 2635a5c1b8d..a2ef50a8b9a 100644 --- a/src/Generated/Education/Users/UsersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Education/Users/UsersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the educationUser objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the educationUser objects and their properties. This API is available in the following national cloud deployments. */ class UsersRequestBuilderGetQueryParameters { diff --git a/src/Generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php b/src/Generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php index ad3a4bbf1cf..30aded9ca64 100644 --- a/src/Generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php +++ b/src/Generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?LearningCourseActivityItemRequestBuilderDeleteRequestCon } /** - * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is supported in the following national cloud deployments. + * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is available in the following national cloud deployments. * @param LearningCourseActivityItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?LearningCourseActivityItemRequestBui } /** - * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is supported in the following national cloud deployments. + * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is available in the following national cloud deployments. * @param LearningCourseActivityItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilderGetQueryParameters.php b/src/Generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilderGetQueryParameters.php index faf2c43da03..2b5949569f3 100644 --- a/src/Generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is supported in the following national cloud deployments. + * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is available in the following national cloud deployments. */ class LearningCourseActivityItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php b/src/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php index 75ad33b6755..6b5f78398d4 100644 --- a/src/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php +++ b/src/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is supported in the following national cloud deployments. + * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is available in the following national cloud deployments. * @param LearningCourseActivitiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(LearningCourseActivity $body, ?LearningCourseActivitiesRequ } /** - * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is supported in the following national cloud deployments. + * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is available in the following national cloud deployments. * @param LearningCourseActivitiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilderGetQueryParameters.php b/src/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilderGetQueryParameters.php index 116143b52c8..c435666b456 100644 --- a/src/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilderGetQueryParameters.php +++ b/src/Generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is supported in the following national cloud deployments. + * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is available in the following national cloud deployments. */ class LearningCourseActivitiesRequestBuilderGetQueryParameters { diff --git a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilder.php b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilder.php index 49872c983f2..4bc889f4022 100644 --- a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilder.php +++ b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilder.php @@ -51,7 +51,7 @@ public function delete(?LearningContentItemRequestBuilderDeleteRequestConfigurat } /** - * Get the specified learningContent resource which represents the metadata of the specified provider's ingested content. This API is supported in the following national cloud deployments. + * Get the specified learningContent resource which represents the metadata of the specified provider's ingested content. This API is available in the following national cloud deployments. * @param LearningContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/learningcontent-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?LearningContentItemRequestBuilderDel } /** - * Get the specified learningContent resource which represents the metadata of the specified provider's ingested content. This API is supported in the following national cloud deployments. + * Get the specified learningContent resource which represents the metadata of the specified provider's ingested content. This API is available in the following national cloud deployments. * @param LearningContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilderGetQueryParameters.php b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilderGetQueryParameters.php index d7ee05b901d..de61cd3cd15 100644 --- a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified learningContent resource which represents the metadata of the specified provider's ingested content. This API is supported in the following national cloud deployments. + * Get the specified learningContent resource which represents the metadata of the specified provider's ingested content. This API is available in the following national cloud deployments. */ class LearningContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.php b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.php index 60929d84e8c..a23004152f6 100644 --- a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.php +++ b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning. This API is supported in the following national cloud deployments. + * Get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning. This API is available in the following national cloud deployments. * @param LearningContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/learningprovider-list-learningcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(LearningContent $body, ?LearningContentsRequestBuilderPostR } /** - * Get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning. This API is supported in the following national cloud deployments. + * Get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning. This API is available in the following national cloud deployments. * @param LearningContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilderGetQueryParameters.php b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilderGetQueryParameters.php index 81e4158ae5a..9cdd5df2a98 100644 --- a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning. This API is supported in the following national cloud deployments. + * Get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning. This API is available in the following national cloud deployments. */ class LearningContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php index 196ec83da84..99149d90827 100644 --- a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php +++ b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a learningCourseActivity object by using the course activity ID of either an assignment or a self-initiated activity. This API is supported in the following national cloud deployments. + * Delete a learningCourseActivity object by using the course activity ID of either an assignment or a self-initiated activity. This API is available in the following national cloud deployments. * @param LearningCourseActivityItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/learningcourseactivity-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?LearningCourseActivityItemRequestBuilderGetRequestConfigura } /** - * Update the properties of a learningCourseActivity object. This API is supported in the following national cloud deployments. + * Update the properties of a learningCourseActivity object. This API is available in the following national cloud deployments. * @param LearningCourseActivity $body The request body * @param LearningCourseActivityItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -89,7 +89,7 @@ public function patch(LearningCourseActivity $body, ?LearningCourseActivityItemR } /** - * Delete a learningCourseActivity object by using the course activity ID of either an assignment or a self-initiated activity. This API is supported in the following national cloud deployments. + * Delete a learningCourseActivity object by using the course activity ID of either an assignment or a self-initiated activity. This API is available in the following national cloud deployments. * @param LearningCourseActivityItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?LearningCourseActivityItemRequestBuilde } /** - * Update the properties of a learningCourseActivity object. This API is supported in the following national cloud deployments. + * Update the properties of a learningCourseActivity object. This API is available in the following national cloud deployments. * @param LearningCourseActivity $body The request body * @param LearningCourseActivityItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php index 143394ce736..61a85c52628 100644 --- a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php +++ b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php @@ -71,7 +71,7 @@ public function get(?LearningCourseActivitiesRequestBuilderGetRequestConfigurati } /** - * Create a new learningCourseActivity object. A learning course activity can be one of two types: - Assignment- Self-initiated Use this method to create either type of activity. This API is supported in the following national cloud deployments. + * Create a new learningCourseActivity object. A learning course activity can be one of two types: - Assignment- Self-initiated Use this method to create either type of activity. This API is available in the following national cloud deployments. * @param LearningCourseActivity $body The request body * @param LearningCourseActivitiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -112,7 +112,7 @@ public function toGetRequestInformation(?LearningCourseActivitiesRequestBuilderG } /** - * Create a new learningCourseActivity object. A learning course activity can be one of two types: - Assignment- Self-initiated Use this method to create either type of activity. This API is supported in the following national cloud deployments. + * Create a new learningCourseActivity object. A learning course activity can be one of two types: - Assignment- Self-initiated Use this method to create either type of activity. This API is available in the following national cloud deployments. * @param LearningCourseActivity $body The request body * @param LearningCourseActivitiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilder.php b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilder.php index 52427f8a606..26c56891ddb 100644 --- a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilder.php +++ b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilder.php @@ -67,7 +67,7 @@ public function delete(?LearningProviderItemRequestBuilderDeleteRequestConfigura } /** - * Read the properties and relationships of a learningProvider object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a learningProvider object. This API is available in the following national cloud deployments. * @param LearningProviderItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/learningprovider-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?LearningProviderItemRequestBuilderGetRequestConfiguration $ } /** - * Update the properties of a learningProvider object. This API is supported in the following national cloud deployments. + * Update the properties of a learningProvider object. This API is available in the following national cloud deployments. * @param LearningProvider $body The request body * @param LearningProviderItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?LearningProviderItemRequestBuilderDe } /** - * Read the properties and relationships of a learningProvider object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a learningProvider object. This API is available in the following national cloud deployments. * @param LearningProviderItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?LearningProviderItemRequestBuilderGetRe } /** - * Update the properties of a learningProvider object. This API is supported in the following national cloud deployments. + * Update the properties of a learningProvider object. This API is available in the following national cloud deployments. * @param LearningProvider $body The request body * @param LearningProviderItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilderGetQueryParameters.php b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilderGetQueryParameters.php index 2b67d0707bc..bb07f7153fb 100644 --- a/src/Generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a learningProvider object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a learningProvider object. This API is available in the following national cloud deployments. */ class LearningProviderItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.php b/src/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.php index 98570028682..fd4d8ddd10a 100644 --- a/src/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.php +++ b/src/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is supported in the following national cloud deployments. + * Get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is available in the following national cloud deployments. * @param LearningProvidersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/employeeexperience-list-learningproviders?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?LearningProvidersRequestBuilderGetRequestConfiguration $req } /** - * Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes. This API is supported in the following national cloud deployments. + * Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes. This API is available in the following national cloud deployments. * @param LearningProvider $body The request body * @param LearningProvidersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(LearningProvider $body, ?LearningProvidersRequestBuilderPos } /** - * Get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is supported in the following national cloud deployments. + * Get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is available in the following national cloud deployments. * @param LearningProvidersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?LearningProvidersRequestBuilderGetReque } /** - * Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes. This API is supported in the following national cloud deployments. + * Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes. This API is available in the following national cloud deployments. * @param LearningProvider $body The request body * @param LearningProvidersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilderGetQueryParameters.php b/src/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilderGetQueryParameters.php index 124b48c904d..7e249da528e 100644 --- a/src/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilderGetQueryParameters.php +++ b/src/Generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is supported in the following national cloud deployments. + * Get a list of the learningProvider resources registered in Viva Learning for a tenant. This API is available in the following national cloud deployments. */ class LearningProvidersRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Connectors/ConnectorsRequestBuilder.php b/src/Generated/EscapedPrint/Connectors/ConnectorsRequestBuilder.php index 79adc67a28b..ee1244005e4 100644 --- a/src/Generated/EscapedPrint/Connectors/ConnectorsRequestBuilder.php +++ b/src/Generated/EscapedPrint/Connectors/ConnectorsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of print connectors. This API is supported in the following national cloud deployments. + * Retrieve a list of print connectors. This API is available in the following national cloud deployments. * @param ConnectorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PrintConnector $body, ?ConnectorsRequestBuilderPostRequestC } /** - * Retrieve a list of print connectors. This API is supported in the following national cloud deployments. + * Retrieve a list of print connectors. This API is available in the following national cloud deployments. * @param ConnectorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Connectors/ConnectorsRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Connectors/ConnectorsRequestBuilderGetQueryParameters.php index e54f830a412..fdf315398b5 100644 --- a/src/Generated/EscapedPrint/Connectors/ConnectorsRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Connectors/ConnectorsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of print connectors. This API is supported in the following national cloud deployments. + * Retrieve a list of print connectors. This API is available in the following national cloud deployments. */ class ConnectorsRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Connectors/Item/PrintConnectorItemRequestBuilder.php b/src/Generated/EscapedPrint/Connectors/Item/PrintConnectorItemRequestBuilder.php index fa6e04f3bcc..c3c18b403d9 100644 --- a/src/Generated/EscapedPrint/Connectors/Item/PrintConnectorItemRequestBuilder.php +++ b/src/Generated/EscapedPrint/Connectors/Item/PrintConnectorItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete (unregister) a printConnector. This API is supported in the following national cloud deployments. + * Delete (unregister) a printConnector. This API is available in the following national cloud deployments. * @param PrintConnectorItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?PrintConnectorItemRequestBuilderDeleteRequestConfigurati } /** - * Retrieve the properties and relationships of a printConnector object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printConnector object. This API is available in the following national cloud deployments. * @param PrintConnectorItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?PrintConnectorItemRequestBuilderGetRequestConfiguration $re } /** - * Update the properties of a printConnector object. This API is supported in the following national cloud deployments. + * Update the properties of a printConnector object. This API is available in the following national cloud deployments. * @param PrintConnector $body The request body * @param PrintConnectorItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(PrintConnector $body, ?PrintConnectorItemRequestBuilderPat } /** - * Delete (unregister) a printConnector. This API is supported in the following national cloud deployments. + * Delete (unregister) a printConnector. This API is available in the following national cloud deployments. * @param PrintConnectorItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?PrintConnectorItemRequestBuilderDele } /** - * Retrieve the properties and relationships of a printConnector object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printConnector object. This API is available in the following national cloud deployments. * @param PrintConnectorItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?PrintConnectorItemRequestBuilderGetRequ } /** - * Update the properties of a printConnector object. This API is supported in the following national cloud deployments. + * Update the properties of a printConnector object. This API is available in the following national cloud deployments. * @param PrintConnector $body The request body * @param PrintConnectorItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Connectors/Item/PrintConnectorItemRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Connectors/Item/PrintConnectorItemRequestBuilderGetQueryParameters.php index fa5a61f9217..be82f61d432 100644 --- a/src/Generated/EscapedPrint/Connectors/Item/PrintConnectorItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Connectors/Item/PrintConnectorItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a printConnector object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printConnector object. This API is available in the following national cloud deployments. */ class PrintConnectorItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Operations/Item/PrintOperationItemRequestBuilder.php b/src/Generated/EscapedPrint/Operations/Item/PrintOperationItemRequestBuilder.php index fc40f140ba3..3b16b942b62 100644 --- a/src/Generated/EscapedPrint/Operations/Item/PrintOperationItemRequestBuilder.php +++ b/src/Generated/EscapedPrint/Operations/Item/PrintOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?PrintOperationItemRequestBuilderDeleteRequestConfigurati } /** - * Retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments. * @param PrintOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?PrintOperationItemRequestBuilderDele } /** - * Retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments. * @param PrintOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Operations/Item/PrintOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Operations/Item/PrintOperationItemRequestBuilderGetQueryParameters.php index 2995d31e3db..1e84431eed7 100644 --- a/src/Generated/EscapedPrint/Operations/Item/PrintOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Operations/Item/PrintOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments. */ class PrintOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Operations/OperationsRequestBuilder.php b/src/Generated/EscapedPrint/Operations/OperationsRequestBuilder.php index b3b35b0bebc..6df94e97595 100644 --- a/src/Generated/EscapedPrint/Operations/OperationsRequestBuilder.php +++ b/src/Generated/EscapedPrint/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(PrintOperation $body, ?OperationsRequestBuilderPostRequestC } /** - * Retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Operations/OperationsRequestBuilderGetQueryParameters.php index 753a2175351..93eb84cdaf6 100644 --- a/src/Generated/EscapedPrint/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a printOperation object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printOperation object. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Printers/Create/CreatePostRequestBody.php b/src/Generated/EscapedPrint/Printers/Create/CreatePostRequestBody.php index 2cfe5f0d207..41e0f1d93f8 100644 --- a/src/Generated/EscapedPrint/Printers/Create/CreatePostRequestBody.php +++ b/src/Generated/EscapedPrint/Printers/Create/CreatePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/EscapedPrint/Printers/Create/CreateRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Create/CreateRequestBuilder.php index 1ca0ffba9c2..6b772e6155f 100644 --- a/src/Generated/EscapedPrint/Printers/Create/CreateRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Create/CreateRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample. This API is supported in the following national cloud deployments. + * Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample. This API is available in the following national cloud deployments. * @param CreatePostRequestBody $body The request body * @param CreateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CreatePostRequestBody $body, ?CreateRequestBuilderPostReque } /** - * Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample. This API is supported in the following national cloud deployments. + * Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample. This API is available in the following national cloud deployments. * @param CreatePostRequestBody $body The request body * @param CreateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Printers/Item/Connectors/ConnectorsRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/Connectors/ConnectorsRequestBuilder.php index ddc577c2542..766bde58f60 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Connectors/ConnectorsRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/Connectors/ConnectorsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of printConnectors associated with the printer. This API is supported in the following national cloud deployments. + * Retrieve a list of printConnectors associated with the printer. This API is available in the following national cloud deployments. * @param ConnectorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?ConnectorsRequestBuilderGetRequestConfiguration $requestCon } /** - * Retrieve a list of printConnectors associated with the printer. This API is supported in the following national cloud deployments. + * Retrieve a list of printConnectors associated with the printer. This API is available in the following national cloud deployments. * @param ConnectorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Printers/Item/Connectors/ConnectorsRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Printers/Item/Connectors/ConnectorsRequestBuilderGetQueryParameters.php index 976240d8e85..da6fd7cd415 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Connectors/ConnectorsRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Printers/Item/Connectors/ConnectorsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of printConnectors associated with the printer. This API is supported in the following national cloud deployments. + * Retrieve a list of printConnectors associated with the printer. This API is available in the following national cloud deployments. */ class ConnectorsRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Abort/AbortPostRequestBody.php b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Abort/AbortPostRequestBody.php index f055584d41b..742b1e1049a 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Abort/AbortPostRequestBody.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Abort/AbortPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Abort } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 e228ee81362..8a81d6bebdf 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param AbortPostRequestBody $body The request body * @param AbortRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AbortPostRequestBody $body, ?AbortRequestBuilderPostRequest } /** - * Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param AbortPostRequestBody $body The request body * @param AbortRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation 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 068261eda55..b159c127195 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. This API is supported in the following national cloud deployments. + * Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfi } /** - * Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. This API is supported in the following national cloud deployments. + * Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 7cadbea72c4..6dfd23b123a 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 21f4aefffe0..95fbe11efdc 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Redirect/RedirectPostRequestBody.php b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Redirect/RedirectPostRequestBody.php index 9c3e91f91c6..30901b75e3d 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Redirect/RedirectPostRequestBody.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Redirect/RedirectPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Redir } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 3fc9107156b..7e0f720dbba 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param RedirectPostRequestBody $body The request body * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(RedirectPostRequestBody $body, ?RedirectRequestBuilderPostR } /** - * Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param RedirectPostRequestBody $body The request body * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Start/StartRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Start/StartRequestBuilder.php index ff0faea4051..fa338b6709d 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Start/StartRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Start/StartRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. This API is supported in the following national cloud deployments. + * Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. This API is available in the following national cloud deployments. * @param StartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?StartRequestBuilderPostRequestConfiguration $requestConfig } /** - * Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. This API is supported in the following national cloud deployments. + * Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. This API is available in the following national cloud deployments. * @param StartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Printers/Item/PrinterItemRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/PrinterItemRequestBuilder.php index b12613abc14..a9d7988d685 100644 --- a/src/Generated/EscapedPrint/Printers/Item/PrinterItemRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/PrinterItemRequestBuilder.php @@ -72,7 +72,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete (unregister) a printer. This API is supported in the following national cloud deployments. + * Delete (unregister) a printer. This API is available in the following national cloud deployments. * @param PrinterItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function delete(?PrinterItemRequestBuilderDeleteRequestConfiguration $req } /** - * Retrieve the properties and relationships of a printer object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printer object. This API is available in the following national cloud deployments. * @param PrinterItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0 Find more info here @@ -110,7 +110,7 @@ public function get(?PrinterItemRequestBuilderGetRequestConfiguration $requestCo } /** - * Update the properties of a printer object. This API is supported in the following national cloud deployments. + * Update the properties of a printer object. This API is available in the following national cloud deployments. * @param Printer $body The request body * @param PrinterItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -130,7 +130,7 @@ public function patch(Printer $body, ?PrinterItemRequestBuilderPatchRequestConfi } /** - * Delete (unregister) a printer. This API is supported in the following national cloud deployments. + * Delete (unregister) a printer. This API is available in the following national cloud deployments. * @param PrinterItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -147,7 +147,7 @@ public function toDeleteRequestInformation(?PrinterItemRequestBuilderDeleteReque } /** - * Retrieve the properties and relationships of a printer object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printer object. This API is available in the following national cloud deployments. * @param PrinterItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -168,7 +168,7 @@ public function toGetRequestInformation(?PrinterItemRequestBuilderGetRequestConf } /** - * Update the properties of a printer object. This API is supported in the following national cloud deployments. + * Update the properties of a printer object. This API is available in the following national cloud deployments. * @param Printer $body The request body * @param PrinterItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Printers/Item/PrinterItemRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Printers/Item/PrinterItemRequestBuilderGetQueryParameters.php index 68c12c1bcf9..25ef8663aad 100644 --- a/src/Generated/EscapedPrint/Printers/Item/PrinterItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Printers/Item/PrinterItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a printer object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printer object. This API is available in the following national cloud deployments. */ class PrinterItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.php index 1abc2561042..56c61fce01a 100644 --- a/src/Generated/EscapedPrint/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a printer's default settings to the values specified by the manufacturer. This API is supported in the following national cloud deployments. + * Restore a printer's default settings to the values specified by the manufacturer. This API is available in the following national cloud deployments. * @param RestoreFactoryDefaultsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RestoreFactoryDefaultsRequestBuilderPostRequestConfigurati } /** - * Restore a printer's default settings to the values specified by the manufacturer. This API is supported in the following national cloud deployments. + * Restore a printer's default settings to the values specified by the manufacturer. This API is available in the following national cloud deployments. * @param RestoreFactoryDefaultsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Printers/Item/Shares/SharesRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/Shares/SharesRequestBuilder.php index 2ebd2b74fe4..5d3f0bd9cb9 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Shares/SharesRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/Shares/SharesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of printer shares associated with the printer. This API is supported in the following national cloud deployments. + * Retrieve a list of printer shares associated with the printer. This API is available in the following national cloud deployments. * @param SharesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SharesRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Retrieve a list of printer shares associated with the printer. This API is supported in the following national cloud deployments. + * Retrieve a list of printer shares associated with the printer. This API is available in the following national cloud deployments. * @param SharesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Printers/Item/Shares/SharesRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Printers/Item/Shares/SharesRequestBuilderGetQueryParameters.php index 41b818774f1..7364a2b0be2 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Shares/SharesRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Printers/Item/Shares/SharesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of printer shares associated with the printer. This API is supported in the following national cloud deployments. + * Retrieve a list of printer shares associated with the printer. This API is available in the following national cloud deployments. */ class SharesRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilder.php index a94ba64b37b..ec11340b24f 100644 --- a/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the task trigger of a printer to prevent related print events from triggering tasks on the specified printer. This API is supported in the following national cloud deployments. + * Delete the task trigger of a printer to prevent related print events from triggering tasks on the specified printer. This API is available in the following national cloud deployments. * @param PrintTaskTriggerItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?PrintTaskTriggerItemRequestBuilderDeleteRequestConfigura } /** - * Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskTriggerItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0 Find more info here @@ -97,7 +97,7 @@ public function patch(PrintTaskTrigger $body, ?PrintTaskTriggerItemRequestBuilde } /** - * Delete the task trigger of a printer to prevent related print events from triggering tasks on the specified printer. This API is supported in the following national cloud deployments. + * Delete the task trigger of a printer to prevent related print events from triggering tasks on the specified printer. This API is available in the following national cloud deployments. * @param PrintTaskTriggerItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?PrintTaskTriggerItemRequestBuilderDe } /** - * Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskTriggerItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilderGetQueryParameters.php index 70e3fab5a32..4e94e916f18 100644 --- a/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. */ class PrintTaskTriggerItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.php index 6f9452082e5..9eac3290fde 100644 --- a/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param TaskTriggersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TaskTriggersRequestBuilderGetRequestConfiguration $requestC } /** - * Create a new task trigger on the specified printer. Currently, only one task trigger can be specified per printer, but this limit might be removed in the future. This API is supported in the following national cloud deployments. + * Create a new task trigger on the specified printer. Currently, only one task trigger can be specified per printer, but this limit might be removed in the future. This API is available in the following national cloud deployments. * @param PrintTaskTrigger $body The request body * @param TaskTriggersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PrintTaskTrigger $body, ?TaskTriggersRequestBuilderPostRequ } /** - * Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param TaskTriggersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TaskTriggersRequestBuilderGetRequestCon } /** - * Create a new task trigger on the specified printer. Currently, only one task trigger can be specified per printer, but this limit might be removed in the future. This API is supported in the following national cloud deployments. + * Create a new task trigger on the specified printer. Currently, only one task trigger can be specified per printer, but this limit might be removed in the future. This API is available in the following national cloud deployments. * @param PrintTaskTrigger $body The request body * @param TaskTriggersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/TaskTriggersRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/TaskTriggersRequestBuilderGetQueryParameters.php index 662cf05e21a..b6df1fee523 100644 --- a/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/TaskTriggersRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Printers/Item/TaskTriggers/TaskTriggersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. */ class TaskTriggersRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Printers/PrintersRequestBuilder.php b/src/Generated/EscapedPrint/Printers/PrintersRequestBuilder.php index 583e7533fd6..e1ce7980228 100644 --- a/src/Generated/EscapedPrint/Printers/PrintersRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/PrintersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of printers that are registered in the tenant. This API is supported in the following national cloud deployments. + * Retrieve the list of printers that are registered in the tenant. This API is available in the following national cloud deployments. * @param PrintersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(Printer $body, ?PrintersRequestBuilderPostRequestConfigurat } /** - * Retrieve the list of printers that are registered in the tenant. This API is supported in the following national cloud deployments. + * Retrieve the list of printers that are registered in the tenant. This API is available in the following national cloud deployments. * @param PrintersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Printers/PrintersRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Printers/PrintersRequestBuilderGetQueryParameters.php index ab757d4e1ce..6b7ae694c28 100644 --- a/src/Generated/EscapedPrint/Printers/PrintersRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Printers/PrintersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of printers that are registered in the tenant. This API is supported in the following national cloud deployments. + * Retrieve the list of printers that are registered in the tenant. This API is available in the following national cloud deployments. */ class PrintersRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Services/Item/Endpoints/EndpointsRequestBuilder.php b/src/Generated/EscapedPrint/Services/Item/Endpoints/EndpointsRequestBuilder.php index 97e035b41e8..256d5be9cab 100644 --- a/src/Generated/EscapedPrint/Services/Item/Endpoints/EndpointsRequestBuilder.php +++ b/src/Generated/EscapedPrint/Services/Item/Endpoints/EndpointsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of endpoints exposed by a print service. This API is supported in the following national cloud deployments. + * Retrieve a list of endpoints exposed by a print service. This API is available in the following national cloud deployments. * @param EndpointsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PrintServiceEndpoint $body, ?EndpointsRequestBuilderPostReq } /** - * Retrieve a list of endpoints exposed by a print service. This API is supported in the following national cloud deployments. + * Retrieve a list of endpoints exposed by a print service. This API is available in the following national cloud deployments. * @param EndpointsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Services/Item/Endpoints/EndpointsRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Services/Item/Endpoints/EndpointsRequestBuilderGetQueryParameters.php index f914fcb7bf6..5eb660d0735 100644 --- a/src/Generated/EscapedPrint/Services/Item/Endpoints/EndpointsRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Services/Item/Endpoints/EndpointsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of endpoints exposed by a print service. This API is supported in the following national cloud deployments. + * Retrieve a list of endpoints exposed by a print service. This API is available in the following national cloud deployments. */ class EndpointsRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilder.php b/src/Generated/EscapedPrint/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilder.php index ba67a04e7d6..7454fee1c16 100644 --- a/src/Generated/EscapedPrint/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilder.php +++ b/src/Generated/EscapedPrint/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?PrintServiceEndpointItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of a print service endpoint. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a print service endpoint. This API is available in the following national cloud deployments. * @param PrintServiceEndpointItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?PrintServiceEndpointItemRequestBuild } /** - * Retrieve the properties and relationships of a print service endpoint. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a print service endpoint. This API is available in the following national cloud deployments. * @param PrintServiceEndpointItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilderGetQueryParameters.php index a601d1f95fd..add107376e8 100644 --- a/src/Generated/EscapedPrint/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a print service endpoint. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a print service endpoint. This API is available in the following national cloud deployments. */ class PrintServiceEndpointItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Services/Item/PrintServiceItemRequestBuilder.php b/src/Generated/EscapedPrint/Services/Item/PrintServiceItemRequestBuilder.php index a9903d63ab4..e00491b141d 100644 --- a/src/Generated/EscapedPrint/Services/Item/PrintServiceItemRequestBuilder.php +++ b/src/Generated/EscapedPrint/Services/Item/PrintServiceItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?PrintServiceItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a print service. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a print service. This API is available in the following national cloud deployments. * @param PrintServiceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?PrintServiceItemRequestBuilderDelete } /** - * Retrieve the properties and relationships of a print service. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a print service. This API is available in the following national cloud deployments. * @param PrintServiceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Services/Item/PrintServiceItemRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Services/Item/PrintServiceItemRequestBuilderGetQueryParameters.php index a6e57f8e4d8..eb047b45be9 100644 --- a/src/Generated/EscapedPrint/Services/Item/PrintServiceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Services/Item/PrintServiceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a print service. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a print service. This API is available in the following national cloud deployments. */ class PrintServiceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Services/ServicesRequestBuilder.php b/src/Generated/EscapedPrint/Services/ServicesRequestBuilder.php index ae3be8105d9..eff1db54ba6 100644 --- a/src/Generated/EscapedPrint/Services/ServicesRequestBuilder.php +++ b/src/Generated/EscapedPrint/Services/ServicesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of printService objects that represent the services available to your tenant. This API is supported in the following national cloud deployments. + * Retrieve a list of printService objects that represent the services available to your tenant. This API is available in the following national cloud deployments. * @param ServicesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PrintService $body, ?ServicesRequestBuilderPostRequestConfi } /** - * Retrieve a list of printService objects that represent the services available to your tenant. This API is supported in the following national cloud deployments. + * Retrieve a list of printService objects that represent the services available to your tenant. This API is available in the following national cloud deployments. * @param ServicesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Services/ServicesRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Services/ServicesRequestBuilderGetQueryParameters.php index b42e6707c84..10a0484c737 100644 --- a/src/Generated/EscapedPrint/Services/ServicesRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Services/ServicesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of printService objects that represent the services available to your tenant. This API is supported in the following national cloud deployments. + * Retrieve a list of printService objects that represent the services available to your tenant. This API is available in the following national cloud deployments. */ class ServicesRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.php index 3fe5a7a920e..8374495f327 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param AllowedGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?AllowedGroupsRequestBuilderGetRequestConfiguration $request } /** - * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param AllowedGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilderGetQueryParameters.php index f227a3853a8..149f2de32ad 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. */ class AllowedGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilder.php index 29401a37b78..8ae9d318228 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Revoke the specified group's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Revoke the specified group's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Revoke the specified group's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Revoke the specified group's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 5d5ab0af6ce..33142cc93f1 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Revoke the specified group's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Revoke the specified group's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.php index b4d3ae76270..fa2af89da8b 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Grant the specified group access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Grant the specified group access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Grant the specified group access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Grant the specified group access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Ref/RefRequestBuilderGetQueryParameters.php index 4e56abda613..572c69851ed 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedGroups/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.php index a0368e676a4..2378bde73b4 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param AllowedUsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?AllowedUsersRequestBuilderGetRequestConfiguration $requestC } /** - * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param AllowedUsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/AllowedUsersRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/AllowedUsersRequestBuilderGetQueryParameters.php index b90e5fdfdce..0b1bdba1e91 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/AllowedUsersRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/AllowedUsersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. */ class AllowedUsersRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilder.php index 08bdb9e9d92..353f6d39472 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Revoke the specified user's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Revoke the specified user's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Revoke the specified user's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Revoke the specified user's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 58005afc6f2..35f9bc843ac 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Revoke the specified user's access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Revoke the specified user's access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.php index c940b2fd913..609e6b2bd19 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Grant the specified user access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Grant the specified user access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Grant the specified user access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Grant the specified user access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Ref/RefRequestBuilderGetQueryParameters.php index 9160ad84325..54d0a5d3405 100644 --- a/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Shares/Item/AllowedUsers/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is supported in the following national cloud deployments. + * Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Abort/AbortPostRequestBody.php b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Abort/AbortPostRequestBody.php index 46365696035..9a081f98b20 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Abort/AbortPostRequestBody.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Abort/AbortPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Abort } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 8464a1f006c..10f028d18c2 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param AbortPostRequestBody $body The request body * @param AbortRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AbortPostRequestBody $body, ?AbortRequestBuilderPostRequest } /** - * Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param AbortPostRequestBody $body The request body * @param AbortRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation 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 253e7b9a52f..c7bdc2f0e50 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. This API is supported in the following national cloud deployments. + * Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfi } /** - * Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. This API is supported in the following national cloud deployments. + * Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php index bf723d684aa..afef635fd11 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 e10cd75e62b..6508c867081 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Redirect/RedirectPostRequestBody.php b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Redirect/RedirectPostRequestBody.php index a7bd1037511..0bd4dc5375b 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Redirect/RedirectPostRequestBody.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Redirect/RedirectPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Redir } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 e22a9c42f0b..e2aed96e1ee 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param RedirectPostRequestBody $body The request body * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(RedirectPostRequestBody $body, ?RedirectRequestBuilderPostR } /** - * Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param RedirectPostRequestBody $body The request body * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Start/StartRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Start/StartRequestBuilder.php index bf3f898c0a4..cde27c2f157 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Start/StartRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Start/StartRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. This API is supported in the following national cloud deployments. + * Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. This API is available in the following national cloud deployments. * @param StartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?StartRequestBuilderPostRequestConfiguration $requestConfig } /** - * Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. This API is supported in the following national cloud deployments. + * Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. This API is available in the following national cloud deployments. * @param StartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/Shares/Item/PrinterShareItemRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/PrinterShareItemRequestBuilder.php index 402c1debc31..b5bd418b65f 100644 --- a/src/Generated/EscapedPrint/Shares/Item/PrinterShareItemRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/PrinterShareItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a printer share (unshare the associated printer). This action can't be undone. If the printer is shared again in the future, any Windows users who had previously installed the printer needs to discover and reinstall it. This API is supported in the following national cloud deployments. + * Delete a printer share (unshare the associated printer). This action can't be undone. If the printer is shared again in the future, any Windows users who had previously installed the printer needs to discover and reinstall it. This API is available in the following national cloud deployments. * @param PrinterShareItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?PrinterShareItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a printer share. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printer share. This API is available in the following national cloud deployments. * @param PrinterShareItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0 Find more info here @@ -102,7 +102,7 @@ public function get(?PrinterShareItemRequestBuilderGetRequestConfiguration $requ } /** - * Update the properties of a printer share. This method can be used to swap printers. For example, if a physical printer device breaks, an administrator can register a new printer device and update this printerShare to point to the new printer without requiring users to take any action. This API is supported in the following national cloud deployments. + * Update the properties of a printer share. This method can be used to swap printers. For example, if a physical printer device breaks, an administrator can register a new printer device and update this printerShare to point to the new printer without requiring users to take any action. This API is available in the following national cloud deployments. * @param PrinterShare $body The request body * @param PrinterShareItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function patch(PrinterShare $body, ?PrinterShareItemRequestBuilderPatchRe } /** - * Delete a printer share (unshare the associated printer). This action can't be undone. If the printer is shared again in the future, any Windows users who had previously installed the printer needs to discover and reinstall it. This API is supported in the following national cloud deployments. + * Delete a printer share (unshare the associated printer). This action can't be undone. If the printer is shared again in the future, any Windows users who had previously installed the printer needs to discover and reinstall it. This API is available in the following national cloud deployments. * @param PrinterShareItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -139,7 +139,7 @@ public function toDeleteRequestInformation(?PrinterShareItemRequestBuilderDelete } /** - * Retrieve the properties and relationships of a printer share. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printer share. This API is available in the following national cloud deployments. * @param PrinterShareItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -160,7 +160,7 @@ public function toGetRequestInformation(?PrinterShareItemRequestBuilderGetReques } /** - * Update the properties of a printer share. This method can be used to swap printers. For example, if a physical printer device breaks, an administrator can register a new printer device and update this printerShare to point to the new printer without requiring users to take any action. This API is supported in the following national cloud deployments. + * Update the properties of a printer share. This method can be used to swap printers. For example, if a physical printer device breaks, an administrator can register a new printer device and update this printerShare to point to the new printer without requiring users to take any action. This API is available in the following national cloud deployments. * @param PrinterShare $body The request body * @param PrinterShareItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Shares/Item/PrinterShareItemRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Shares/Item/PrinterShareItemRequestBuilderGetQueryParameters.php index a9bb970895a..0be141df6bb 100644 --- a/src/Generated/EscapedPrint/Shares/Item/PrinterShareItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Shares/Item/PrinterShareItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a printer share. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a printer share. This API is available in the following national cloud deployments. */ class PrinterShareItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/Shares/SharesRequestBuilder.php b/src/Generated/EscapedPrint/Shares/SharesRequestBuilder.php index fbe289caee6..3c5f36c44ef 100644 --- a/src/Generated/EscapedPrint/Shares/SharesRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/SharesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of printerShares. This API is supported in the following national cloud deployments. + * Retrieve a list of printerShares. This API is available in the following national cloud deployments. * @param SharesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SharesRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new printerShare for the specified printer. This API is supported in the following national cloud deployments. + * Create a new printerShare for the specified printer. This API is available in the following national cloud deployments. * @param PrinterShare $body The request body * @param SharesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PrinterShare $body, ?SharesRequestBuilderPostRequestConfigu } /** - * Retrieve a list of printerShares. This API is supported in the following national cloud deployments. + * Retrieve a list of printerShares. This API is available in the following national cloud deployments. * @param SharesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SharesRequestBuilderGetRequestConfigura } /** - * Create a new printerShare for the specified printer. This API is supported in the following national cloud deployments. + * Create a new printerShare for the specified printer. This API is available in the following national cloud deployments. * @param PrinterShare $body The request body * @param SharesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/Shares/SharesRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/Shares/SharesRequestBuilderGetQueryParameters.php index 0093b6e5580..4d051741556 100644 --- a/src/Generated/EscapedPrint/Shares/SharesRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/Shares/SharesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of printerShares. This API is supported in the following national cloud deployments. + * Retrieve a list of printerShares. This API is available in the following national cloud deployments. */ class SharesRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilder.php b/src/Generated/EscapedPrint/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilder.php index 484875e0681..e0a8a769ef8 100644 --- a/src/Generated/EscapedPrint/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilder.php +++ b/src/Generated/EscapedPrint/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a taskDefinition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Delete a taskDefinition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?PrintTaskDefinitionItemRequestBuilderDeleteRequestConfig } /** - * Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?PrintTaskDefinitionItemRequestBuilderGetRequestConfiguratio } /** - * Update a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Update a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskDefinition $body The request body * @param PrintTaskDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(PrintTaskDefinition $body, ?PrintTaskDefinitionItemRequest } /** - * Delete a taskDefinition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Delete a taskDefinition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?PrintTaskDefinitionItemRequestBuilde } /** - * Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?PrintTaskDefinitionItemRequestBuilderGe } /** - * Update a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Update a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskDefinition $body The request body * @param PrintTaskDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilderGetQueryParameters.php index 8cfd77dc588..01109448feb 100644 --- a/src/Generated/EscapedPrint/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. */ class PrintTaskDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilder.php b/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilder.php index e0e0424f74e..b2895dc086a 100644 --- a/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilder.php +++ b/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?PrintTaskItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0 Find more info here @@ -85,7 +85,7 @@ public function get(?PrintTaskItemRequestBuilderGetRequestConfiguration $request } /** - * Update a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Update a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTask $body The request body * @param PrintTaskItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?PrintTaskItemRequestBuilderDeleteReq } /** - * Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -143,7 +143,7 @@ public function toGetRequestInformation(?PrintTaskItemRequestBuilderGetRequestCo } /** - * Update a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Update a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTask $body The request body * @param PrintTaskItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilderGetQueryParameters.php index bd42999f4ae..75cabcdbbd4 100644 --- a/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. */ class PrintTaskItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/TasksRequestBuilder.php b/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/TasksRequestBuilder.php index b650e56f831..b91f6d4619e 100644 --- a/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/TasksRequestBuilder.php +++ b/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/TasksRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PrintTask $body, ?TasksRequestBuilderPostRequestConfigurati } /** - * Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/TasksRequestBuilderGetQueryParameters.php index b77f76e8404..7e22bce86de 100644 --- a/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/TaskDefinitions/Item/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/EscapedPrint/TaskDefinitions/TaskDefinitionsRequestBuilder.php b/src/Generated/EscapedPrint/TaskDefinitions/TaskDefinitionsRequestBuilder.php index b6a6b68de03..8cf1f5575d6 100644 --- a/src/Generated/EscapedPrint/TaskDefinitions/TaskDefinitionsRequestBuilder.php +++ b/src/Generated/EscapedPrint/TaskDefinitions/TaskDefinitionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param TaskDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TaskDefinitionsRequestBuilderGetRequestConfiguration $reque } /** - * Create a new task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Create a new task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskDefinition $body The request body * @param TaskDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PrintTaskDefinition $body, ?TaskDefinitionsRequestBuilderPo } /** - * Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param TaskDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TaskDefinitionsRequestBuilderGetRequest } /** - * Create a new task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Create a new task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. * @param PrintTaskDefinition $body The request body * @param TaskDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/EscapedPrint/TaskDefinitions/TaskDefinitionsRequestBuilderGetQueryParameters.php b/src/Generated/EscapedPrint/TaskDefinitions/TaskDefinitionsRequestBuilderGetQueryParameters.php index c7fdc05329f..653e3927f9f 100644 --- a/src/Generated/EscapedPrint/TaskDefinitions/TaskDefinitionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/EscapedPrint/TaskDefinitions/TaskDefinitionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is supported in the following national cloud deployments. + * Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. This API is available in the following national cloud deployments. */ class TaskDefinitionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/External/Connections/ConnectionsRequestBuilder.php b/src/Generated/External/Connections/ConnectionsRequestBuilder.php index 88a95f6b967..a42c5dfaf92 100644 --- a/src/Generated/External/Connections/ConnectionsRequestBuilder.php +++ b/src/Generated/External/Connections/ConnectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the externalConnection objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the externalConnection objects and their properties. This API is available in the following national cloud deployments. * @param ConnectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ConnectionsRequestBuilderGetRequestConfiguration $requestCo } /** - * Create a new externalConnection object. This API is supported in the following national cloud deployments. + * Create a new externalConnection object. This API is available in the following national cloud deployments. * @param ExternalConnection $body The request body * @param ConnectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ExternalConnection $body, ?ConnectionsRequestBuilderPostReq } /** - * Get a list of the externalConnection objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the externalConnection objects and their properties. This API is available in the following national cloud deployments. * @param ConnectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ConnectionsRequestBuilderGetRequestConf } /** - * Create a new externalConnection object. This API is supported in the following national cloud deployments. + * Create a new externalConnection object. This API is available in the following national cloud deployments. * @param ExternalConnection $body The request body * @param ConnectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/Connections/ConnectionsRequestBuilderGetQueryParameters.php b/src/Generated/External/Connections/ConnectionsRequestBuilderGetQueryParameters.php index 97310a6ee5e..a93c7cce9e2 100644 --- a/src/Generated/External/Connections/ConnectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/Connections/ConnectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the externalConnection objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the externalConnection objects and their properties. This API is available in the following national cloud deployments. */ class ConnectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/External/Connections/Item/ExternalConnectionItemRequestBuilder.php b/src/Generated/External/Connections/Item/ExternalConnectionItemRequestBuilder.php index 51659998b9b..234dc69b757 100644 --- a/src/Generated/External/Connections/Item/ExternalConnectionItemRequestBuilder.php +++ b/src/Generated/External/Connections/Item/ExternalConnectionItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes an externalConnection object. This API is supported in the following national cloud deployments. + * Deletes an externalConnection object. This API is available in the following national cloud deployments. * @param ExternalConnectionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?ExternalConnectionItemRequestBuilderDeleteRequestConfigu } /** - * Read the properties and relationships of an externalConnection object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalConnection object. This API is available in the following national cloud deployments. * @param ExternalConnectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0 Find more info here @@ -102,7 +102,7 @@ public function get(?ExternalConnectionItemRequestBuilderGetRequestConfiguration } /** - * Update the properties of an externalConnection object. This API is supported in the following national cloud deployments. + * Update the properties of an externalConnection object. This API is available in the following national cloud deployments. * @param ExternalConnection $body The request body * @param ExternalConnectionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function patch(ExternalConnection $body, ?ExternalConnectionItemRequestBu } /** - * Deletes an externalConnection object. This API is supported in the following national cloud deployments. + * Deletes an externalConnection object. This API is available in the following national cloud deployments. * @param ExternalConnectionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -139,7 +139,7 @@ public function toDeleteRequestInformation(?ExternalConnectionItemRequestBuilder } /** - * Read the properties and relationships of an externalConnection object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalConnection object. This API is available in the following national cloud deployments. * @param ExternalConnectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -160,7 +160,7 @@ public function toGetRequestInformation(?ExternalConnectionItemRequestBuilderGet } /** - * Update the properties of an externalConnection object. This API is supported in the following national cloud deployments. + * Update the properties of an externalConnection object. This API is available in the following national cloud deployments. * @param ExternalConnection $body The request body * @param ExternalConnectionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/Connections/Item/ExternalConnectionItemRequestBuilderGetQueryParameters.php b/src/Generated/External/Connections/Item/ExternalConnectionItemRequestBuilderGetQueryParameters.php index 13997afadbe..ae62273a392 100644 --- a/src/Generated/External/Connections/Item/ExternalConnectionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/Connections/Item/ExternalConnectionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an externalConnection object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalConnection object. This API is available in the following national cloud deployments. */ class ExternalConnectionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/External/Connections/Item/Groups/GroupsRequestBuilder.php b/src/Generated/External/Connections/Item/Groups/GroupsRequestBuilder.php index 9225c3b0a02..657481f54b5 100644 --- a/src/Generated/External/Connections/Item/Groups/GroupsRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Groups/GroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?GroupsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new externalGroup object. This API is supported in the following national cloud deployments. + * Create a new externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroup $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(ExternalGroup $body, ?GroupsRequestBuilderPostRequestConfig } /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?GroupsRequestBuilderGetRequestConfigura } /** - * Create a new externalGroup object. This API is supported in the following national cloud deployments. + * Create a new externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroup $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/External/Connections/Item/Groups/GroupsRequestBuilderGetQueryParameters.php b/src/Generated/External/Connections/Item/Groups/GroupsRequestBuilderGetQueryParameters.php index c7af4d2118e..6a53b8b36c6 100644 --- a/src/Generated/External/Connections/Item/Groups/GroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/Connections/Item/Groups/GroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. */ class GroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.php b/src/Generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.php index 67871d19d8b..0328abde11b 100644 --- a/src/Generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an externalGroup object. This API is supported in the following national cloud deployments. + * Delete an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ExternalGroupItemRequestBuilderDeleteRequestConfiguratio } /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ExternalGroupItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of an externalGroup object. This API is supported in the following national cloud deployments. + * Update the properties of an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroup $body The request body * @param ExternalGroupItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(ExternalGroup $body, ?ExternalGroupItemRequestBuilderPatch } /** - * Delete an externalGroup object. This API is supported in the following national cloud deployments. + * Delete an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?ExternalGroupItemRequestBuilderDelet } /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?ExternalGroupItemRequestBuilderGetReque } /** - * Update the properties of an externalGroup object. This API is supported in the following national cloud deployments. + * Update the properties of an externalGroup object. This API is available in the following national cloud deployments. * @param ExternalGroup $body The request body * @param ExternalGroupItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilderGetQueryParameters.php index 87366c43170..7f271f12857 100644 --- a/src/Generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an externalGroup object. This API is supported in the following national cloud deployments. + * Get an externalGroup object. This API is available in the following national cloud deployments. */ class ExternalGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/External/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.php b/src/Generated/External/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.php index bc46eba9fd3..264844cf95b 100644 --- a/src/Generated/External/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.php @@ -32,10 +32,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an identity resource to remove the corresponding member from an externalGroup. This API is supported in the following national cloud deployments. + * Delete an identity resource to remove the corresponding member from an externalGroup. This API is available in the following national cloud deployments. * @param IdentityItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/externalconnectors-identity-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0 Find more info here */ public function delete(?IdentityItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -88,7 +88,7 @@ public function patch(Identity $body, ?IdentityItemRequestBuilderPatchRequestCon } /** - * Delete an identity resource to remove the corresponding member from an externalGroup. This API is supported in the following national cloud deployments. + * Delete an identity resource to remove the corresponding member from an externalGroup. This API is available in the following national cloud deployments. * @param IdentityItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.php b/src/Generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.php index 95b42cffc87..b3f150ed192 100644 --- a/src/Generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.php @@ -71,7 +71,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create an identity resource for a new member in an externalGroup. This API is supported in the following national cloud deployments. + * Create an identity resource for a new member in an externalGroup. This API is available in the following national cloud deployments. * @param Identity $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -112,7 +112,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Create an identity resource for a new member in an externalGroup. This API is supported in the following national cloud deployments. + * Create an identity resource for a new member in an externalGroup. This API is available in the following national cloud deployments. * @param Identity $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php b/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php index 4249b2e66ee..a522f64fc24 100644 --- a/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an externalItem object. This API is supported in the following national cloud deployments. + * Delete an externalItem object. This API is available in the following national cloud deployments. * @param ExternalItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?ExternalItemItemRequestBuilderDeleteRequestConfiguration } /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. * @param ExternalItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function put(ExternalItem $body, ?ExternalItemItemRequestBuilderPutReques } /** - * Delete an externalItem object. This API is supported in the following national cloud deployments. + * Delete an externalItem object. This API is available in the following national cloud deployments. * @param ExternalItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?ExternalItemItemRequestBuilderDelete } /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. * @param ExternalItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilderGetQueryParameters.php b/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilderGetQueryParameters.php index 9f30294701c..c44b50b3411 100644 --- a/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. */ class ExternalItemItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.php b/src/Generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.php index 706895b7da5..ff466d92ddb 100644 --- a/src/Generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.php +++ b/src/Generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.php @@ -51,7 +51,7 @@ public function getActivities(): ?array { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -100,16 +100,16 @@ public function setActivities(?array $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/External/Connections/Item/Items/ItemsRequestBuilder.php b/src/Generated/External/Connections/Item/Items/ItemsRequestBuilder.php index e14c8f21b3d..2cdbd807268 100644 --- a/src/Generated/External/Connections/Item/Items/ItemsRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Items/ItemsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(ExternalItem $body, ?ItemsRequestBuilderPostRequestConfigur } /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/External/Connections/Item/Items/ItemsRequestBuilderGetQueryParameters.php b/src/Generated/External/Connections/Item/Items/ItemsRequestBuilderGetQueryParameters.php index 1731a33ba88..ce1ef1d70e6 100644 --- a/src/Generated/External/Connections/Item/Items/ItemsRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/Connections/Item/Items/ItemsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an externalItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an externalItem object. This API is available in the following national cloud deployments. */ class ItemsRequestBuilderGetQueryParameters { diff --git a/src/Generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.php b/src/Generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.php index 4a5d0027b3d..44e83bd32f6 100644 --- a/src/Generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ConnectionOperationItemRequestBuilderDeleteRequestConfig } /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. * @param ConnectionOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ConnectionOperationItemRequestBuilde } /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. * @param ConnectionOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilderGetQueryParameters.php index d0420f8656d..13e484ccb04 100644 --- a/src/Generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. */ class ConnectionOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/External/Connections/Item/Operations/OperationsRequestBuilder.php b/src/Generated/External/Connections/Item/Operations/OperationsRequestBuilder.php index 040c0782fee..2086b91ae5e 100644 --- a/src/Generated/External/Connections/Item/Operations/OperationsRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(ConnectionOperation $body, ?OperationsRequestBuilderPostReq } /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/External/Connections/Item/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/External/Connections/Item/Operations/OperationsRequestBuilderGetQueryParameters.php index 635ecffb4ac..50c02d086fd 100644 --- a/src/Generated/External/Connections/Item/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/Connections/Item/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a connectionOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a connectionOperation object. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilder.php b/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilder.php index 7698c269004..85eeac98810 100644 --- a/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a schema object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a schema object. This API is available in the following national cloud deployments. * @param SchemaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0 Find more info here @@ -51,10 +51,11 @@ public function get(?SchemaRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Update the navigation property schema in external + * Create a new schema object. * @param Schema $body The request body * @param SchemaRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise + * @link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0 Find more info here */ public function patch(Schema $body, ?SchemaRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -70,7 +71,7 @@ public function patch(Schema $body, ?SchemaRequestBuilderPatchRequestConfigurati } /** - * Read the properties and relationships of a schema object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a schema object. This API is available in the following national cloud deployments. * @param SchemaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -91,7 +92,7 @@ public function toGetRequestInformation(?SchemaRequestBuilderGetRequestConfigura } /** - * Update the navigation property schema in external + * Create a new schema object. * @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/Connections/Item/Schema/SchemaRequestBuilderGetQueryParameters.php b/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilderGetQueryParameters.php index f8d2c8b0e9d..d727bc21b0a 100644 --- a/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a schema object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a schema object. This API is available in the following national cloud deployments. */ class SchemaRequestBuilderGetQueryParameters { diff --git a/src/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.php b/src/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.php index bdead84bc5c..1e6bfa7f7a8 100644 --- a/src/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.php +++ b/src/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the groupLifecyclePolicies. This API is supported in the following national cloud deployments. + * List all the groupLifecyclePolicies. This API is available in the following national cloud deployments. * @param GroupLifecyclePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?GroupLifecyclePoliciesRequestBuilderGetRequestConfiguration } /** - * Creates a new groupLifecyclePolicy. This API is supported in the following national cloud deployments. + * Creates a new groupLifecyclePolicy. This API is available in the following national cloud deployments. * @param GroupLifecyclePolicy $body The request body * @param GroupLifecyclePoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(GroupLifecyclePolicy $body, ?GroupLifecyclePoliciesRequestB } /** - * List all the groupLifecyclePolicies. This API is supported in the following national cloud deployments. + * List all the groupLifecyclePolicies. This API is available in the following national cloud deployments. * @param GroupLifecyclePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?GroupLifecyclePoliciesRequestBuilderGet } /** - * Creates a new groupLifecyclePolicy. This API is supported in the following national cloud deployments. + * Creates a new groupLifecyclePolicy. This API is available in the following national cloud deployments. * @param GroupLifecyclePolicy $body The request body * @param GroupLifecyclePoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilderGetQueryParameters.php b/src/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilderGetQueryParameters.php index 9bee53e1fc9..e1c7fceeece 100644 --- a/src/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the groupLifecyclePolicies. This API is supported in the following national cloud deployments. + * List all the groupLifecyclePolicies. This API is available in the following national cloud deployments. */ class GroupLifecyclePoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.php b/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.php index f3fad1806eb..1427c49f952 100644 --- a/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.php +++ b/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddGr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.php b/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.php index b03483e369f..05cb5c40a67 100644 --- a/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.php +++ b/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddGr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.php b/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.php index bb4d3399c7b..abad0ab80ca 100644 --- a/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.php +++ b/src/Generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. This API is supported in the following national cloud deployments. + * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. This API is available in the following national cloud deployments. * @param AddGroupPostRequestBody $body The request body * @param AddGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddGroupPostRequestBody $body, ?AddGroupRequestBuilderPostR } /** - * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. This API is supported in the following national cloud deployments. + * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. This API is available in the following national cloud deployments. * @param AddGroupPostRequestBody $body The request body * @param AddGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.php b/src/Generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.php index 9468b4762ab..6417c79a8c4 100644 --- a/src/Generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.php +++ b/src/Generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a groupLifecyclePolicy. This API is supported in the following national cloud deployments. + * Delete a groupLifecyclePolicy. This API is available in the following national cloud deployments. * @param GroupLifecyclePolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?GroupLifecyclePolicyItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of a groupLifecyclePolicies object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a groupLifecyclePolicies object. This API is available in the following national cloud deployments. * @param GroupLifecyclePolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?GroupLifecyclePolicyItemRequestBuilderGetRequestConfigurati } /** - * Update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. This API is supported in the following national cloud deployments. + * Update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. This API is available in the following national cloud deployments. * @param GroupLifecyclePolicy $body The request body * @param GroupLifecyclePolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(GroupLifecyclePolicy $body, ?GroupLifecyclePolicyItemReque } /** - * Delete a groupLifecyclePolicy. This API is supported in the following national cloud deployments. + * Delete a groupLifecyclePolicy. This API is available in the following national cloud deployments. * @param GroupLifecyclePolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?GroupLifecyclePolicyItemRequestBuild } /** - * Retrieve the properties and relationships of a groupLifecyclePolicies object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a groupLifecyclePolicies object. This API is available in the following national cloud deployments. * @param GroupLifecyclePolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?GroupLifecyclePolicyItemRequestBuilderG } /** - * Update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. This API is supported in the following national cloud deployments. + * Update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. This API is available in the following national cloud deployments. * @param GroupLifecyclePolicy $body The request body * @param GroupLifecyclePolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilderGetQueryParameters.php index 1e4d791148a..93ba61a802e 100644 --- a/src/Generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a groupLifecyclePolicies object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a groupLifecyclePolicies object. This API is available in the following national cloud deployments. */ class GroupLifecyclePolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.php b/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.php index 38050a8276c..b54dab2294a 100644 --- a/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.php +++ b/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.php b/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.php index 1f9405acdf2..1d8f71cd899 100644 --- a/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.php +++ b/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.php b/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.php index cb6cc8941e1..757d958ae5e 100644 --- a/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.php +++ b/src/Generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes a group from a lifecycle policy. This API is supported in the following national cloud deployments. + * Removes a group from a lifecycle policy. This API is available in the following national cloud deployments. * @param RemoveGroupPostRequestBody $body The request body * @param RemoveGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(RemoveGroupPostRequestBody $body, ?RemoveGroupRequestBuilde } /** - * Removes a group from a lifecycle policy. This API is supported in the following national cloud deployments. + * Removes a group from a lifecycle policy. This API is available in the following national cloud deployments. * @param RemoveGroupPostRequestBody $body The request body * @param RemoveGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index 640e94e6269..080f8e2339e 100644 --- a/src/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index 976e4721c85..2a6d6121593 100644 --- a/src/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupSettingTemplates/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/GroupSettingTemplates/GetByIds/GetByIdsPostRequestBody.php index f27966ccd05..30b41379585 100644 --- a/src/Generated/GroupSettingTemplates/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/GroupSettingTemplates/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.php index faece675745..de664cd1db4 100644 --- a/src/Generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.php b/src/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.php index 999d12d080e..1dcb5f48abc 100644 --- a/src/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.php +++ b/src/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.php @@ -85,7 +85,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Group setting templates represents a set of templates from which group settings may be created and used within a tenant. This operation retrieves the list of available groupSettingTemplates objects. This API is supported in the following national cloud deployments. + * Group setting templates represents a set of templates from which group settings may be created and used within a tenant. This operation retrieves the list of available groupSettingTemplates objects. This API is available in the following national cloud deployments. * @param GroupSettingTemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0 Find more info here @@ -123,7 +123,7 @@ public function post(GroupSettingTemplate $body, ?GroupSettingTemplatesRequestBu } /** - * Group setting templates represents a set of templates from which group settings may be created and used within a tenant. This operation retrieves the list of available groupSettingTemplates objects. This API is supported in the following national cloud deployments. + * Group setting templates represents a set of templates from which group settings may be created and used within a tenant. This operation retrieves the list of available groupSettingTemplates objects. This API is available in the following national cloud deployments. * @param GroupSettingTemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilderGetQueryParameters.php b/src/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilderGetQueryParameters.php index b494f591043..cf7b7a70f55 100644 --- a/src/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Group setting templates represents a set of templates from which group settings may be created and used within a tenant. This operation retrieves the list of available groupSettingTemplates objects. This API is supported in the following national cloud deployments. + * Group setting templates represents a set of templates from which group settings may be created and used within a tenant. This operation retrieves the list of available groupSettingTemplates objects. This API is available in the following national cloud deployments. */ class GroupSettingTemplatesRequestBuilderGetQueryParameters { diff --git a/src/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index bbd46e2e98c..16eacabc42e 100644 --- a/src/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 5cffe222c78..dbc3809e2b2 100644 --- a/src/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index 40b3e75546b..84ed8b96d81 100644 --- a/src/Generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index bef8305da90..b0aeca0d6a5 100644 --- a/src/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index b9444b84f16..593dbe091d1 100644 --- a/src/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index 576d5950262..a293338cb70 100644 --- a/src/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index 15fc005b587..40de901586f 100644 --- a/src/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilder.php b/src/Generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilder.php index 80c5356ef5b..9cdbc4d44fd 100644 --- a/src/Generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilder.php +++ b/src/Generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?GroupSettingTemplateItemRequestBuilderDeleteRequestConfi } /** - * A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults. This API is supported in the following national cloud deployments. + * A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults. This API is available in the following national cloud deployments. * @param GroupSettingTemplateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?GroupSettingTemplateItemRequestBuild } /** - * A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults. This API is supported in the following national cloud deployments. + * A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults. This API is available in the following national cloud deployments. * @param GroupSettingTemplateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilderGetQueryParameters.php b/src/Generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilderGetQueryParameters.php index 89b7ecc8856..f62599ba1ce 100644 --- a/src/Generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults. This API is supported in the following national cloud deployments. + * A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults. This API is available in the following national cloud deployments. */ class GroupSettingTemplateItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.php b/src/Generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.php index f0733fa9466..29046a6180b 100644 --- a/src/Generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.php index a7916fd9d4f..ff18d476482 100644 --- a/src/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php index b2f41c6c3c9..3ae5fbb9492 100644 --- a/src/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupSettings/GroupSettingsRequestBuilder.php b/src/Generated/GroupSettings/GroupSettingsRequestBuilder.php index 0d1468c18d5..8a1584c435a 100644 --- a/src/Generated/GroupSettings/GroupSettingsRequestBuilder.php +++ b/src/Generated/GroupSettings/GroupSettingsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments. * @param GroupSettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?GroupSettingsRequestBuilderGetRequestConfiguration $request } /** - * Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. This API is supported in the following national cloud deployments. + * Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. This API is available in the following national cloud deployments. * @param GroupSetting $body The request body * @param GroupSettingsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(GroupSetting $body, ?GroupSettingsRequestBuilderPostRequest } /** - * Retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments. * @param GroupSettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?GroupSettingsRequestBuilderGetRequestCo } /** - * Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. This API is supported in the following national cloud deployments. + * Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. This API is available in the following national cloud deployments. * @param GroupSetting $body The request body * @param GroupSettingsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupSettings/GroupSettingsRequestBuilderGetQueryParameters.php b/src/Generated/GroupSettings/GroupSettingsRequestBuilderGetQueryParameters.php index b7295a985ea..b327587b8d5 100644 --- a/src/Generated/GroupSettings/GroupSettingsRequestBuilderGetQueryParameters.php +++ b/src/Generated/GroupSettings/GroupSettingsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments. */ class GroupSettingsRequestBuilderGetQueryParameters { diff --git a/src/Generated/GroupSettings/Item/GroupSettingItemRequestBuilder.php b/src/Generated/GroupSettings/Item/GroupSettingItemRequestBuilder.php index 287fdd11112..d5d885db5ef 100644 --- a/src/Generated/GroupSettings/Item/GroupSettingItemRequestBuilder.php +++ b/src/Generated/GroupSettings/Item/GroupSettingItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a tenant-level or group-specific groupSetting object. This API is supported in the following national cloud deployments. + * Delete a tenant-level or group-specific groupSetting object. This API is available in the following national cloud deployments. * @param GroupSettingItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/groupsetting-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?GroupSettingItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is available in the following national cloud deployments. * @param GroupSettingItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?GroupSettingItemRequestBuilderGetRequestConfiguration $requ } /** - * Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. This API is supported in the following national cloud deployments. + * Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. This API is available in the following national cloud deployments. * @param GroupSetting $body The request body * @param GroupSettingItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(GroupSetting $body, ?GroupSettingItemRequestBuilderPatchRe } /** - * Delete a tenant-level or group-specific groupSetting object. This API is supported in the following national cloud deployments. + * Delete a tenant-level or group-specific groupSetting object. This API is available in the following national cloud deployments. * @param GroupSettingItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?GroupSettingItemRequestBuilderDelete } /** - * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is available in the following national cloud deployments. * @param GroupSettingItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?GroupSettingItemRequestBuilderGetReques } /** - * Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. This API is supported in the following national cloud deployments. + * Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. This API is available in the following national cloud deployments. * @param GroupSetting $body The request body * @param GroupSettingItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/GroupSettings/Item/GroupSettingItemRequestBuilderGetQueryParameters.php b/src/Generated/GroupSettings/Item/GroupSettingItemRequestBuilderGetQueryParameters.php index 1ae15718988..3fe9318a0bd 100644 --- a/src/Generated/GroupSettings/Item/GroupSettingItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/GroupSettings/Item/GroupSettingItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is available in the following national cloud deployments. */ class GroupSettingItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index ea58c51074f..af1210db84a 100644 --- a/src/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index 64fcbae7d03..974306852ec 100644 --- a/src/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Groups/GetByIds/GetByIdsPostRequestBody.php index ee138b3efa7..870afa36412 100644 --- a/src/Generated/Groups/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/Groups/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Groups/GetByIds/GetByIdsRequestBuilder.php index e412527c81b..e3b0bfca3ee 100644 --- a/src/Generated/Groups/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Groups/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/GroupsRequestBuilder.php b/src/Generated/Groups/GroupsRequestBuilder.php index fadae0f2181..8850d2797a1 100644 --- a/src/Generated/Groups/GroupsRequestBuilder.php +++ b/src/Generated/Groups/GroupsRequestBuilder.php @@ -85,7 +85,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. 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 for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query. This API is supported in the following national cloud deployments. + * List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. 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 for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0 Find more info here @@ -104,7 +104,7 @@ public function get(?GroupsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new group as specified in the request body. You can create the following types of 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. This API is supported in the following national cloud deployments. + * Create a new group as specified in the request body. You can create the following types of 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. This API is available in the following national cloud deployments. * @param Group $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -124,7 +124,7 @@ public function post(Group $body, ?GroupsRequestBuilderPostRequestConfiguration } /** - * List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. 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 for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query. This API is supported in the following national cloud deployments. + * List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. 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 for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -145,7 +145,7 @@ public function toGetRequestInformation(?GroupsRequestBuilderGetRequestConfigura } /** - * Create a new group as specified in the request body. You can create the following types of 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. This API is supported in the following national cloud deployments. + * Create a new group as specified in the request body. You can create the following types of 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. This API is available in the following national cloud deployments. * @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/GroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/GroupsRequestBuilderGetQueryParameters.php index 34b520e98fa..bbf9743d664 100644 --- a/src/Generated/Groups/GroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/GroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. 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 for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query. This API is supported in the following national cloud deployments. + * List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. 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 for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query. This API is available in the following national cloud deployments. */ class GroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.php b/src/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.php index 9a22aeb4c9a..8db2c8fa757 100644 --- a/src/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.php +++ b/src/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is supported in the following national cloud deployments. + * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is available in the following national cloud deployments. * @param AcceptedSendersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?AcceptedSendersRequestBuilderGetRequestConfiguration $reque } /** - * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is supported in the following national cloud deployments. + * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is available in the following national cloud deployments. * @param AcceptedSendersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilderGetQueryParameters.php index 20f28ff05e9..c14f49efa66 100644 --- a/src/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is supported in the following national cloud deployments. + * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is available in the following national cloud deployments. */ class AcceptedSendersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.php b/src/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.php index bbbf8aab331..c6fcfeaefd6 100644 --- a/src/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.php +++ b/src/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is supported in the following national cloud deployments. + * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don't specify the same user or group in the accepted senders and rejected senders lists, otherwise you'll get an error. This API is supported in the following national cloud deployments. + * Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don't specify the same user or group in the accepted senders and rejected senders lists, otherwise you'll get an error. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is supported in the following national cloud deployments. + * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don't specify the same user or group in the accepted senders and rejected senders lists, otherwise you'll get an error. This API is supported in the following national cloud deployments. + * Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don't specify the same user or group in the accepted senders and rejected senders lists, otherwise you'll get an error. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilderGetQueryParameters.php index 4be1917bc33..77e97ac7a70 100644 --- a/src/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is supported in the following national cloud deployments. + * Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.php b/src/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.php index d4f607f1e25..d27e7d76346 100644 --- a/src/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.php +++ b/src/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only. This API is supported in the following national cloud deployments. + * Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only. This API is available in the following national cloud deployments. * @param AddFavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?AddFavoriteRequestBuilderPostRequestConfiguration $request } /** - * Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only. This API is supported in the following national cloud deployments. + * Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only. This API is available in the following national cloud deployments. * @param AddFavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php b/src/Generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php index 93141968cb5..18ff81f26ba 100644 --- a/src/Generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php @@ -72,7 +72,7 @@ public function get(?AppRoleAssignmentsRequestBuilderGetRequestConfiguration $re } /** - * Use this API to assign an app role to a security group. All direct members of the group will be considered assigned. Security groups with dynamic memberships are supported. To grant an app role assignment to a group, you need three identifiers: Additional licenses might be required to use a group to manage access to applications. This API is supported in the following national cloud deployments. + * Use this API to assign an app role to a security group. All direct members of the group will be considered assigned. Security groups with dynamic memberships are supported. To grant an app role assignment to a group, you need three identifiers: Additional licenses might be required to use a group to manage access to applications. This API is available in the following national cloud deployments. * @param AppRoleAssignment $body The request body * @param AppRoleAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AppRoleAssignmentsRequestBuilderGetRequ } /** - * Use this API to assign an app role to a security group. All direct members of the group will be considered assigned. Security groups with dynamic memberships are supported. To grant an app role assignment to a group, you need three identifiers: Additional licenses might be required to use a group to manage access to applications. This API is supported in the following national cloud deployments. + * Use this API to assign an app role to a security group. All direct members of the group will be considered assigned. Security groups with dynamic memberships are supported. To grant an app role assignment to a group, you need three identifiers: Additional licenses might be required to use a group to manage access to applications. This API is available in the following national cloud deployments. * @param AppRoleAssignment $body The request body * @param AppRoleAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php b/src/Generated/Groups/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php index 91cef4b38e7..4ab8d5581bf 100644 --- a/src/Generated/Groups/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes an appRoleAssignment that a group has been granted. This API is supported in the following national cloud deployments. + * Deletes an appRoleAssignment that a group has been granted. This API is available in the following national cloud deployments. * @param AppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function patch(AppRoleAssignment $body, ?AppRoleAssignmentItemRequestBuil } /** - * Deletes an appRoleAssignment that a group has been granted. This API is supported in the following national cloud deployments. + * Deletes an appRoleAssignment that a group has been granted. This API is available in the following national cloud deployments. * @param AppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/AssignLicense/AssignLicensePostRequestBody.php b/src/Generated/Groups/Item/AssignLicense/AssignLicensePostRequestBody.php index d00d96f1d41..8717477c14c 100644 --- a/src/Generated/Groups/Item/AssignLicense/AssignLicensePostRequestBody.php +++ b/src/Generated/Groups/Item/AssignLicense/AssignLicensePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAddLicenses(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -115,8 +115,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -131,8 +131,8 @@ public function setAddLicenses(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.php b/src/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.php index 2cb204d867b..4cd0b4d419a 100644 --- a/src/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.php +++ b/src/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Azure Active Directory. To get the subscriptions available in the directory, perform a GET subscribedSkus request. This API is supported in the following national cloud deployments. + * Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Azure Active Directory. To get the subscriptions available in the directory, perform a GET subscribedSkus request. This API is available in the following national cloud deployments. * @param AssignLicensePostRequestBody $body The request body * @param AssignLicenseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AssignLicensePostRequestBody $body, ?AssignLicenseRequestBu } /** - * Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Azure Active Directory. To get the subscriptions available in the directory, perform a GET subscribedSkus request. This API is supported in the following national cloud deployments. + * Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Azure Active Directory. To get the subscriptions available in the directory, perform a GET subscribedSkus request. This API is available in the following national cloud deployments. * @param AssignLicensePostRequestBody $body The request body * @param AssignLicenseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.php index b92e28da3a0..f71d4cffc6d 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. * @param CalendarPermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CalendarPermissionsRequestBuilderGetRequestConfiguration $r } /** - * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is supported in the following national cloud deployments. + * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CalendarPermission $body, ?CalendarPermissionsRequestBuilde } /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. * @param CalendarPermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CalendarPermissionsRequestBuilderGetReq } /** - * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is supported in the following national cloud deployments. + * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php index 416af35bcc8..d731a110b20 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. */ class CalendarPermissionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php index 7f8d9436160..1388b910915 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete calendarPermission. This API is supported in the following national cloud deployments. + * Delete calendarPermission. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?CalendarPermissionItemRequestBuilderDeleteRequestConfigu } /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?CalendarPermissionItemRequestBuilderGetRequestConfiguration } /** - * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is supported in the following national cloud deployments. + * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(CalendarPermission $body, ?CalendarPermissionItemRequestBu } /** - * Delete calendarPermission. This API is supported in the following national cloud deployments. + * Delete calendarPermission. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?CalendarPermissionItemRequestBuilder } /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?CalendarPermissionItemRequestBuilderGet } /** - * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is supported in the following national cloud deployments. + * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php index 49201bb103b..26f387f8c5c 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. */ class CalendarPermissionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php index 8279d3d37be..69a2d0b396c 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php index 56c63b558c0..2c26bd358f4 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.php index 3fea1eed7f6..00a8d38b8e7 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.php index f3439f8d0d7..f6f65dc6fe0 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php index 1e6f45a6d65..f1993adbcdc 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 7aa580e9223..3c17aef2d50 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index e291e9a9089..0c708cc85ce 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 0f64ce7d225..98a779786c5 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 34956508664..6f0d3c071d9 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.php index 4154868ea7d..b43a2af9612 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.php index 0dcfb62ec3b..df41bb34622 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.php index 97f68f5025d..35fad997eb7 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.php index 0308bee3c48..903a294c204 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php index be06b66d251..57ee262d0de 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php index 8d5f92dd05c..199ff2b849c 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 778210be311..ee023beeda0 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 7b4daaa294c..7c8ca933e9d 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 21d7284877a..2fc1590e8aa 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.php index 0f70ec5c54a..04334717d15 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.php index 8d9d6162bf8..b7c35ab12df 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php index 7ea70801787..20956aa0be9 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index 0c913d460cd..8ee65b6121f 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php index 386bbce3620..bf9e3fbf9b9 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php index 33a58b49ce0..9f09f517337 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index bd2d86376cf..a672af18c85 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 6b04c44e83d..54931c1095a 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index a1aedc19e1b..fcfd3ba0772 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 36fe2577b0a..507ca4323bd 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 804eea2fe63..7c6b8cf73bf 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php index 87c79d823d7..fded2e95905 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php index c133b1f79ca..022fd0f8e36 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php index ebd7040ef25..5e56308b8a2 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php index 4cca6c3461c..a9342cc18b5 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index 0164368005a..187e5dd9d12 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index b7744c0ced8..db27efb2c14 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 155f4a9df83..f2d86ddb701 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 2131410ffc7..b715699c1dc 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index f62f70df70c..df3d7134130 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php index 58776c435bd..39e9aebe1f2 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php index 37f804b9e6c..e68e43d0129 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 7405d7c04b3..6e04549bb52 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 5e830b158d2..0982d4dea5d 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 7f6aecebfd2..b8292c05876 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 5188372cc90..b10e04ba664 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 7e0e114f7fb..379e53e50c1 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index f8f3d1fee6f..559c001c124 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 7d74ba7f8d8..da2ef742a72 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 81fc2a29a72..d66256656de 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.php index b7f738b05e8..8039dd1745e 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilderGetQueryParameters.php index 6aab7a40536..7d840d7603c 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/Events/EventsRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/EventsRequestBuilder.php index 4849af061ce..14c1ab6e04e 100644 --- a/src/Generated/Groups/Item/Calendar/Events/EventsRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/EventsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?EventsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is supported in the following national cloud deployments. + * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Event $body, ?EventsRequestBuilderPostRequestConfiguration } /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?EventsRequestBuilderGetRequestConfigura } /** - * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is supported in the following national cloud deployments. + * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/EventsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/Events/EventsRequestBuilderGetQueryParameters.php index 5161ea282a5..d16cb8e87ce 100644 --- a/src/Generated/Groups/Item/Calendar/Events/EventsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/Events/EventsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. */ class EventsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.php index 7e7b45b69ca..486b94133f0 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); 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 58f4451d66d..3daf970aaf9 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.php index 592758d5935..dc6e8a90463 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 3aedef7a3d0..7afc6325458 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index e2e1599c628..2af210dfee6 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 d9eb9ea3230..a50462dbda1 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 1a5ed067599..4551ed1552f 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.php index 6bbd9d46578..31b95b87485 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); 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 1355857632a..72154595deb 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.php index 18eb6733f5b..605de17e105 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); 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 5881191380a..1667a789628 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation 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 48c080c4908..3c9f0250545 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.php index 18b9b2b29d7..bd9f0fc7116 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.php @@ -156,7 +156,7 @@ public function get(?EventItemRequestBuilderGetRequestConfiguration $requestConf } /** - * Update an event object. This API is supported in the following national cloud deployments. + * Update an event object. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -214,7 +214,7 @@ public function toGetRequestInformation(?EventItemRequestBuilderGetRequestConfig } /** - * Update an event object. This API is supported in the following national cloud deployments. + * Update an event object. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.php index fc508f91a69..9d23071622a 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 8ce7696fb07..a95d5fd0f35 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 78b2ffa8fbd..117ca07a56c 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index b24d7256454..5d5d8566604 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.php index 4f96a56c6a7..96f4a77d2f6 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); 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 e915bd04ea6..b86163a7c18 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation 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 31c330724b1..43ae63b21f2 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index 79cf566d037..0abece150d8 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php index 1304330764b..527e3d6c83f 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php index 180f5735e7e..a7ac3b2e258 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index 77ba6b3c29c..54bf84e97c2 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index e2549e0db07..35a000c1130 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 5c363aa489c..befc85bda2d 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index f7d02f9c3b5..c422d003c9a 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index f9c93fc0786..1df6bb67655 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php index 06495238f75..f93fb0b9c12 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php index d9b80b60f5d..0e9abff29b0 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php index 45b4d824d15..f68ab611717 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php index 485f5cba86e..1022208593f 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index e14fbf8c480..418d31f8fb8 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index 7a6e3bed9b5..d25d9545bf1 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 631d21a619e..17cd5b805f7 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 8d27adfe4a7..581996bddbb 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 1d2aa878d4b..64f131bbdc5 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php index 12e6b3a0477..47cc7955cee 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php index 2361046ca92..a063902a5d0 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index a8a9fabf187..0c7fcf3d14a 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 88507b05e65..e074e0c4cad 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 2f21495efe4..647699068cf 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 9f45a02ee0f..16ec20e824f 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index bf99bc4da13..562b8e5a3eb 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); 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 9c2ddf9de7e..9c3e1737fcc 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index ad946206d1a..579d909cd8f 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); 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 d1686959435..d98f8bcd03e 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.php b/src/Generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.php index 85cb5087465..092c2441146 100644 --- a/src/Generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.php +++ b/src/Generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetSc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the availabilityViewInterval property value. The AvailabilityViewInterval property + * Gets the AvailabilityViewInterval property value. The AvailabilityViewInterval property * @return int|null */ public function getAvailabilityViewInterval(): ?int { @@ -62,7 +62,7 @@ public function getAvailabilityViewInterval(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -70,7 +70,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the endTime property value. The EndTime property + * Gets the EndTime property value. The EndTime property * @return DateTimeTimeZone|null */ public function getEndTime(): ?DateTimeTimeZone { @@ -88,9 +88,9 @@ public function getEndTime(): ?DateTimeTimeZone { public function getFieldDeserializers(): array { $o = $this; return [ - 'availabilityViewInterval' => fn(ParseNode $n) => $o->setAvailabilityViewInterval($n->getIntegerValue()), - 'endTime' => fn(ParseNode $n) => $o->setEndTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), - 'schedules' => function (ParseNode $n) { + 'AvailabilityViewInterval' => fn(ParseNode $n) => $o->setAvailabilityViewInterval($n->getIntegerValue()), + 'EndTime' => fn(ParseNode $n) => $o->setEndTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'Schedules' => function (ParseNode $n) { $val = $n->getCollectionOfPrimitiveValues(); if (is_array($val)) { TypeUtils::validateCollectionValues($val, 'string'); @@ -98,12 +98,12 @@ public function getFieldDeserializers(): array { /** @var array|null $val */ $this->setSchedules($val); }, - 'startTime' => fn(ParseNode $n) => $o->setStartTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'StartTime' => fn(ParseNode $n) => $o->setStartTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the schedules property value. The Schedules property + * Gets the Schedules property value. The Schedules property * @return array|null */ public function getSchedules(): ?array { @@ -117,7 +117,7 @@ public function getSchedules(): ?array { } /** - * Gets the startTime property value. The StartTime property + * Gets the StartTime property value. The StartTime property * @return DateTimeTimeZone|null */ public function getStartTime(): ?DateTimeTimeZone { @@ -133,56 +133,56 @@ public function getStartTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeIntegerValue('availabilityViewInterval', $this->getAvailabilityViewInterval()); - $writer->writeObjectValue('endTime', $this->getEndTime()); - $writer->writeCollectionOfPrimitiveValues('schedules', $this->getSchedules()); - $writer->writeObjectValue('startTime', $this->getStartTime()); + $writer->writeIntegerValue('AvailabilityViewInterval', $this->getAvailabilityViewInterval()); + $writer->writeObjectValue('EndTime', $this->getEndTime()); + $writer->writeCollectionOfPrimitiveValues('Schedules', $this->getSchedules()); + $writer->writeObjectValue('StartTime', $this->getStartTime()); $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. + * 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 availabilityViewInterval property value. The AvailabilityViewInterval property - * @param int|null $value Value to set for the availabilityViewInterval property. + * Sets the AvailabilityViewInterval property value. The AvailabilityViewInterval property + * @param int|null $value Value to set for the AvailabilityViewInterval property. */ public function setAvailabilityViewInterval(?int $value): void { $this->getBackingStore()->set('availabilityViewInterval', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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 endTime property value. The EndTime property - * @param DateTimeTimeZone|null $value Value to set for the endTime property. + * Sets the EndTime property value. The EndTime property + * @param DateTimeTimeZone|null $value Value to set for the EndTime property. */ public function setEndTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('endTime', $value); } /** - * Sets the schedules property value. The Schedules property - * @param array|null $value Value to set for the schedules property. + * Sets the Schedules property value. The Schedules property + * @param array|null $value Value to set for the Schedules property. */ public function setSchedules(?array $value): void { $this->getBackingStore()->set('schedules', $value); } /** - * Sets the startTime property value. The StartTime property - * @param DateTimeTimeZone|null $value Value to set for the startTime property. + * Sets the StartTime property value. The StartTime property + * @param DateTimeTimeZone|null $value Value to set for the StartTime property. */ public function setStartTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('startTime', $value); diff --git a/src/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php b/src/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php index b61f11b8476..41d55a9d0e6 100644 --- a/src/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is supported in the following national cloud deployments. + * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is available in the following national cloud deployments. * @param GetSchedulePostRequestBody $body The request body * @param GetScheduleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetSchedulePostRequestBody $body, ?GetScheduleRequestBuilde } /** - * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is supported in the following national cloud deployments. + * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is available in the following national cloud deployments. * @param GetSchedulePostRequestBody $body The request body * @param GetScheduleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.php index 0eccca7113a..c001b065dc8 100644 --- a/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php index 51bc2594651..6ca62a57a12 100644 --- a/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php index 9b56cd615c6..38246415454 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php index fef0a5ad85d..69088bfacf8 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php index 55ff09b3fa1..12531f7f695 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index c20859c56cb..dc7de00ab0d 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index a2adb05ba72..2b467b1eea4 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 1142aad6226..dd69364e69f 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 03c5719f11c..2c4e471fbaf 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php index 90439b94cd1..bbdffcc889e 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php index 733d9f88c91..12f17e1618c 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php index d0a4cfb647b..58e14eade17 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php index 1cfb438e15d..51496467dbe 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php index 1a67ee223c3..30f0af5957f 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php index 7bb4dc46eff..aa5e731221b 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 9d01a25d801..364dcc07468 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php index a21fe438beb..b5ec556cf5a 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 7a26618d07d..c1e02d51894 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php index f5d5846ca58..d09349a6449 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php index c879a1ed242..089ca742fa3 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php index 6166c7da58e..975cb12c625 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index f9f604cc820..803b7818410 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php index 0e25fcbd4ad..399853260a4 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php index bfdbebe271c..f0d26e529e9 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index af62d70f409..ecc9ed94594 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index f0738c4f9f6..dc205b39ae0 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index fec6a996f4a..c578b280bd2 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 372710ac3b7..2f88476f60b 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index f8b24ae0525..e1089045592 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php index aa94e4370cd..ecb540c13fa 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php index 9e7d56a53b9..10360de4200 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php index e273c31bed5..d57697824b4 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php index 0793c1b5b16..dcce0aa1d10 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index bd76d30c95d..7085130d41a 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index 3b7c7fcb948..86ebb2c9ffe 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 72fa10723aa..96838ffd7e6 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 78bc4d66b37..8ecf56e5234 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 288897df194..2b6fb94ca1e 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php index 19802d1414a..b7d9b44cf7a 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php index c4ffb7919d6..32875d0c10e 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index c3c639f17fb..4ff4025c47c 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index bbec16d7c70..d7a499a3511 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 714ab17194e..0080c046ff2 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 184e7895f7c..d4c379efe47 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 91aaec03396..370159d2111 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 42a4a156b31..ec090e93d16 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 37927ab15a1..57d1e0343d2 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 3623ecbb823..54f6913c99b 100644 --- a/src/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index a9ccaeb40cf..36aa2904a03 100644 --- a/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index db76d3b61c5..46b8b05b522 100644 --- a/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index e52892272e7..86ebf423e64 100644 --- a/src/Generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.php b/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.php index 4e096d727dd..dca9f4ef486 100644 --- a/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of conversations in this group. This API is supported in the following national cloud deployments. + * Retrieve the list of conversations in this group. This API is available in the following national cloud deployments. * @param ConversationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0 Find more info here @@ -72,11 +72,11 @@ public function get(?ConversationsRequestBuilderGetRequestConfiguration $request } /** - * Use reply thread or reply post to further post to that conversation. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Conversation $body The request body * @param ConversationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 Find more info here */ public function post(Conversation $body, ?ConversationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -92,7 +92,7 @@ public function post(Conversation $body, ?ConversationsRequestBuilderPostRequest } /** - * Retrieve the list of conversations in this group. This API is supported in the following national cloud deployments. + * Retrieve the list of conversations in this group. This API is available in the following national cloud deployments. * @param ConversationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ConversationsRequestBuilderGetRequestCo } /** - * Use reply thread or reply post to further post to that conversation. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @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/ConversationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilderGetQueryParameters.php index fc50a94cce3..7fde52f2723 100644 --- a/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of conversations in this group. This API is supported in the following national cloud deployments. + * Retrieve the list of conversations in this group. This API is available in the following national cloud deployments. */ class ConversationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php index b0eebbeabf1..437fd4b3102 100644 --- a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. * @param ConversationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ConversationItemRequestBuilderDeleteRequestConfiguration } /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. * @param ConversationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ConversationItemRequestBuilderGetRequestConfiguration $requ } /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. * @param ConversationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?ConversationItemRequestBuilderDelete } /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. * @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 fd5404b6157..7f1ca986e69 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; /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. */ class ConversationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.php index a9c1bf913bf..76f033ad282 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|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/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 092c2a1b5a3..ad15d4502c5 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 00bbda33f5b..8c063e269d2 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 11efb77eb0e..9fa29c5a621 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|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/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.php index e4f112778d2..05db261c503 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|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/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index c5a856d5505..16b822fb8d4 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 8125d76a0b5..bd3f68b482a 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?ExtensionItemRequestBuilderGetRequestConfiguration $request } /** - * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is supported in the following national cloud deployments. + * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?ExtensionItemRequestBuilderGetRequestCo } /** - * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is supported in the following national cloud deployments. + * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionItemRequestBuilderPatchRequestConfiguration|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/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 20873d2f9fc..d2693f7b8ed 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.php index 6ec3f5ecb81..0f2c7a2851f 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); 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 0ca4cece0b2..622af36ecbb 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is supported in the following national cloud deployments. + * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is supported in the following national cloud deployments. + * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|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/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.php index 7751f477828..66efc70ad93 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|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/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 33df379bc0c..4e77510d608 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index f6273bdcb74..b2d7589138b 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 cd3e294e9ce..6e12fdc605e 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|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/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.php index e903b9e88d1..ff88f9a8582 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|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/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index fe2611c5d98..215fbbef7dd 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.php index 86b1157afe2..f52c7138943 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?ExtensionItemRequestBuilderGetRequestConfiguration $request } /** - * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is supported in the following national cloud deployments. + * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?ExtensionItemRequestBuilderGetRequestCo } /** - * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is supported in the following national cloud deployments. + * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionItemRequestBuilderPatchRequestConfiguration|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/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 354c20301de..008daf44db2 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.php index 02223b02101..cf43ca67fa8 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); 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 6f61dc9db6a..7f2db792bba 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is supported in the following national cloud deployments. + * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is supported in the following national cloud deployments. + * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|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/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.php index 0f52615b94f..a88f05d3be6 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), + 'Post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the post property value. The Post property + * Gets the Post property value. The Post property * @return Post|null */ public function getPost(): ?Post { @@ -84,29 +84,29 @@ public function getPost(): ?Post { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('post', $this->getPost()); + $writer->writeObjectValue('Post', $this->getPost()); $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. + * 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. + * 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 post property value. The Post property - * @param Post|null $value Value to set for the post property. + * Sets the Post property value. The Post property + * @param Post|null $value Value to set for the Post property. */ public function setPost(?Post $value): void { $this->getBackingStore()->set('post', $value); diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.php index 7357662494b..f799c17aa24 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 Find more info here */ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -51,7 +51,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @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/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.php index 1c7a53b5c6d..9a008187546 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), + 'Post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the post property value. The Post property + * Gets the Post property value. The Post property * @return Post|null */ public function getPost(): ?Post { @@ -84,29 +84,29 @@ public function getPost(): ?Post { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('post', $this->getPost()); + $writer->writeObjectValue('Post', $this->getPost()); $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. + * 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. + * 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 post property value. The Post property - * @param Post|null $value Value to set for the post property. + * Sets the Post property value. The Post property + * @param Post|null $value Value to set for the Post property. */ public function setPost(?Post $value): void { $this->getBackingStore()->set('post', $value); diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.php index 01857f04182..cc168a7b04c 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 Find more info here */ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -51,7 +51,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @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/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.php index 711bd6eee2e..379e8576c83 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.php @@ -52,10 +52,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. This API is supported in the following national cloud deployments. + * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. This API is available in the following national cloud deployments. * @param PostsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0 Find more info here */ public function get(?PostsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -71,7 +71,7 @@ public function get(?PostsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. This API is supported in the following national cloud deployments. + * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. This API is available in the following national cloud deployments. * @param PostsRequestBuilderGetRequestConfiguration|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/Threads/Item/Posts/PostsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilderGetQueryParameters.php index c8633c15153..171f7df4a1b 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. This API is supported in the following national cloud deployments. + * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. This API is available in the following national cloud deployments. */ class PostsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyPostRequestBody.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyPostRequestBody.php index 038adae3666..81f6279dd00 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyPostRequestBody.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), + 'Post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the post property value. The Post property + * Gets the Post property value. The Post property * @return Post|null */ public function getPost(): ?Post { @@ -84,29 +84,29 @@ public function getPost(): ?Post { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('post', $this->getPost()); + $writer->writeObjectValue('Post', $this->getPost()); $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. + * 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. + * 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 post property value. The Post property - * @param Post|null $value Value to set for the post property. + * Sets the Post property value. The Post property + * @param Post|null $value Value to set for the Post property. */ public function setPost(?Post $value): void { $this->getBackingStore()->set('post', $value); 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 d499851be9f..f09b45457a3 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation in the request, or, you can specify just the thread without the parent conversation. This API is supported in the following national cloud deployments. + * Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation in the request, or, you can specify just the thread without the parent conversation. This API is available in the following national cloud deployments. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation in the request, or, you can specify just the thread without the parent conversation. This API is supported in the following national cloud deployments. + * Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation in the request, or, you can specify just the thread without the parent conversation. This API is available in the following national cloud deployments. * @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/Conversations/Item/Threads/ThreadsRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.php index db00ecee426..96c0f091832 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the threads in a group conversation. Note: You can also get all the threads of a group. This API is supported in the following national cloud deployments. + * Get all the threads in a group conversation. Note: You can also get all the threads of a group. This API is available in the following national cloud deployments. * @param ThreadsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ThreadsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post to that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread. This API is supported in the following national cloud deployments. + * Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post to that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread. This API is available in the following national cloud deployments. * @param ConversationThread $body The request body * @param ThreadsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ConversationThread $body, ?ThreadsRequestBuilderPostRequest } /** - * Get all the threads in a group conversation. Note: You can also get all the threads of a group. This API is supported in the following national cloud deployments. + * Get all the threads in a group conversation. Note: You can also get all the threads of a group. This API is available in the following national cloud deployments. * @param ThreadsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ThreadsRequestBuilderGetRequestConfigur } /** - * Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post to that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread. This API is supported in the following national cloud deployments. + * Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post to that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread. This API is available in the following national cloud deployments. * @param ConversationThread $body The request body * @param ThreadsRequestBuilderPostRequestConfiguration|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/Threads/ThreadsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilderGetQueryParameters.php index 72b0bcd9a40..557d1585f1f 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the threads in a group conversation. Note: You can also get all the threads of a group. This API is supported in the following national cloud deployments. + * Get all the threads in a group conversation. Note: You can also get all the threads of a group. This API is available in the following national cloud deployments. */ class ThreadsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.php index facfdfcdaec..1cd59dfef19 100644 --- a/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php index 0e7d9efd3a6..f3146b52285 100644 --- a/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/EventsRequestBuilder.php b/src/Generated/Groups/Item/Events/EventsRequestBuilder.php index fa17fc90b6b..bf89497b35d 100644 --- a/src/Generated/Groups/Item/Events/EventsRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/EventsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of event objects. This API is supported in the following national cloud deployments. + * Retrieve a list of event objects. This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?EventsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Use this API to create a new event. This API is supported in the following national cloud deployments. + * Use this API to create a new event. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Event $body, ?EventsRequestBuilderPostRequestConfiguration } /** - * Retrieve a list of event objects. This API is supported in the following national cloud deployments. + * Retrieve a list of event objects. This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?EventsRequestBuilderGetRequestConfigura } /** - * Use this API to create a new event. This API is supported in the following national cloud deployments. + * Use this API to create a new event. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/EventsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Events/EventsRequestBuilderGetQueryParameters.php index 21fecb030bf..2d128495bd1 100644 --- a/src/Generated/Groups/Item/Events/EventsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Events/EventsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of event objects. This API is supported in the following national cloud deployments. + * Retrieve a list of event objects. This API is available in the following national cloud deployments. */ class EventsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Accept/AcceptPostRequestBody.php index f80e3272826..6f6210e8c5f 100644 --- a/src/Generated/Groups/Item/Events/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.php index 0480ead3863..8ebec807570 100644 --- a/src/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php index 3a90392c7ec..f138eb49bf9 100644 --- a/src/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index a00768cba47..6445bbef72f 100644 --- a/src/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 26b1efebca7..d303b72871d 100644 --- a/src/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 2e7e6bc05cf..e5ec7b99e73 100644 --- a/src/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 2c6f0d49a38..2a0e4089aec 100644 --- a/src/Generated/Groups/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Events/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Cancel/CancelPostRequestBody.php index 1371424fc6e..710a03f0570 100644 --- a/src/Generated/Groups/Item/Events/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.php index f203e2be706..d10f34d024c 100644 --- a/src/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Decline/DeclinePostRequestBody.php index 5d491c6ca9f..6124edd74bc 100644 --- a/src/Generated/Groups/Item/Events/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.php index d5164fa4242..d91d7172ebd 100644 --- a/src/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php index 4750acd92e1..de4ba330cac 100644 --- a/src/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Events/Item/EventItemRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/EventItemRequestBuilder.php index 5eeac1d75fa..760098ea8db 100644 --- a/src/Generated/Groups/Item/Events/Item/EventItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/EventItemRequestBuilder.php @@ -120,7 +120,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an event object. This API is supported in the following national cloud deployments. + * Delete an event object. This API is available in the following national cloud deployments. * @param EventItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0 Find more info here @@ -139,7 +139,7 @@ public function delete(?EventItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Get an event object. This API is supported in the following national cloud deployments. + * Get an event object. This API is available in the following national cloud deployments. * @param EventItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0 Find more info here @@ -177,7 +177,7 @@ public function patch(Event $body, ?EventItemRequestBuilderPatchRequestConfigura } /** - * Delete an event object. This API is supported in the following national cloud deployments. + * Delete an event object. This API is available in the following national cloud deployments. * @param EventItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -194,7 +194,7 @@ public function toDeleteRequestInformation(?EventItemRequestBuilderDeleteRequest } /** - * Get an event object. This API is supported in the following national cloud deployments. + * Get an event object. This API is available in the following national cloud deployments. * @param EventItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Events/Item/EventItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Events/Item/EventItemRequestBuilderGetQueryParameters.php index f874f92e9d6..5eac55fa20c 100644 --- a/src/Generated/Groups/Item/Events/Item/EventItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Events/Item/EventItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an event object. This API is supported in the following national cloud deployments. + * Get an event object. This API is available in the following national cloud deployments. */ class EventItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php index 7864021a435..b9dd60051a8 100644 --- a/src/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 245a30dccc0..ee50811ed71 100644 --- a/src/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 7a7810a6f7a..e288bf3cded 100644 --- a/src/Generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index f97991fb74c..05e51700aa1 100644 --- a/src/Generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Forward/ForwardPostRequestBody.php index f139c3d006b..2b32e9195a8 100644 --- a/src/Generated/Groups/Item/Events/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.php index 437c6939888..d45f481a7ba 100644 --- a/src/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation 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 c61d97f88be..1e966bfc987 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index 20219f2a2d6..39f3118f660 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php index fa9d999cc7c..1f7efd8fedb 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php index 3d771afd240..bf0e916e3ca 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index cb014f4f9e7..e7317eed2a4 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index e7ecf1b31e9..f2f9d977387 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 2456dd570ba..22bff5d1d61 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 4de007e6ead..a7f98bd72a2 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index e98636ecf4f..c8bb1ef403c 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php index 837907862d8..04e570f2272 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php index f0e8a99243d..c8618312a4c 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php index 63af3c037fd..654be621c8a 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php index 807394863ec..992269b6313 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index b09bbd6429d..ff19ec4c54e 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index c6581fd6b6a..d1268742b83 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 533ab7701dc..6262f0b034e 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index a234a719324..92fda93af09 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 10543dcfa87..e805975207a 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php index 9c74ca1c448..da48b1ae96e 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php index 2162a2dd689..deaeeab7d05 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 872a17abcf8..72005157bba 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index cc4e4b783c3..38556fbc128 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 0eada44c8fa..54650b1f407 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 44a25d3266c..e0e467fd370 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 6f284c82125..45ee451aa5f 100644 --- a/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index c8869ebae71..fa209aa23fc 100644 --- a/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 14733ffd502..4f98035ae4d 100644 --- a/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 99664da7b1e..1def3283895 100644 --- a/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index c7b8eb8ee43..ec9b9b267d8 100644 --- a/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 64ce0fecf45..5bf98df25e1 100644 --- a/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index 71184c01e51..674dd0c05fe 100644 --- a/src/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index 1dbc9891588..fb901144e65 100644 --- a/src/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/GroupItemRequestBuilder.php b/src/Generated/Groups/Item/GroupItemRequestBuilder.php index 171c3346bed..4295934ee75 100644 --- a/src/Generated/Groups/Item/GroupItemRequestBuilder.php +++ b/src/Generated/Groups/Item/GroupItemRequestBuilder.php @@ -376,7 +376,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems. This API is supported in the following national cloud deployments. + * Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0 Find more info here @@ -395,7 +395,7 @@ public function delete(?GroupItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0 Find more info here @@ -414,11 +414,11 @@ public function get(?GroupItemRequestBuilderGetRequestConfiguration $requestConf } /** - * Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. This API is supported in the following national cloud deployments. + * Update the properties of a group object. This API is available in the following national cloud deployments. * @param Group $body The request body * @param GroupItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/group-update?view=graph-rest-1.0 Find more info here */ public function patch(Group $body, ?GroupItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -434,7 +434,7 @@ public function patch(Group $body, ?GroupItemRequestBuilderPatchRequestConfigura } /** - * Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems. This API is supported in the following national cloud deployments. + * Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -451,7 +451,7 @@ public function toDeleteRequestInformation(?GroupItemRequestBuilderDeleteRequest } /** - * Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -472,7 +472,7 @@ public function toGetRequestInformation(?GroupItemRequestBuilderGetRequestConfig } /** - * Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. This API is supported in the following national cloud deployments. + * Update the properties of a group object. This API is available in the following national cloud deployments. * @param Group $body The request body * @param GroupItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php index 8d322517355..71f940cdad2 100644 --- a/src/Generated/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. This API is available in the following national cloud deployments. */ class GroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.php b/src/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.php index 825941e799e..708e63aa027 100644 --- a/src/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.php +++ b/src/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is supported in the following national cloud deployments. + * Retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is available in the following national cloud deployments. * @param GroupLifecyclePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(GroupLifecyclePolicy $body, ?GroupLifecyclePoliciesRequestB } /** - * Retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is supported in the following national cloud deployments. + * Retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is available in the following national cloud deployments. * @param GroupLifecyclePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilderGetQueryParameters.php index 67e93741eea..0de362ebc22 100644 --- a/src/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is supported in the following national cloud deployments. + * Retrieves a list of groupLifecyclePolicy objects to which a group belongs. This API is available in the following national cloud deployments. */ class GroupLifecyclePoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.php b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.php index 569dbef38a7..5a60776863d 100644 --- a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.php +++ b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddGr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.php b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.php index 29fa59d232c..035340a10ac 100644 --- a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.php +++ b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddGr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.php b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.php index de16a57a928..34751310545 100644 --- a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. This API is supported in the following national cloud deployments. + * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. This API is available in the following national cloud deployments. * @param AddGroupPostRequestBody $body The request body * @param AddGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddGroupPostRequestBody $body, ?AddGroupRequestBuilderPostR } /** - * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. This API is supported in the following national cloud deployments. + * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. This API is available in the following national cloud deployments. * @param AddGroupPostRequestBody $body The request body * @param AddGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.php b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.php index 24715753c2d..cf2047f214d 100644 --- a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.php +++ b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.php b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.php index 9cb7cc5b8c4..7ef4f639c4a 100644 --- a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.php +++ b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.php b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.php index dd318c5f6fb..ef77c96d611 100644 --- a/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes a group from a lifecycle policy. This API is supported in the following national cloud deployments. + * Removes a group from a lifecycle policy. This API is available in the following national cloud deployments. * @param RemoveGroupPostRequestBody $body The request body * @param RemoveGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(RemoveGroupPostRequestBody $body, ?RemoveGroupRequestBuilde } /** - * Removes a group from a lifecycle policy. This API is supported in the following national cloud deployments. + * Removes a group from a lifecycle policy. This API is available in the following national cloud deployments. * @param RemoveGroupPostRequestBody $body The request body * @param RemoveGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Members/Item/Ref/RefRequestBuilder.php b/src/Generated/Groups/Item/Members/Item/Ref/RefRequestBuilder.php index 6f5b34ccc1d..075837fee58 100644 --- a/src/Generated/Groups/Item/Members/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Groups/Item/Members/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. This API is supported in the following national cloud deployments. + * Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. This API is supported in the following national cloud deployments. + * Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Groups/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 734de37f125..81de1755f40 100644 --- a/src/Generated/Groups/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Groups/Item/Members/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. This API is supported in the following national cloud deployments. + * Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Groups/Item/Members/Ref/RefRequestBuilder.php b/src/Generated/Groups/Item/Members/Ref/RefRequestBuilder.php index 31ed9a9f8b2..c7c6da319d6 100644 --- a/src/Generated/Groups/Item/Members/Ref/RefRequestBuilder.php +++ b/src/Generated/Groups/Item/Members/Ref/RefRequestBuilder.php @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. This API is supported in the following national cloud deployments. + * Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. This API is supported in the following national cloud deployments. + * Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php index f9a06a261cb..52381f772c8 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetNo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php index 17d7c849982..29de7111d47 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is available in the following national cloud deployments. * @param GetNotebookFromWebUrlPostRequestBody $body The request body * @param GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(GetNotebookFromWebUrlPostRequestBody $body, ?GetNotebookFro } /** - * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is available in the following national cloud deployments. * @param GetNotebookFromWebUrlPostRequestBody $body The request body * @param GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php index 683fb72f746..625c4c340fa 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyN } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 aeb695669c3..289fbdc801d 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyNotebookPostRequestBody $body The request body * @param CopyNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyNotebookPostRequestBody $body, ?CopyNotebookRequestBuil } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyNotebookPostRequestBody $body The request body * @param CopyNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php index 192ba3e07b5..0e0ba5eb481 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php @@ -74,7 +74,7 @@ public function delete(?NotebookItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. * @param NotebookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 Find more info here @@ -129,7 +129,7 @@ public function toDeleteRequestInformation(?NotebookItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. * @param NotebookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php index 419381ce33c..0a9262a2bb2 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. */ class NotebookItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php index ea8a5c9b815..2925aa94b85 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index 41a2939bdcf..85bc1856971 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index f1a3e2d9504..cd08753fbcc 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 7ea87277b57..aa5db455854 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index 9f265cde888..f067e531dc2 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 6c3c2cf4f3b..f6d4c610991 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index bb2513e3910..85960fe4bfd 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 e0478696623..ed25a531dec 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 4ef44efb92d..6e7665a69da 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php index 7768c152a01..1c21ca06350 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index 96b033954d7..6be9c099250 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php index d79648a0d23..6da6ed285ab 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index 54f541876b4..58ee13c8017 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php index aae59f71313..5e6cb42b119 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Create a new section group in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new section group in the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroup $body The request body * @param SectionGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SectionGroup $body, ?SectionGroupsRequestBuilderPostRequest } /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionGroupsRequestBuilderGetRequestCo } /** - * Create a new section group in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new section group in the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroup $body The request body * @param SectionGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index 9be8e4e2edb..605ea53ce0d 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index 0911509a5f1..09b2caca5eb 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 dbad8458425..73da90db11e 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index ac6493f088b..63071780b19 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 de59c22511b..92384d4e5f7 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index fefcea7133d..b1d621d1209 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 613a1f08faa..87f72bc0dd4 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 5c11932e8fc..9a34fac3bd2 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php index 095eeffae2d..d2ff2f7c33a 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index c929d0aaea5..e45b803db1a 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php index a13cdedceb8..0189e545b43 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index 923d2668cb4..dc8ba32a0d0 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.php index f89ef72f187..5e2bb8af4f7 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.php @@ -62,7 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. * @param NotebooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function getRecentNotebooksWithIncludePersonalNotebooks(bool $includePers } /** - * Create a new OneNote notebook. This API is supported in the following national cloud deployments. + * Create a new OneNote notebook. This API is available in the following national cloud deployments. * @param Notebook $body The request body * @param NotebooksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -110,7 +110,7 @@ public function post(Notebook $body, ?NotebooksRequestBuilderPostRequestConfigur } /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. * @param NotebooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toGetRequestInformation(?NotebooksRequestBuilderGetRequestConfig } /** - * Create a new OneNote notebook. This API is supported in the following national cloud deployments. + * Create a new OneNote notebook. This API is available in the following national cloud deployments. * @param Notebook $body The request body * @param NotebooksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php index 0c0e27451d4..727680d564d 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. */ class NotebooksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php index 4ad275b09fa..68e72830d75 100644 --- a/src/Generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?OnenoteOperationItemRequestBuilderDeleteRequestConfigura } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OnenoteOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?OnenoteOperationItemRequestBuilderDe } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OnenoteOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php index 95733a7de02..e02ac30f5c0 100644 --- a/src/Generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. */ class OnenoteOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.php index 02d2bc80102..a539b890a86 100644 --- a/src/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(OnenoteOperation $body, ?OperationsRequestBuilderPostReques } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php index 33bcdbff918..ee5e57c0b8a 100644 --- a/src/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index eb15fec9f53..be79c7e4543 100644 --- a/src/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 605408bca5d..ceae02fccae 100644 --- a/src/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php index 32c002314d7..501355c0216 100644 --- a/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php @@ -80,7 +80,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a OneNote page. This API is supported in the following national cloud deployments. + * Delete a OneNote page. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function delete(?OnenotePageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function patch(OnenotePage $body, ?OnenotePageItemRequestBuilderPatchRequ } /** - * Delete a OneNote page. This API is supported in the following national cloud deployments. + * Delete a OneNote page. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?OnenotePageItemRequestBuilderDeleteR } /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php index b9f4fe35557..b40ed98b152 100644 --- a/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. */ class OnenotePageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 167075d733c..b56ab97895b 100644 --- a/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.php index 6bbddfb3c33..74a653be6e9 100644 --- a/src/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is supported in the following national cloud deployments. + * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is supported in the following national cloud deployments. + * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php index 8ede57a5e16..1e050c62b59 100644 --- a/src/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php index eea6852ea9c..d432787d862 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?SectionGroupItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. * @param SectionGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function toDeleteRequestInformation(?SectionGroupItemRequestBuilderDelete } /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. * @param SectionGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php index a45a10eb92e..18f3383bfd8 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. */ class SectionGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php index a420934c0c6..e038b011d97 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index c5dd3693877..4cac9e16ffd 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index 82380da917b..d4141425081 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 2c5a33d1369..ea27c5438cc 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index 4f3d44cc5ec..c7a01eb4b2f 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 7441ea91680..b16e81cacd2 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index d4ac356ee7d..93e8aac5938 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 e24b1eded44..2b9bc8510fc 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index db378b3ffc2..df4992c61db 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php index cebf2d00600..7d671064b5d 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index f8a59dbe311..8306b1138f7 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php index a0a16f3e101..82257aeb5b5 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index c471b7efd62..96a563b43b7 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php index 389b7a7bb13..739565b8fa5 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SectionGroup $body, ?SectionGroupsRequestBuilderPostRequest } /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index 7158d88f78c..911e798e156 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index cba6718ad36..21043cb8a56 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 266076ea979..08d0754420c 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index 22ebbf51e9f..08bf85b270f 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 f0e1ac987f4..367cd7269ac 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php index cbacaf919ab..d4dcac139e1 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?OnenoteSectionItemRequestBuilderDeleteRequestConfigurati } /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. * @param OnenoteSectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?OnenoteSectionItemRequestBuilderDele } /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. * @param OnenoteSectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php index 7cfe9b984e5..32bae1570b4 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. */ class OnenoteSectionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 44602976508..438050190df 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 3ea45289581..3e8849503d2 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index d295c0f15bb..f1fbaa1426f 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php index d1276765156..afeddf711a8 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index 2e07da1f230..ce750d5fd5f 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.php index 7954229a61d..329f253adaa 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php index 6246e1d6d34..ae2731bf4f2 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Owners/Item/Ref/RefRequestBuilder.php b/src/Generated/Groups/Item/Owners/Item/Ref/RefRequestBuilder.php index 31a5ac8681d..c17e3e915b3 100644 --- a/src/Generated/Groups/Item/Owners/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Groups/Item/Owners/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed. This API is supported in the following national cloud deployments. + * Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed. This API is supported in the following national cloud deployments. + * Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Groups/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 09dfdce80ff..7be316f40c6 100644 --- a/src/Generated/Groups/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Groups/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed. This API is supported in the following national cloud deployments. + * Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Groups/Item/Owners/Ref/RefRequestBuilder.php b/src/Generated/Groups/Item/Owners/Ref/RefRequestBuilder.php index 6ad318f9a10..9fa16513f0c 100644 --- a/src/Generated/Groups/Item/Owners/Ref/RefRequestBuilder.php +++ b/src/Generated/Groups/Item/Owners/Ref/RefRequestBuilder.php @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add a user or service principal to a Microsoft 365 or security group's owners. The owners are a set of users or service principals who are allowed to modify the group object. This API is supported in the following national cloud deployments. + * Add a user or service principal to a Microsoft 365 or security group's owners. The owners are a set of users or service principals who are allowed to modify the group object. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add a user or service principal to a Microsoft 365 or security group's owners. The owners are a set of users or service principals who are allowed to modify the group object. This API is supported in the following national cloud deployments. + * Add a user or service principal to a Microsoft 365 or security group's owners. The owners are a set of users or service principals who are allowed to modify the group object. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaGetResponse.php b/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaGetResponse.php deleted file mode 100644 index dbffb8096eb..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaGetResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaRequestBuilder.php deleted file mode 100644 index c7dd62d14df..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toGetRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DeltaGetResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toGetRequestInformation(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::GET; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - if ($requestConfiguration->queryParameters !== null) { - $requestInfo->setQueryParameters($requestConfiguration->queryParameters); - } - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return DeltaRequestBuilder - */ - public function withUrl(string $rawUrl): DeltaRequestBuilder { - return new DeltaRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php deleted file mode 100644 index 0a94ab9e9e6..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php +++ /dev/null @@ -1,74 +0,0 @@ -|null $orderby Order items by property values - */ - public ?array $orderby = null; - - /** - * @QueryParameter("%24search") - * @var string|null $search Search items by search phrases - */ - public ?string $search = null; - - /** - * @QueryParameter("%24select") - * @var array|null $select Select properties to be returned - */ - public ?array $select = null; - - /** - * @QueryParameter("%24skip") - * @var int|null $skip Skip the first n items - */ - public ?int $skip = null; - - /** - * @QueryParameter("%24top") - * @var int|null $top Show only the first n items - */ - public ?int $top = null; - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters and sets the default values. - * @param bool|null $count Include count of items - * @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, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { - $this->count = $count; - $this->filter = $filter; - $this->orderby = $orderby; - $this->search = $search; - $this->select = $select; - $this->skip = $skip; - $this->top = $top; - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php deleted file mode 100644 index 424b0eb1918..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php +++ /dev/null @@ -1,44 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - * @param DeltaRequestBuilderGetQueryParameters|null $queryParameters Request query parameters - */ - public function __construct(?array $headers = null, ?array $options = null, ?DeltaRequestBuilderGetQueryParameters $queryParameters = null) { - parent::__construct($headers ?? [], $options ?? []); - $this->queryParameters = $queryParameters; - } - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters. - * @param bool|null $count Include count of items - * @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 DeltaRequestBuilderGetQueryParameters - */ - public static function createQueryParameters(?bool $count = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DeltaRequestBuilderGetQueryParameters { - return new DeltaRequestBuilderGetQueryParameters($count, $filter, $orderby, $search, $select, $skip, $top); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php deleted file mode 100644 index 7e8ad4949a8..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetAvailableExtensionPropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAvailableExtensionPropertiesPostRequestBody { - return new GetAvailableExtensionPropertiesPostRequestBody(); - } - - /** - * 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 [ - 'isSyncedFromOnPremises' => fn(ParseNode $n) => $o->setIsSyncedFromOnPremises($n->getBooleanValue()), - ]; - } - - /** - * Gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @return bool|null - */ - public function getIsSyncedFromOnPremises(): ?bool { - $val = $this->getBackingStore()->get('isSyncedFromOnPremises'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'isSyncedFromOnPremises'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('isSyncedFromOnPremises', $this->getIsSyncedFromOnPremises()); - $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 isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @param bool|null $value Value to set for the isSyncedFromOnPremises property. - */ - public function setIsSyncedFromOnPremises(?bool $value): void { - $this->getBackingStore()->set('isSyncedFromOnPremises', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php b/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php deleted file mode 100644 index 177e924192b..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([ExtensionProperty::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, ExtensionProperty::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php deleted file mode 100644 index 7c4a5d5d2db..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/permissionGrants/getAvailableExtensionProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 Find more info here - */ - public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetAvailableExtensionPropertiesPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetAvailableExtensionPropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index f03283f6863..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php deleted file mode 100644 index 7a4d9170767..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php +++ /dev/null @@ -1,155 +0,0 @@ -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 GetByIdsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetByIdsPostRequestBody { - return new GetByIdsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - 'types' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setTypes($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Gets the types property value. The types property - * @return array|null - */ - public function getTypes(): ?array { - $val = $this->getBackingStore()->get('types'); - 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 'types'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $writer->writeCollectionOfPrimitiveValues('types', $this->getTypes()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - - /** - * Sets the types property value. The types property - * @param array|null $value Value to set for the types property. - */ - public function setTypes(?array $value): void { - $this->getBackingStore()->set('types', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php b/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php deleted file mode 100644 index df2be05c7cb..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php deleted file mode 100644 index 7897525132e..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/permissionGrants/getByIds'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 Find more info here - */ - public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetByIdsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetByIdsRequestBuilder - */ - public function withUrl(string $rawUrl): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 75056c96df5..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php deleted file mode 100644 index 4a738f60d6e..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ /dev/null @@ -1,124 +0,0 @@ -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 CheckMemberGroupsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): CheckMemberGroupsPostRequestBody { - return new CheckMemberGroupsPostRequestBody(); - } - - /** - * 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 [ - 'groupIds' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setGroupIds($val); - }, - ]; - } - - /** - * Gets the groupIds property value. The groupIds property - * @return array|null - */ - public function getGroupIds(): ?array { - $val = $this->getBackingStore()->get('groupIds'); - 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 'groupIds'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('groupIds', $this->getGroupIds()); - $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 groupIds property value. The groupIds property - * @param array|null $value Value to set for the groupIds property. - */ - public function setGroupIds(?array $value): void { - $this->getBackingStore()->set('groupIds', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php b/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php deleted file mode 100644 index 14463524b25..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php deleted file mode 100644 index 27796b2b68d..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. - * @param CheckMemberGroupsPostRequestBody $body The request body - * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 Find more info here - */ - public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [CheckMemberGroupsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. - * @param CheckMemberGroupsPostRequestBody $body The request body - * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return CheckMemberGroupsRequestBuilder - */ - public function withUrl(string $rawUrl): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index a50242852fd..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php deleted file mode 100644 index 973feb79948..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ /dev/null @@ -1,124 +0,0 @@ -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 CheckMemberObjectsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): CheckMemberObjectsPostRequestBody { - return new CheckMemberObjectsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php b/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php deleted file mode 100644 index f443a510706..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php deleted file mode 100644 index c36bd0a9033..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke action checkMemberObjects - * @param CheckMemberObjectsPostRequestBody $body The request body - * @param CheckMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function post(CheckMemberObjectsPostRequestBody $body, ?CheckMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [CheckMemberObjectsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke action checkMemberObjects - * @param CheckMemberObjectsPostRequestBody $body The request body - * @param CheckMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(CheckMemberObjectsPostRequestBody $body, ?CheckMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return CheckMemberObjectsRequestBuilder - */ - public function withUrl(string $rawUrl): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index fd290c13edb..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php deleted file mode 100644 index c660e9cc6ef..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetMemberGroupsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMemberGroupsPostRequestBody { - return new GetMemberGroupsPostRequestBody(); - } - - /** - * 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 [ - 'securityEnabledOnly' => fn(ParseNode $n) => $o->setSecurityEnabledOnly($n->getBooleanValue()), - ]; - } - - /** - * Gets the securityEnabledOnly property value. The securityEnabledOnly property - * @return bool|null - */ - public function getSecurityEnabledOnly(): ?bool { - $val = $this->getBackingStore()->get('securityEnabledOnly'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityEnabledOnly'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('securityEnabledOnly', $this->getSecurityEnabledOnly()); - $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 securityEnabledOnly property value. The securityEnabledOnly property - * @param bool|null $value Value to set for the securityEnabledOnly property. - */ - public function setSecurityEnabledOnly(?bool $value): void { - $this->getBackingStore()->set('securityEnabledOnly', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php b/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php deleted file mode 100644 index 5a2d7ef9cad..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php deleted file mode 100644 index 6a59c64a01d..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. - * @param GetMemberGroupsPostRequestBody $body The request body - * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 Find more info here - */ - public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetMemberGroupsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. - * @param GetMemberGroupsPostRequestBody $body The request body - * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetMemberGroupsRequestBuilder - */ - public function withUrl(string $rawUrl): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index dfe97bad779..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php deleted file mode 100644 index 22a8f007816..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetMemberObjectsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMemberObjectsPostRequestBody { - return new GetMemberObjectsPostRequestBody(); - } - - /** - * 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 [ - 'securityEnabledOnly' => fn(ParseNode $n) => $o->setSecurityEnabledOnly($n->getBooleanValue()), - ]; - } - - /** - * Gets the securityEnabledOnly property value. The securityEnabledOnly property - * @return bool|null - */ - public function getSecurityEnabledOnly(): ?bool { - $val = $this->getBackingStore()->get('securityEnabledOnly'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityEnabledOnly'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('securityEnabledOnly', $this->getSecurityEnabledOnly()); - $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 securityEnabledOnly property value. The securityEnabledOnly property - * @param bool|null $value Value to set for the securityEnabledOnly property. - */ - public function setSecurityEnabledOnly(?bool $value): void { - $this->getBackingStore()->set('securityEnabledOnly', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php b/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php deleted file mode 100644 index d243fc25eb0..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php deleted file mode 100644 index d25cd2acce8..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. - * @param GetMemberObjectsPostRequestBody $body The request body - * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 Find more info here - */ - public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetMemberObjectsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. - * @param GetMemberObjectsPostRequestBody $body The request body - * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetMemberObjectsRequestBuilder - */ - public function withUrl(string $rawUrl): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 40a0f9d8e16..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php index 4b5b5ed2958..abda929db35 100644 --- a/src/Generated/Groups/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php +++ b/src/Generated/Groups/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php @@ -5,11 +5,6 @@ use Exception; use Http\Promise\Promise; use Http\Promise\RejectedPromise; -use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\Item\CheckMemberGroups\CheckMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\Item\CheckMemberObjects\CheckMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\Item\GetMemberGroups\GetMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\Item\GetMemberObjects\GetMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\Item\Restore\RestoreRequestBuilder; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; @@ -22,41 +17,6 @@ */ class ResourceSpecificPermissionGrantItemRequestBuilder extends BaseRequestBuilder { - /** - * Provides operations to call the checkMemberGroups method. - */ - public function checkMemberGroups(): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the checkMemberObjects method. - */ - public function checkMemberObjects(): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberGroups method. - */ - public function getMemberGroups(): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberObjects method. - */ - public function getMemberObjects(): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the restore method. - */ - public function restore(): RestoreRequestBuilder { - return new RestoreRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. * @param array|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php deleted file mode 100644 index 42d0f49d7af..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php +++ /dev/null @@ -1,80 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. - * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here - */ - public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DirectoryObject::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. - * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return RestoreRequestBuilder - */ - public function withUrl(string $rawUrl): RestoreRequestBuilder { - return new RestoreRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index ac2f73aa50a..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.php index e3794faabf3..7424929edd6 100644 --- a/src/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.php +++ b/src/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.php @@ -6,11 +6,7 @@ use Http\Promise\Promise; use Http\Promise\RejectedPromise; use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\Count\CountRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\Delta\DeltaRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\GetAvailableExtensionProperties\GetAvailableExtensionPropertiesRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\GetByIds\GetByIdsRequestBuilder; use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\Item\ResourceSpecificPermissionGrantItemRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\PermissionGrants\ValidateProperties\ValidatePropertiesRequestBuilder; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrantCollectionResponse; @@ -31,34 +27,6 @@ public function count(): CountRequestBuilder { return new CountRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the delta method. - */ - public function delta(): DeltaRequestBuilder { - return new DeltaRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getAvailableExtensionProperties method. - */ - public function getAvailableExtensionProperties(): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getByIds method. - */ - public function getByIds(): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the validateProperties method. - */ - public function validateProperties(): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Provides operations to manage the permissionGrants property of the microsoft.graph.group entity. * @param string $resourceSpecificPermissionGrantId The unique identifier of resourceSpecificPermissionGrant @@ -85,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all resource-specific permission grants on the group. This list specifies the Azure AD apps that have access to the group, along with the corresponding kind of resource-specific access that each app has. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the group. This list specifies the Azure AD apps that have access to the group, along with the corresponding kind of resource-specific access that each app has. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0 Find more info here @@ -123,7 +91,7 @@ public function post(ResourceSpecificPermissionGrant $body, ?PermissionGrantsReq } /** - * List all resource-specific permission grants on the group. This list specifies the Azure AD apps that have access to the group, along with the corresponding kind of resource-specific access that each app has. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the group. This list specifies the Azure AD apps that have access to the group, along with the corresponding kind of resource-specific access that each app has. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php index 1cd02aaae6f..1a45bf435bf 100644 --- a/src/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all resource-specific permission grants on the group. This list specifies the Azure AD apps that have access to the group, along with the corresponding kind of resource-specific access that each app has. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the group. This list specifies the Azure AD apps that have access to the group, along with the corresponding kind of resource-specific access that each app has. This API is available in the following national cloud deployments. */ class PermissionGrantsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Groups/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php deleted file mode 100644 index c4274ccdf7b..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ /dev/null @@ -1,180 +0,0 @@ -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 ValidatePropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): ValidatePropertiesPostRequestBody { - return new ValidatePropertiesPostRequestBody(); - } - - /** - * 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 displayName property value. The displayName property - * @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 entityType property value. The entityType property - * @return string|null - */ - public function getEntityType(): ?string { - $val = $this->getBackingStore()->get('entityType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'entityType'"); - } - - /** - * The deserialization information for the current model - * @return array - */ - public function getFieldDeserializers(): array { - $o = $this; - return [ - 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), - 'entityType' => fn(ParseNode $n) => $o->setEntityType($n->getStringValue()), - 'mailNickname' => fn(ParseNode $n) => $o->setMailNickname($n->getStringValue()), - 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), - ]; - } - - /** - * Gets the mailNickname property value. The mailNickname property - * @return string|null - */ - public function getMailNickname(): ?string { - $val = $this->getBackingStore()->get('mailNickname'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'mailNickname'"); - } - - /** - * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @return string|null - */ - public function getOnBehalfOfUserId(): ?string { - $val = $this->getBackingStore()->get('onBehalfOfUserId'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('displayName', $this->getDisplayName()); - $writer->writeStringValue('entityType', $this->getEntityType()); - $writer->writeStringValue('mailNickname', $this->getMailNickname()); - $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); - $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 displayName property value. The displayName property - * @param string|null $value Value to set for the displayName property. - */ - public function setDisplayName(?string $value): void { - $this->getBackingStore()->set('displayName', $value); - } - - /** - * Sets the entityType property value. The entityType property - * @param string|null $value Value to set for the entityType property. - */ - public function setEntityType(?string $value): void { - $this->getBackingStore()->set('entityType', $value); - } - - /** - * Sets the mailNickname property value. The mailNickname property - * @param string|null $value Value to set for the mailNickname property. - */ - public function setMailNickname(?string $value): void { - $this->getBackingStore()->set('mailNickname', $value); - } - - /** - * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @param string|null $value Value to set for the onBehalfOfUserId property. - */ - public function setOnBehalfOfUserId(?string $value): void { - $this->getBackingStore()->set('onBehalfOfUserId', $value); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Groups/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php deleted file mode 100644 index 1684c82e44a..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/permissionGrants/validateProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 Find more info here - */ - public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendNoContentAsync($requestInfo, $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return ValidatePropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index affe0f6b341..00000000000 --- a/src/Generated/Groups/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/Photos/PhotosRequestBuilder.php b/src/Generated/Groups/Item/Photos/PhotosRequestBuilder.php index 0a047be4195..cff409db253 100644 --- a/src/Generated/Groups/Item/Photos/PhotosRequestBuilder.php +++ b/src/Generated/Groups/Item/Photos/PhotosRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of profilePhoto objects. This API is supported in the following national cloud deployments. + * Retrieve a list of profilePhoto objects. This API is available in the following national cloud deployments. * @param PhotosRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?PhotosRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Retrieve a list of profilePhoto objects. This API is supported in the following national cloud deployments. + * Retrieve a list of profilePhoto objects. This API is available in the following national cloud deployments. * @param PhotosRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Photos/PhotosRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Photos/PhotosRequestBuilderGetQueryParameters.php index 150d4b6c381..54389750876 100644 --- a/src/Generated/Groups/Item/Photos/PhotosRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Photos/PhotosRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of profilePhoto objects. This API is supported in the following national cloud deployments. + * Retrieve a list of profilePhoto objects. This API is available in the following national cloud deployments. */ class PhotosRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php index 4ab8f311891..fdace31d8d1 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments. * @param BucketsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerBucket $body, ?BucketsRequestBuilderPostRequestConfi } /** - * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments. * @param BucketsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php index f38aabeade1..65419c0e639 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments. */ class BucketsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php index 9a1c41c67e3..58fc3808831 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AssignedToTaskBoardFormatRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AssignedToTaskBoardFormatRequestBuil } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php index d1d9ec84698..5cb92436fd2 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class AssignedToTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php index efc2699f08a..c33fabc68fa 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BucketTaskBoardFormatRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?BucketTaskBoardFormatRequestBuilderD } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php index c8084b647b6..1456134cdbd 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class BucketTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php index eaefb9c632f..3f6e665159e 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php index 82509a395cf..e636c208401 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php index 1e2a3c3b54b..52d7bde5517 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ProgressTaskBoardFormatRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ProgressTaskBoardFormatRequestBuilde } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php index 6ded1c99515..b15a119fafb 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class ProgressTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php index efee758fd36..eea1c16359a 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerTask $body, ?TasksRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php index e628940e22a..c902f80df96 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.php index 6324df4b0c1..a667ae3d49d 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php index 10e4a4756a6..929b4879a40 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php index 3087295a7db..727a3bf7108 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AssignedToTaskBoardFormatRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AssignedToTaskBoardFormatRequestBuil } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php index cc6f7d05b7a..8507f37d984 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class AssignedToTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php index cf79bfb4b32..501f168b961 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BucketTaskBoardFormatRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?BucketTaskBoardFormatRequestBuilderD } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php index 280867a7294..86849cb163a 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class BucketTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php index 1a7a1f4a7e4..ef82be7477b 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php index e53be86c20b..39f9beb2a76 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php index 21dc6a17701..f2a9d7d7a51 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ProgressTaskBoardFormatRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ProgressTaskBoardFormatRequestBuilde } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php index 78069989744..d7cd764be8f 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class ProgressTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.php index 269ca7cfc02..53d411648ee 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerTask $body, ?TasksRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php index 56854b51dd0..25a17737207 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Planner/Plans/PlansRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/PlansRequestBuilder.php index a377ac1dc7c..67044e01254 100644 --- a/src/Generated/Groups/Item/Planner/Plans/PlansRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/PlansRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerPlan objects owned by a group object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerPlan objects owned by a group object. This API is available in the following national cloud deployments. * @param PlansRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerPlan $body, ?PlansRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannerPlan objects owned by a group object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerPlan objects owned by a group object. This API is available in the following national cloud deployments. * @param PlansRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Planner/Plans/PlansRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Planner/Plans/PlansRequestBuilderGetQueryParameters.php index c3e95c97f77..ae3623a9b0c 100644 --- a/src/Generated/Groups/Item/Planner/Plans/PlansRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Planner/Plans/PlansRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerPlan objects owned by a group object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerPlan objects owned by a group object. This API is available in the following national cloud deployments. */ class PlansRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.php b/src/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.php index 308edb206c6..35a3ead30fe 100644 --- a/src/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.php +++ b/src/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is supported in the following national cloud deployments. + * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Specify the user or group in @odata.id in the request body. Users in the rejected senders list can't post to conversations of the group (identified in the POST request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you'll get an error. This API is supported in the following national cloud deployments. + * Specify the user or group in @odata.id in the request body. Users in the rejected senders list can't post to conversations of the group (identified in the POST request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you'll get an error. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is supported in the following national cloud deployments. + * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Specify the user or group in @odata.id in the request body. Users in the rejected senders list can't post to conversations of the group (identified in the POST request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you'll get an error. This API is supported in the following national cloud deployments. + * Specify the user or group in @odata.id in the request body. Users in the rejected senders list can't post to conversations of the group (identified in the POST request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you'll get an error. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilderGetQueryParameters.php index baf0a8e31f9..232b08a8de0 100644 --- a/src/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is supported in the following national cloud deployments. + * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.php b/src/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.php index 8cb01b4c504..050197ec270 100644 --- a/src/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.php +++ b/src/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is supported in the following national cloud deployments. + * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is available in the following national cloud deployments. * @param RejectedSendersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?RejectedSendersRequestBuilderGetRequestConfiguration $reque } /** - * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is supported in the following national cloud deployments. + * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is available in the following national cloud deployments. * @param RejectedSendersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilderGetQueryParameters.php index 49f05154c7f..50e18f636d1 100644 --- a/src/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is supported in the following national cloud deployments. + * Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. This API is available in the following national cloud deployments. */ class RejectedSendersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.php b/src/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.php index f7f0c58faa5..2ac5f3f2c4a 100644 --- a/src/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.php +++ b/src/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove the group from the list of the current user's favorite groups. Supported for Microsoft 365 groups only. This API is supported in the following national cloud deployments. + * Remove the group from the list of the current user's favorite groups. Supported for Microsoft 365 groups only. This API is available in the following national cloud deployments. * @param RemoveFavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RemoveFavoriteRequestBuilderPostRequestConfiguration $requ } /** - * Remove the group from the list of the current user's favorite groups. Supported for Microsoft 365 groups only. This API is supported in the following national cloud deployments. + * Remove the group from the list of the current user's favorite groups. Supported for Microsoft 365 groups only. This API is available in the following national cloud deployments. * @param RemoveFavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Renew/RenewRequestBuilder.php b/src/Generated/Groups/Item/Renew/RenewRequestBuilder.php index 81501b7d3d1..a12079334bb 100644 --- a/src/Generated/Groups/Item/Renew/RenewRequestBuilder.php +++ b/src/Generated/Groups/Item/Renew/RenewRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Renews a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. This API is supported in the following national cloud deployments. + * Renews a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. This API is available in the following national cloud deployments. * @param RenewRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RenewRequestBuilderPostRequestConfiguration $requestConfig } /** - * Renews a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. This API is supported in the following national cloud deployments. + * Renews a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. This API is available in the following national cloud deployments. * @param RenewRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.php b/src/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.php index d93f7ca7d01..c71590e84cd 100644 --- a/src/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.php +++ b/src/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reset the unseenCount of all the posts that the current user hasn't seen since their last visit. Supported for Microsoft 365 groups only. This API is supported in the following national cloud deployments. + * Reset the unseenCount of all the posts that the current user hasn't seen since their last visit. Supported for Microsoft 365 groups only. This API is available in the following national cloud deployments. * @param ResetUnseenCountRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ResetUnseenCountRequestBuilderPostRequestConfiguration $re } /** - * Reset the unseenCount of all the posts that the current user hasn't seen since their last visit. Supported for Microsoft 365 groups only. This API is supported in the following national cloud deployments. + * Reset the unseenCount of all the posts that the current user hasn't seen since their last visit. Supported for Microsoft 365 groups only. This API is available in the following national cloud deployments. * @param ResetUnseenCountRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Groups/Item/Restore/RestoreRequestBuilder.php index 76d5e3bd149..705dc877e13 100644 --- a/src/Generated/Groups/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Groups/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilder.php b/src/Generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilder.php index 4b820a4612c..e5d0b4d6e06 100644 --- a/src/Generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?GroupSettingItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is available in the following national cloud deployments. * @param GroupSettingItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?GroupSettingItemRequestBuilderGetRequestConfiguration $requ } /** - * Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. This API is supported in the following national cloud deployments. + * Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. This API is available in the following national cloud deployments. * @param GroupSetting $body The request body * @param GroupSettingItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?GroupSettingItemRequestBuilderDelete } /** - * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is available in the following national cloud deployments. * @param GroupSettingItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?GroupSettingItemRequestBuilderGetReques } /** - * Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. This API is supported in the following national cloud deployments. + * Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. This API is available in the following national cloud deployments. * @param GroupSetting $body The request body * @param GroupSettingItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilderGetQueryParameters.php index e3fe1f37bb6..9f1a8e597e0 100644 --- a/src/Generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is supported in the following national cloud deployments. + * Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. This API is available in the following national cloud deployments. */ class GroupSettingItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Settings/SettingsRequestBuilder.php b/src/Generated/Groups/Item/Settings/SettingsRequestBuilder.php index 37f50339356..257d35a1ce2 100644 --- a/src/Generated/Groups/Item/Settings/SettingsRequestBuilder.php +++ b/src/Generated/Groups/Item/Settings/SettingsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SettingsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. This API is supported in the following national cloud deployments. + * Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. This API is available in the following national cloud deployments. * @param GroupSetting $body The request body * @param SettingsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(GroupSetting $body, ?SettingsRequestBuilderPostRequestConfi } /** - * Retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SettingsRequestBuilderGetRequestConfigu } /** - * Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. This API is supported in the following national cloud deployments. + * Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. This API is available in the following national cloud deployments. * @param GroupSetting $body The request body * @param SettingsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Settings/SettingsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Settings/SettingsRequestBuilderGetQueryParameters.php index f2d22b0e183..3403535f531 100644 --- a/src/Generated/Groups/Item/Settings/SettingsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Settings/SettingsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of tenant-level or group-specific group settings objects. This API is supported in the following national cloud deployments. + * Retrieve a list of tenant-level or group-specific group settings objects. This API is available in the following national cloud deployments. */ class SettingsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Add/AddPostRequestBody.php b/src/Generated/Groups/Item/Sites/Add/AddPostRequestBody.php index b7bfcb17ac2..9140074f82a 100644 --- a/src/Generated/Groups/Item/Sites/Add/AddPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.php index efdd98341d9..4c44af0da94 100644 --- a/src/Generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is supported in the following [national cloud deployments. + * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is available in the following [national cloud deployments. * @param AllTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?AllTimeRequestBuilderGetRequestConfiguration $requestConfig } /** - * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is supported in the following [national cloud deployments. + * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is available in the following [national cloud deployments. * @param AllTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php index 1e257596390..9a623f3b79a 100644 --- a/src/Generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is supported in the following [national cloud deployments. + * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is available in the following [national cloud deployments. */ class AllTimeRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.php index 5c03a8503a4..a93a54a2656 100644 --- a/src/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a column for a site][site] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a site][site] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Create a column for a site][site] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a site][site] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index 7e91ee603cc..cb669e33cc0 100644 --- a/src/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php index d241449bf91..27f758ff492 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 842d8d9e723..5019e8bd235 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyPostRequestBody $body, ?AddCopyRequestBuilderPostReq } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php index bf5aea2e899..dc3e7f0ccbc 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 8accccb75a2..ee274ee62b7 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyFromContentTypeHubPostRequestBody $body, ?AddCopyFro } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.php index 29de9438fd3..581d307e4c0 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.php @@ -77,7 +77,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0 Find more info here @@ -96,7 +96,7 @@ public function get(?ContentTypesRequestBuilderGetRequestConfiguration $requestC } /** - * Create a new contentType][] in a [site][]. This API is supported in the following [national cloud deployments. + * Create a new contentType][] in a [site][]. This API is available in the following [national cloud deployments. * @param ContentType $body The request body * @param ContentTypesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -116,7 +116,7 @@ public function post(ContentType $body, ?ContentTypesRequestBuilderPostRequestCo } /** - * Get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -137,7 +137,7 @@ public function toGetRequestInformation(?ContentTypesRequestBuilderGetRequestCon } /** - * Create a new contentType][] in a [site][]. This API is supported in the following [national cloud deployments. + * Create a new contentType][] in a [site][]. This API is available in the following [national cloud deployments. * @param ContentType $body The request body * @param ContentTypesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php index 39ad57ddc8b..95f78ae9e67 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments. */ class ContentTypesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php index fff3da26024..b211a574791 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assoc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 130af2c7299..44942f20e00 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AssociateWithHubSitesPostRequestBody $body, ?AssociateWithH } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php index a6c0dd0e626..7938e07a12d 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index 5d86b6dd4d0..37c49f5f04b 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php index f75dacac502..bd3885e40cd 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ColumnDefinitionItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ColumnDefinitionItemRequestBuilderGetRequestConfiguration $ } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(ColumnDefinition $body, ?ColumnDefinitionItemRequestBuilde } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?ColumnDefinitionItemRequestBuilderDe } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?ColumnDefinitionItemRequestBuilderGetRe } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php index 873e6690042..378268d164c 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. */ class ColumnDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.php index 494eedd2979..1b89328473c 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.php @@ -112,7 +112,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a content type][contentType] from a [list][] or a [site][]. This API is supported in the following [national cloud deployments. + * Remove a content type][contentType] from a [list][] or a [site][]. This API is available in the following [national cloud deployments. * @param ContentTypeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0 Find more info here @@ -131,7 +131,7 @@ public function delete(?ContentTypeItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypeItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0 Find more info here @@ -150,7 +150,7 @@ public function get(?ContentTypeItemRequestBuilderGetRequestConfiguration $reque } /** - * Update a content type][contentType]. This API is supported in the following [national cloud deployments. + * Update a content type][contentType]. This API is available in the following [national cloud deployments. * @param ContentType $body The request body * @param ContentTypeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -170,7 +170,7 @@ public function patch(ContentType $body, ?ContentTypeItemRequestBuilderPatchRequ } /** - * Remove a content type][contentType] from a [list][] or a [site][]. This API is supported in the following [national cloud deployments. + * Remove a content type][contentType] from a [list][] or a [site][]. This API is available in the following [national cloud deployments. * @param ContentTypeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -187,7 +187,7 @@ public function toDeleteRequestInformation(?ContentTypeItemRequestBuilderDeleteR } /** - * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypeItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -208,7 +208,7 @@ public function toGetRequestInformation(?ContentTypeItemRequestBuilderGetRequest } /** - * Update a content type][contentType]. This API is supported in the following [national cloud deployments. + * Update a content type][contentType]. This API is available in the following [national cloud deployments. * @param ContentType $body The request body * @param ContentTypeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilderGetQueryParameters.php index b2cbacfe578..ab2f17c3f41 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments. */ class ContentTypeItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php index b82c5f3701e..a8ac57d387e 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 5d18b013895..86038684d99 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CopyToDefaultContentLocationPostRequestBody $body, ?CopyToD } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php index f24cbaeb300..1ce11baef08 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsPub } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 b614597638d..8f1df797379 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConf } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 c5ecfd3a29a..6e747d377e5 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestCo } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.php index a63fa0356b4..cb2c4e3e2bb 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index 7ccbb342152..dc646648843 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php index c35f21b2f83..03c7f98d107 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 7555b0727a5..960aa7fbe65 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyPostRequestBody $body, ?AddCopyRequestBuilderPostReq } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php index e9d7ca1200c..dbbf48873bc 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 a5d95993141..50f99696dee 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyFromContentTypeHubPostRequestBody $body, ?AddCopyFro } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.php index 2d3527c551e..de40191ee98 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.php @@ -77,7 +77,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0 Find more info here @@ -115,7 +115,7 @@ public function post(ContentType $body, ?ContentTypesRequestBuilderPostRequestCo } /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php index d6bc0e7039a..24899a026ac 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. */ class ContentTypesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php index 4cf45646529..79ba282a6a3 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assoc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 de1d0a6d66d..6757bce0c75 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AssociateWithHubSitesPostRequestBody $body, ?AssociateWithH } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php index 9f5c810c737..04429c5a05f 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index 308279147e4..254abd93685 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php index 662dcc43fa8..97dcafcc51c 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ColumnDefinitionItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ColumnDefinitionItemRequestBuilderGetRequestConfiguration $ } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(ColumnDefinition $body, ?ColumnDefinitionItemRequestBuilde } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?ColumnDefinitionItemRequestBuilderDe } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?ColumnDefinitionItemRequestBuilderGetRe } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php index d41154b297f..a43a306ed53 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. */ class ColumnDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php index 7df6a1b42ce..e6a8d4a3da9 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 aa732bb1e1c..3fe2611bc10 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CopyToDefaultContentLocationPostRequestBody $body, ?CopyToD } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php index b41ac7403ad..c7863411188 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsPub } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 512b5680d37..536b6bed0e4 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConf } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 4d0dd260fea..5fb7d9f393d 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestCo } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.php index 2d2da64c3a0..c525e7e94b8 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. * @param DriveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -50,7 +50,7 @@ public function get(?DriveRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. * @param DriveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilderGetQueryParameters.php index bdd8ff506ef..9ee26502bfc 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. */ class DriveRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php index f9bc358e633..a62179524be 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?DocumentSetVersionsRequestBuilderGetRequestConfiguration $r } /** - * Create a new version of a document set item in a list. This API is supported in the following national cloud deployments. + * Create a new version of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersion $body The request body * @param DocumentSetVersionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(DocumentSetVersion $body, ?DocumentSetVersionsRequestBuilde } /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?DocumentSetVersionsRequestBuilderGetReq } /** - * Create a new version of a document set item in a list. This API is supported in the following national cloud deployments. + * Create a new version of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersion $body The request body * @param DocumentSetVersionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php index 9dc216c9880..6cef61c3fbc 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. */ class DocumentSetVersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php index 13c94e75f29..33806bb6c69 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a version of a document set in a list. This API is supported in the following national cloud deployments. + * Delete a version of a document set in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?DocumentSetVersionItemRequestBuilderDeleteRequestConfigu } /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(DocumentSetVersion $body, ?DocumentSetVersionItemRequestBu } /** - * Delete a version of a document set in a list. This API is supported in the following national cloud deployments. + * Delete a version of a document set in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?DocumentSetVersionItemRequestBuilder } /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php index 6346ca9b3fd..b7fbcbd0639 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. */ class DocumentSetVersionItemRequestBuilderGetQueryParameters { 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 9f6fd8c3b54..51fcbe85d94 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a document set version. This API is supported in the following national cloud deployments. + * Restore a document set version. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a document set version. This API is supported in the following national cloud deployments. + * Restore a document set version. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.php index 62f1c6cef2b..c6e39c3b14e 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.php @@ -68,7 +68,7 @@ public function get(?FieldsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Update the properties on a listItem][]. This API is supported in the following [national cloud deployments. + * Update the properties on a listItem][]. This API is available in the following [national cloud deployments. * @param FieldValueSet $body The request body * @param FieldsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -126,7 +126,7 @@ public function toGetRequestInformation(?FieldsRequestBuilderGetRequestConfigura } /** - * Update the properties on a listItem][]. This API is supported in the following [national cloud deployments. + * Update the properties on a listItem][]. This API is available in the following [national cloud deployments. * @param FieldValueSet $body The request body * @param FieldsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.php index 63eb132718b..633a0279c4f 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.php @@ -97,7 +97,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes an item from a list][]. This API is supported in the following [national cloud deployments. + * Removes an item from a list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 Find more info here @@ -116,7 +116,7 @@ public function delete(?ListItemItemRequestBuilderDeleteRequestConfiguration $re } /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0 Find more info here @@ -165,7 +165,7 @@ public function patch(ListItem $body, ?ListItemItemRequestBuilderPatchRequestCon } /** - * Removes an item from a list][]. This API is supported in the following [national cloud deployments. + * Removes an item from a list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -182,7 +182,7 @@ public function toDeleteRequestInformation(?ListItemItemRequestBuilderDeleteRequ } /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php index a1b5d1614f0..44e84a99490 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. */ class ListItemItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php index edf4656b6bb..cd63aa8cc80 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?ListItemVersionItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. * @param ListItemVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?ListItemVersionItemRequestBuilderDel } /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. * @param ListItemVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php index 42eceeab31d..75b71848ecf 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. */ class ListItemVersionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php index b3ee2aa52f2..3481724db95 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is supported in the following national cloud deployments. + * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is available in the following national cloud deployments. * @param RestoreVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RestoreVersionRequestBuilderPostRequestConfiguration $requ } /** - * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is supported in the following national cloud deployments. + * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is available in the following national cloud deployments. * @param RestoreVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.php index a5bc4fa8380..a63f15dcc71 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ListItemVersion $body, ?VersionsRequestBuilderPostRequestCo } /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php index 18423911f8f..33919277ce9 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. */ class VersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.php index 8b82c288a18..7df9d2c2cfc 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.php @@ -45,7 +45,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 Find more info here @@ -64,7 +64,7 @@ public function get(?ItemsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments. + * Create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItem $body The request body * @param ItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -84,7 +84,7 @@ public function post(ListItem $body, ?ItemsRequestBuilderPostRequestConfiguratio } /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -105,7 +105,7 @@ public function toGetRequestInformation(?ItemsRequestBuilderGetRequestConfigurat } /** - * Create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments. + * Create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItem $body The request body * @param ItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilderGetQueryParameters.php index ed025051900..532d6aa72d0 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. */ class ItemsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilder.php index 899fdd8e830..3c0e3728902 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilder.php @@ -114,10 +114,10 @@ public function delete(?ListItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments. + * Returns the metadata for a list][]. This API is available in the following [national cloud deployments. * @param ListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0 Find more info here */ public function get(?ListItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -169,7 +169,7 @@ public function toDeleteRequestInformation(?ListItemRequestBuilderDeleteRequestC } /** - * Get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments. + * Returns the metadata for a list][]. This API is available in the following [national cloud deployments. * @param ListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php index dc563484c57..38fe2a4b922 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments. + * Returns the metadata for a list][]. This API is available in the following [national cloud deployments. */ class ListItemRequestBuilderGetQueryParameters { 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 dfa647dc15a..d59dd7440f4 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReauthorizeRequestBuilderPostRequestConfiguration $request } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.php index 377eda25e1b..da7eb233089 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is supported in the following national cloud deployments. + * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is available in the following national cloud deployments. * @param ListsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ListsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new list][] in a [site][]. This API is supported in the following [national cloud deployments. + * Create a new list][] in a [site][]. This API is available in the following [national cloud deployments. * @param EscapedList $body The request body * @param ListsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EscapedList $body, ?ListsRequestBuilderPostRequestConfigura } /** - * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is supported in the following national cloud deployments. + * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is available in the following national cloud deployments. * @param ListsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ListsRequestBuilderGetRequestConfigurat } /** - * Create a new list][] in a [site][]. This API is supported in the following [national cloud deployments. + * Create a new list][] in a [site][]. This API is available in the following [national cloud deployments. * @param EscapedList $body The request body * @param ListsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilderGetQueryParameters.php index 20fb4bb83cb..ae192211d56 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is supported in the following national cloud deployments. + * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is available in the following national cloud deployments. */ class ListsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php index 7d745f869af..96ae34a2940 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetNo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 370b5d56922..3defe8ea431 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is available in the following national cloud deployments. * @param GetNotebookFromWebUrlPostRequestBody $body The request body * @param GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(GetNotebookFromWebUrlPostRequestBody $body, ?GetNotebookFro } /** - * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is available in the following national cloud deployments. * @param GetNotebookFromWebUrlPostRequestBody $body The request body * @param GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php index f3be9c69d8c..976036262fa 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyN } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 fa0a444b48c..d7afc44dd77 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyNotebookPostRequestBody $body The request body * @param CopyNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyNotebookPostRequestBody $body, ?CopyNotebookRequestBuil } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyNotebookPostRequestBody $body The request body * @param CopyNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php index af7e94b06b8..7dff012c390 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php @@ -74,7 +74,7 @@ public function delete(?NotebookItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. * @param NotebookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 Find more info here @@ -129,7 +129,7 @@ public function toDeleteRequestInformation(?NotebookItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. * @param NotebookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php index 14c8c382e76..c6dce397f93 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. */ class NotebookItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php index d43e5b633b6..ac3c9387190 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index 798f7a2024c..98435269965 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index c3a243908fe..9e04a5c75d0 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 f51f05b631b..0ee390d9535 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index 85726fae430..c07f7b9a5ca 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 5774984cd5e..baa433561ac 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 0234e9b59ce..288fbe7a1d8 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 a822d5e736a..544271a78cd 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index e288bf996e5..351a1b04155 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php index c88904e316d..113c7f18086 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index e7515408438..fb0bb861103 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php index 4abdcbb34c2..259abb7e7a4 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index a91c0606c2d..4ea9069c491 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php index 9d28450f650..a1768d3a5f1 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Create a new section group in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new section group in the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroup $body The request body * @param SectionGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SectionGroup $body, ?SectionGroupsRequestBuilderPostRequest } /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionGroupsRequestBuilderGetRequestCo } /** - * Create a new section group in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new section group in the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroup $body The request body * @param SectionGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index f4b121cb624..286437a7868 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index 1b9fd81098d..3d028eadbc9 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 935a38e5c87..aecb05933f0 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index d11ad729bcf..72d6b4ffc3d 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 2dd4d21384d..bda5a48083c 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 92260796c7a..a681bbd89fc 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 7080a35203e..124637f5595 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 2c575597382..c052e0d7411 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php index 24d02634698..733394e7098 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index 8bc9f2c9559..cc5e6e49267 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php index 40640bcec8d..e7c8d1ada60 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index 7a0b5896c02..2e4a24c50c4 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.php index 32dd4c300f0..03f02580ef9 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.php @@ -62,7 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. * @param NotebooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function getRecentNotebooksWithIncludePersonalNotebooks(bool $includePers } /** - * Create a new OneNote notebook. This API is supported in the following national cloud deployments. + * Create a new OneNote notebook. This API is available in the following national cloud deployments. * @param Notebook $body The request body * @param NotebooksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -110,7 +110,7 @@ public function post(Notebook $body, ?NotebooksRequestBuilderPostRequestConfigur } /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. * @param NotebooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toGetRequestInformation(?NotebooksRequestBuilderGetRequestConfig } /** - * Create a new OneNote notebook. This API is supported in the following national cloud deployments. + * Create a new OneNote notebook. This API is available in the following national cloud deployments. * @param Notebook $body The request body * @param NotebooksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php index 57b1e7705ba..88d1937ff2b 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. */ class NotebooksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php index 319fb2e9911..12f5a95244f 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?OnenoteOperationItemRequestBuilderDeleteRequestConfigura } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OnenoteOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?OnenoteOperationItemRequestBuilderDe } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OnenoteOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php index 7ba6ac1e92b..d9fc32f1806 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. */ class OnenoteOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.php index ae1c6805aaa..e4ccd8af2c7 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(OnenoteOperation $body, ?OperationsRequestBuilderPostReques } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php index 6ea507f4765..e7635dad6db 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 77385cee5d9..a53f1449f9d 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 4ab8629d7ab..d037900bec3 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php index 02a5c606deb..361b3b35073 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php @@ -80,7 +80,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a OneNote page. This API is supported in the following national cloud deployments. + * Delete a OneNote page. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function delete(?OnenotePageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function patch(OnenotePage $body, ?OnenotePageItemRequestBuilderPatchRequ } /** - * Delete a OneNote page. This API is supported in the following national cloud deployments. + * Delete a OneNote page. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?OnenotePageItemRequestBuilderDeleteR } /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php index 97f09a72859..97affa9a2ed 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. */ class OnenotePageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 95d775d1205..1c71d89f60f 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.php index 601bae5cff5..3a0d6f946fb 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is supported in the following national cloud deployments. + * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is supported in the following national cloud deployments. + * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php index 3c29d9fd305..8dcfbe58307 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php index bdfdb7ed1a2..3b06bf76581 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?SectionGroupItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. * @param SectionGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function toDeleteRequestInformation(?SectionGroupItemRequestBuilderDelete } /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. * @param SectionGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php index b6d06711fa6..b664f832ddf 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. */ class SectionGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php index 474dd4e23f8..cdc5bc2f0fd 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index f70dc4a0841..0954d3d8808 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index f51a048ffbc..f17daefd2f2 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 93c6722c665..daaf141e44e 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index 208e2b34166..71799c91ec5 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 6d584222192..5f6bd441fc5 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 064822f35a2..2280dd5a44f 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 7afb3a9fcac..1e50cf27090 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index b0729281789..79c0ab1b7bc 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php index 79d6f22ec8a..ef93c36d956 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index 82619a8305d..6b28d227f5b 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php index 2a9d35c07ed..342b09232c2 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index 89108e15651..9f6874067be 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php index 2e9b8e6ef8f..21e4582d26c 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SectionGroup $body, ?SectionGroupsRequestBuilderPostRequest } /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index ba2f6aacf44..d5f4024bf7b 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index 35bb6e4f90b..0692e55ab50 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 8675b1a8075..d2cba87f8ea 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index a01774f7a42..520081e3ebe 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 fee3b646722..718b5d10fd9 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php index 328211ec52c..28bdadccb84 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?OnenoteSectionItemRequestBuilderDeleteRequestConfigurati } /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. * @param OnenoteSectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?OnenoteSectionItemRequestBuilderDele } /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. * @param OnenoteSectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php index 89075bf5d2d..411c18a21af 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. */ class OnenoteSectionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 65f5498325a..4105739ab2b 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 42e6a0646c4..8ef0fcae1e2 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 509206a01ea..87bab1bc284 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php index 2c74c00061f..f36e73a05d9 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index aaebc9531cc..b907fc4058a 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.php index 7efc8fe7f5a..6dd3b173be6 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php index e9c5d641499..4ca9e64a0b2 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.php index f070bfd1cd1..d4270757fcc 100644 --- a/src/Generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?RichLongRunningOperationItemRequestBuilderDeleteRequestC } /** - * Get the status of a rich long-running operation on a site or a list. This API is supported in the following national cloud deployments. + * Get the status of a rich long-running operation on a site or a list. This API is available in the following national cloud deployments. * @param RichLongRunningOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?RichLongRunningOperationItemRequestB } /** - * Get the status of a rich long-running operation on a site or a list. This API is supported in the following national cloud deployments. + * Get the status of a rich long-running operation on a site or a list. This API is available in the following national cloud deployments. * @param RichLongRunningOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilderGetQueryParameters.php index 36bc3b5127b..b683683b409 100644 --- a/src/Generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of a rich long-running operation on a site or a list. This API is supported in the following national cloud deployments. + * Get the status of a rich long-running operation on a site or a list. This API is available in the following national cloud deployments. */ class RichLongRunningOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.php index ff47baff12a..da3391fc2d1 100644 --- a/src/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments. + * Get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(RichLongRunningOperation $body, ?OperationsRequestBuilderPo } /** - * Get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments. + * Get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilderGetQueryParameters.php index 96adfc4fad2..e45c67b7321 100644 --- a/src/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments. + * Get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.php b/src/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.php index a0884eac0ef..0097e86090c 100644 --- a/src/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Grant } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -115,16 +115,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 6e068fd92cb..e677fa39bfd 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments. + * Grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments. * @param GrantPostRequestBody $body The request body * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GrantPostRequestBody $body, ?GrantRequestBuilderPostRequest } /** - * Grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments. + * Grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments. * @param GrantPostRequestBody $body The request body * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.php index b133c1919ee..0cd28578204 100644 --- a/src/Generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a permission object on a site. This API is supported in the following national cloud deployments. + * Delete a permission object on a site. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?PermissionItemRequestBuilderDeleteRequestConfiguration $ } /** - * Retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?PermissionItemRequestBuilderGetRequestConfiguration $reques } /** - * Update an application permission object on a site. This API is supported in the following national cloud deployments. + * Update an application permission object on a site. This API is available in the following national cloud deployments. * @param Permission $body The request body * @param PermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(Permission $body, ?PermissionItemRequestBuilderPatchReques } /** - * Delete a permission object on a site. This API is supported in the following national cloud deployments. + * Delete a permission object on a site. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?PermissionItemRequestBuilderDeleteRe } /** - * Retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?PermissionItemRequestBuilderGetRequestC } /** - * Update an application permission object on a site. This API is supported in the following national cloud deployments. + * Update an application permission object on a site. This API is available in the following national cloud deployments. * @param Permission $body The request body * @param PermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php index 72c3ae9737f..373a382ae72 100644 --- a/src/Generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments. */ class PermissionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.php index 996a9b34acf..cb67aed36bc 100644 --- a/src/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments. + * Get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments. * @param PermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PermissionsRequestBuilderGetRequestConfiguration $requestCo } /** - * Create a new permission object on a site. This API is supported in the following national cloud deployments. + * Create a new permission object on a site. This API is available in the following national cloud deployments. * @param Permission $body The request body * @param PermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Permission $body, ?PermissionsRequestBuilderPostRequestConf } /** - * Get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments. + * Get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments. * @param PermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PermissionsRequestBuilderGetRequestConf } /** - * Create a new permission object on a site. This API is supported in the following national cloud deployments. + * Create a new permission object on a site. This API is available in the following national cloud deployments. * @param Permission $body The request body * @param PermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php index 599bcc043a4..bf3a84183c6 100644 --- a/src/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments. + * Get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments. */ class PermissionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.php index e6a2a89fc4f..2b7b497ae9e 100644 --- a/src/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments. + * Get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments. * @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SitesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments. + * Get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments. * @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilderGetQueryParameters.php index 4b10966b66e..1da1573b193 100644 --- a/src/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments. + * Get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments. */ class SitesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.php index f06f1aec398..877486347d5 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?GroupsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new group object in a term store. This API is supported in the following national cloud deployments. + * Create a new group object in a term store. This API is available in the following national cloud deployments. * @param Group $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Group $body, ?GroupsRequestBuilderPostRequestConfiguration } /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?GroupsRequestBuilderGetRequestConfigura } /** - * Create a new group object in a term store. This API is supported in the following national cloud deployments. + * Create a new group object in a term store. This API is available in the following national cloud deployments. * @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/Sites/Item/TermStore/Groups/GroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilderGetQueryParameters.php index b2dfa41a327..840c73aaed3 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. */ class GroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.php index 4d680648652..66af3e7ad72 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a group object in a term store]. This API is supported in the following [national cloud deployments. + * Delete a group object in a term store]. This API is available in the following [national cloud deployments. * @param GroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?GroupItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0 Find more info here @@ -97,7 +97,7 @@ public function patch(Group $body, ?GroupItemRequestBuilderPatchRequestConfigura } /** - * Delete a group object in a term store]. This API is supported in the following [national cloud deployments. + * Delete a group object in a term store]. This API is available in the following [national cloud deployments. * @param GroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?GroupItemRequestBuilderDeleteRequest } /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php index 7fd64f04eae..6e94ec218b4 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. */ class GroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php index 670ebd6804c..08fd732fe41 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index ca9b97c14d9..369ce2cbd1a 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php index 1eef3cc9d02..0864f254892 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index d5ea6ff6a0a..82b0d8b68b0 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php index 3e25174fe08..932272625c3 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index ddd9ad26c7e..34bc45039b5 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php index efaff25d9fb..725f756fb16 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index d7f1812df3a..875da1f417e 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.php index 9251c1f4b8e..9153ad29032 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php index be6047947f6..a9b1ed45c7b 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.php index ff1320f72a9..8288b683d9c 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index 649717a484a..a6ff3d151ca 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php index f5c28b1fa74..96981db45e9 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index cea9065c156..5bd90459fb5 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php index f62d20f6733..63311ad27ca 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index d1773532b89..7f33ffd5c92 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php index 92a6e073823..01c798a0fd2 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index b78e251ef86..8723909c8b8 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php index 387e753bafb..26291b2aff4 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index 819043863a3..69fe435f674 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php index e423cb3d687..1d366b8b3a9 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php index 243dec3e190..b5427f69274 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.php index 8f0ab3ab09f..1236c7966ee 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index 617a8f55236..fcbe2c8d781 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.php index 437fcf93c66..08d0435ddfd 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a set object. This API is supported in the following national cloud deployments. + * Delete a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?SetItemRequestBuilderDeleteRequestConfiguration $request } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0 Find more info here @@ -102,7 +102,7 @@ public function get(?SetItemRequestBuilderGetRequestConfiguration $requestConfig } /** - * Update the properties of a set object. This API is supported in the following national cloud deployments. + * Update the properties of a set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function patch(Set $body, ?SetItemRequestBuilderPatchRequestConfiguration } /** - * Delete a set object. This API is supported in the following national cloud deployments. + * Delete a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -139,7 +139,7 @@ public function toDeleteRequestInformation(?SetItemRequestBuilderDeleteRequestCo } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -160,7 +160,7 @@ public function toGetRequestInformation(?SetItemRequestBuilderGetRequestConfigur } /** - * Update the properties of a set object. This API is supported in the following national cloud deployments. + * Update the properties of a set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilderGetQueryParameters.php index 43f87353824..db68db3cb81 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. */ class SetItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.php index 1730a299bc8..98c7bbbb3d6 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index 59b76fc4aa3..d299b534cb3 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.php index 5b3a8446ba4..7018de6e6bd 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index 95916b97ae9..9caa4e4e070 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.php index 419b92a9b64..019865685ef 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?SetsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Create a new set object. This API is supported in the following national cloud deployments. + * Create a new set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?SetsRequestBuilderGetRequestConfigurati } /** - * Create a new set object. This API is supported in the following national cloud deployments. + * Create a new set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilderGetQueryParameters.php index 749f93612cb..c302351704f 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilder.php index 6fbed7481af..c89426290f2 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?TermStoreRequestBuilderDeleteRequestConfiguration $reque } /** - * Read the properties and relationships of a store object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a store object. This API is available in the following national cloud deployments. * @param TermStoreRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0 Find more info here @@ -85,7 +85,7 @@ public function get(?TermStoreRequestBuilderGetRequestConfiguration $requestConf } /** - * Update the properties of a store object. This API is supported in the following national cloud deployments. + * Update the properties of a store object. This API is available in the following national cloud deployments. * @param Store $body The request body * @param TermStoreRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?TermStoreRequestBuilderDeleteRequest } /** - * Read the properties and relationships of a store object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a store object. This API is available in the following national cloud deployments. * @param TermStoreRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -143,7 +143,7 @@ public function toGetRequestInformation(?TermStoreRequestBuilderGetRequestConfig } /** - * Update the properties of a store object. This API is supported in the following national cloud deployments. + * Update the properties of a store object. This API is available in the following national cloud deployments. * @param Store $body The request body * @param TermStoreRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilderGetQueryParameters.php index 1ef3d193a05..c55364dfd29 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a store object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a store object. This API is available in the following national cloud deployments. */ class TermStoreRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.php index 19dd9f1a9aa..eaae9b5440f 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?GroupsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new group object in a term store. This API is supported in the following national cloud deployments. + * Create a new group object in a term store. This API is available in the following national cloud deployments. * @param Group $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Group $body, ?GroupsRequestBuilderPostRequestConfiguration } /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?GroupsRequestBuilderGetRequestConfigura } /** - * Create a new group object in a term store. This API is supported in the following national cloud deployments. + * Create a new group object in a term store. This API is available in the following national cloud deployments. * @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/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilderGetQueryParameters.php index a4e0ab044af..d18c382b337 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. */ class GroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.php index 5f7ac6d4dab..1284007367d 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a group object in a term store]. This API is supported in the following [national cloud deployments. + * Delete a group object in a term store]. This API is available in the following [national cloud deployments. * @param GroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?GroupItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0 Find more info here @@ -97,7 +97,7 @@ public function patch(Group $body, ?GroupItemRequestBuilderPatchRequestConfigura } /** - * Delete a group object in a term store]. This API is supported in the following [national cloud deployments. + * Delete a group object in a term store]. This API is available in the following [national cloud deployments. * @param GroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?GroupItemRequestBuilderDeleteRequest } /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php index 599d82afda6..cfe98154e75 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. */ class GroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php index 884d2dfc8a6..c0384637607 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index 9e6890d15fa..6663c8284e3 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php index f6f67adcaae..18a8cc8d0cb 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index 538a2c2b2d4..e5552c23d16 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php index acb6a15b8ae..b24c9898d9e 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index dccc42ee1b3..2e457c6ddbd 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php index 3ce04ad7f94..dd410a33a11 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index 2d5ce3fa3db..b68a9947fd9 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.php index 6d9494d3076..965faaf670e 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php index 229199a2370..c0baaf289df 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.php index 75f392c7248..f98fccc5082 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index 1f14b230d14..f13ecb0cacd 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php index dc663e02713..c0a048aa45f 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index e487a1e1905..b79921c6452 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php index 918d425543a..c7db77186ed 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index 4ce93892640..376e4e8fbfb 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php index 009092b22e8..3e2bfc61808 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index a6d028f4714..27d9986986b 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php index c7313f4d8e4..af252103b6e 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index 6b54ddfc879..d1458445469 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php index aae171039e1..41ef1457d20 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php index b2bac2c5914..702fb73b1e8 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.php index 1c3db1a37a3..6e30b514cc1 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index a1441e76f81..2cd411e8ee3 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.php index 0e6c2de1987..f0da47c3a93 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a set object. This API is supported in the following national cloud deployments. + * Delete a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?SetItemRequestBuilderDeleteRequestConfiguration $request } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0 Find more info here @@ -102,7 +102,7 @@ public function get(?SetItemRequestBuilderGetRequestConfiguration $requestConfig } /** - * Update the properties of a set object. This API is supported in the following national cloud deployments. + * Update the properties of a set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function patch(Set $body, ?SetItemRequestBuilderPatchRequestConfiguration } /** - * Delete a set object. This API is supported in the following national cloud deployments. + * Delete a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -139,7 +139,7 @@ public function toDeleteRequestInformation(?SetItemRequestBuilderDeleteRequestCo } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -160,7 +160,7 @@ public function toGetRequestInformation(?SetItemRequestBuilderGetRequestConfigur } /** - * Update the properties of a set object. This API is supported in the following national cloud deployments. + * Update the properties of a set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilderGetQueryParameters.php index c308714b495..9687e81c3cc 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. */ class SetItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php index a85697492b3..2731a79f173 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index 013f3072d41..909c02831c2 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.php index 76bc9448086..d3212d8dce0 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index 9442b3b72bf..e911bc11395 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.php index 945b0a07594..18baeb6a5b9 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?SetsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Create a new set object. This API is supported in the following national cloud deployments. + * Create a new set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?SetsRequestBuilderGetRequestConfigurati } /** - * Create a new set object. This API is supported in the following national cloud deployments. + * Create a new set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilderGetQueryParameters.php index 44c9ddfb7b7..281398f0352 100644 --- a/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Sites/Remove/RemovePostRequestBody.php b/src/Generated/Groups/Item/Sites/Remove/RemovePostRequestBody.php index bfa5a649249..cc25d7c6385 100644 --- a/src/Generated/Groups/Item/Sites/Remove/RemovePostRequestBody.php +++ b/src/Generated/Groups/Item/Sites/Remove/RemovePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.php b/src/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.php index b0f38125929..28a3b67784f 100644 --- a/src/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.php +++ b/src/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Calling this method will enable the current user to receive email notifications for this group, about new posts, events, and files in that group. Supported for Microsoft 365 groups only. This API is supported in the following national cloud deployments. + * Calling this method will enable the current user to receive email notifications for this group, about new posts, events, and files in that group. Supported for Microsoft 365 groups only. This API is available in the following national cloud deployments. * @param SubscribeByMailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SubscribeByMailRequestBuilderPostRequestConfiguration $req } /** - * Calling this method will enable the current user to receive email notifications for this group, about new posts, events, and files in that group. Supported for Microsoft 365 groups only. This API is supported in the following national cloud deployments. + * Calling this method will enable the current user to receive email notifications for this group, about new posts, events, and files in that group. Supported for Microsoft 365 groups only. This API is available in the following national cloud deployments. * @param SubscribeByMailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.php b/src/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.php index 0a3543dc76b..d2a33d11632 100644 --- a/src/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of channels either in this team or shared with this team (incoming channels). This API is supported in the following national cloud deployments. + * Get the list of channels either in this team or shared with this team (incoming channels). This API is available in the following national cloud deployments. * @param AllChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AllChannelsRequestBuilderGetRequestConfiguration $requestCo } /** - * Get the list of channels either in this team or shared with this team (incoming channels). This API is supported in the following national cloud deployments. + * Get the list of channels either in this team or shared with this team (incoming channels). This API is available in the following national cloud deployments. * @param AllChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php index fcc82801955..502c6a95c77 100644 --- a/src/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of channels either in this team or shared with this team (incoming channels). This API is supported in the following national cloud deployments. + * Get the list of channels either in this team or shared with this team (incoming channels). This API is available in the following national cloud deployments. */ class AllChannelsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Archive/ArchivePostRequestBody.php b/src/Generated/Groups/Item/Team/Archive/ArchivePostRequestBody.php index 4f7dfcfa309..7a0f5463dbc 100644 --- a/src/Generated/Groups/Item/Team/Archive/ArchivePostRequestBody.php +++ b/src/Generated/Groups/Item/Team/Archive/ArchivePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Archi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.php index ff6b0001c13..c2e9afbf1b8 100644 --- a/src/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is supported in the following national cloud deployments. + * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is available in the following national cloud deployments. * @param ArchivePostRequestBody $body The request body * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostReq } /** - * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is supported in the following national cloud deployments. + * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is available in the following national cloud deployments. * @param ArchivePostRequestBody $body The request body * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.php index eba3cd75daa..a102997f4c5 100644 --- a/src/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of channels in this team. This API is supported in the following national cloud deployments. + * Retrieve the list of channels in this team. This API is available in the following national cloud deployments. * @param ChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ChannelsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is supported in the following national cloud deployments. + * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Channel $body, ?ChannelsRequestBuilderPostRequestConfigurat } /** - * Retrieve the list of channels in this team. This API is supported in the following national cloud deployments. + * Retrieve the list of channels in this team. This API is available in the following national cloud deployments. * @param ChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ChannelsRequestBuilderGetRequestConfigu } /** - * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is supported in the following national cloud deployments. + * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilderGetQueryParameters.php index 5b3ddc1faf5..34bddb24425 100644 --- a/src/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/ChannelsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of channels in this team. This API is supported in the following national cloud deployments. + * Retrieve the list of channels in this team. This API is available in the following national cloud deployments. */ class ChannelsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilder.php index 55ca131b8bf..f480e4b1bbc 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilder.php @@ -104,7 +104,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the channel. This API is supported in the following national cloud deployments. + * Delete the channel. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0 Find more info here @@ -123,7 +123,7 @@ public function delete(?ChannelItemRequestBuilderDeleteRequestConfiguration $req } /** - * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0 Find more info here @@ -142,7 +142,7 @@ public function get(?ChannelItemRequestBuilderGetRequestConfiguration $requestCo } /** - * Update the properties of the specified channel. This API is supported in the following national cloud deployments. + * Update the properties of the specified channel. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -162,7 +162,7 @@ public function patch(Channel $body, ?ChannelItemRequestBuilderPatchRequestConfi } /** - * Delete the channel. This API is supported in the following national cloud deployments. + * Delete the channel. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -179,7 +179,7 @@ public function toDeleteRequestInformation(?ChannelItemRequestBuilderDeleteReque } /** - * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -200,7 +200,7 @@ public function toGetRequestInformation(?ChannelItemRequestBuilderGetRequestConf } /** - * Update the properties of the specified channel. This API is supported in the following national cloud deployments. + * Update the properties of the specified channel. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php index ea942ead54d..9b8105cf8eb 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is available in the following national cloud deployments. */ class ChannelItemRequestBuilderGetQueryParameters { 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 24f79901b76..57c53eed3d2 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php b/src/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php index ade709e99e0..b9fc1bd2951 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DoesU } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php index 35387112489..2709f3309d6 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?FilesFolderRequestBuilderGetRequestConfiguration $requestCo } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php index cd25f850791..5a3b5a7cc0d 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. */ class FilesFolderRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostRequestBody.php b/src/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostRequestBody.php index 957b32c46a2..1dcd593083c 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 b993f9cb0b0..f6c110baddf 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php index 0a715ab0fb3..7598c8dcd61 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0 Find more info here @@ -70,11 +70,11 @@ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 Find more info here */ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -90,7 +90,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConversationMemberItemRequestBuilderGet } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index ea0423fab06..6d20a0b58f2 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.php index eee87ece384..e3cac107c56 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 Find more info here */ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php index 918eba9f343..d51c3ea3519 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php index ddd45f259cb..8ab33f66d1d 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -117,7 +117,7 @@ public function get(?ChatMessageItemRequestBuilderGetRequestConfiguration $reque } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -175,7 +175,7 @@ public function toGetRequestInformation(?ChatMessageItemRequestBuilderGetRequest } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index 09d01db5817..ef54134ddd0 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php index 4c2ab21e752..af3ce13de33 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index 08affb7ab17..98a141578a2 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 1ed7a83b32e..08583bb3c84 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 3b93e9b9cfd..44171789b91 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php index 1a6c9a9888f..db80154f79a 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index 62e74570878..048d5abb94e 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php index ba4f35e9727..84da00ec48c 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index f58463b21ea..24d35f0e2cf 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index e8d155228cb..e198fc2ab29 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index cf7283862fc..920e13d60b8 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php index e8d2a79da2a..8ec1891b95e 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 8372e9c8a8c..b1d7b1eb425 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 a46c8c43c77..76c414256dd 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 59ad27d5165..dee8610d134 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php index 62d0f17cd58..1a5865f7b38 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?RepliesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfigu } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?RepliesRequestBuilderGetRequestConfigur } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php index 2dd57732eca..90df20d42f1 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. */ class RepliesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php index c5a3b99957f..96a5913eb2a 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 d4ec6d486ae..d6882e37c27 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 cfde455856c..b66d77e07e2 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 30725870ac2..f8704f53eb5 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.php index 665573c2d8d..ddf6042ab1d 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfig } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php index 8c47a44a778..394f882937f 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { 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 801da9208b5..fe5e5ff2068 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ProvisionEmailRequestBuilderPostRequestConfiguration $requ } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 9c067ed7e6f..f0e0fc57f24 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RemoveEmailRequestBuilderPostRequestConfiguration $request } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php index 086f918577b..cd6defbbcda 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AllowedMembersRequestBuilderGetRequestConfiguration $reques } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php index 1aaf24fed85..e6ca44cb385 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. */ class AllowedMembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php index 261445e06ef..459fddf8c90 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?SharedWithChannelTeamInfoItemRequestBuilderDeleteRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(SharedWithChannelTeamInfo $body, ?SharedWithChannelTeamInf } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?SharedWithChannelTeamInfoItemRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php index c776330350c..133d3c8c523 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php index 52d890754cc..3b912b5015d 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SharedWithChannelTeamInfo $body, ?SharedWithTeamsRequestBui } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php index aec936aa203..64e579a5aee 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithTeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php index d433d83f3e6..7e06d674e91 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamsTabItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamsTabItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamsTab $body, ?TeamsTabItemRequestBuilderPatchRequestCon } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamsTabItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamsTabItemRequestBuilderGetRequestCon } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php index b06d3cdde2c..523d57796af 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. */ class TeamsTabItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.php index 97159293769..00be6c57f20 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TabsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsTab $body, ?TabsRequestBuilderPostRequestConfiguration } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TabsRequestBuilderGetRequestConfigurati } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php index 293eb3fb495..e88c5ebfc1a 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. */ class TabsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.php index c0acb8f1a70..62a839650c8 100644 --- a/src/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r } /** - * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/EscapedClone/ClonePostRequestBody.php b/src/Generated/Groups/Item/Team/EscapedClone/ClonePostRequestBody.php index d4c76a46422..c1d6721726a 100644 --- a/src/Generated/Groups/Item/Team/EscapedClone/ClonePostRequestBody.php +++ b/src/Generated/Groups/Item/Team/EscapedClone/ClonePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Clone } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -160,16 +160,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/EscapedClone/CloneRequestBuilder.php b/src/Generated/Groups/Item/Team/EscapedClone/CloneRequestBuilder.php index 6217d9dfe36..420fc5f1daf 100644 --- a/src/Generated/Groups/Item/Team/EscapedClone/CloneRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/EscapedClone/CloneRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is supported in the following national cloud deployments. + * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is available in the following national cloud deployments. * @param ClonePostRequestBody $body The request body * @param CloneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ClonePostRequestBody $body, ?CloneRequestBuilderPostRequest } /** - * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is supported in the following national cloud deployments. + * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is available in the following national cloud deployments. * @param ClonePostRequestBody $body The request body * @param CloneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.php b/src/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.php index d1f1f106045..884dece8518 100644 --- a/src/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments. + * Get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments. * @param IncomingChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?IncomingChannelsRequestBuilderGetRequestConfiguration $requ } /** - * Get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments. + * Get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments. * @param IncomingChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php index 5ba89a388c4..db23ac90421 100644 --- a/src/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments. + * Get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments. */ class IncomingChannelsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.php b/src/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.php index 633e6e36004..fa2027be208 100644 --- a/src/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?InstalledAppsRequestBuilderGetRequestConfiguration $request } /** - * Install an app to the specified team. This API is supported in the following national cloud deployments. + * Install an app to the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsAppInstallation $body, ?InstalledAppsRequestBuilderPos } /** - * Retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?InstalledAppsRequestBuilderGetRequestCo } /** - * Install an app to the specified team. This API is supported in the following national cloud deployments. + * Install an app to the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php index b8de82ad086..e764b083e0d 100644 --- a/src/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments. */ class InstalledAppsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php b/src/Generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php index 12905a66e45..66178417b0b 100644 --- a/src/Generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Uninstalls an app from the specified team. This API is supported in the following national cloud deployments. + * Uninstalls an app from the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TeamsAppInstallationItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the app installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function patch(TeamsAppInstallation $body, ?TeamsAppInstallationItemReque } /** - * Uninstalls an app from the specified team. This API is supported in the following national cloud deployments. + * Uninstalls an app from the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -130,7 +130,7 @@ public function toDeleteRequestInformation(?TeamsAppInstallationItemRequestBuild } /** - * Retrieve the app installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php index 04110aa9fcd..4915a55c4a4 100644 --- a/src/Generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the app installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the specified team. This API is available in the following national cloud deployments. */ class TeamsAppInstallationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php b/src/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php index 3ea47aaa0a9..9c03bef7ef7 100644 --- a/src/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php +++ b/src/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Upgra } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 4e858b2ff40..163905fb819 100644 --- a/src/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Upgrade an app installation within a chat. This API is supported in the following national cloud deployments. + * Upgrade an app installation within a chat. This API is available in the following national cloud deployments. * @param UpgradePostRequestBody $body The request body * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(UpgradePostRequestBody $body, ?UpgradeRequestBuilderPostReq } /** - * Upgrade an app installation within a chat. This API is supported in the following national cloud deployments. + * Upgrade an app installation within a chat. This API is available in the following national cloud deployments. * @param UpgradePostRequestBody $body The request body * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Members/Add/AddPostRequestBody.php b/src/Generated/Groups/Item/Team/Members/Add/AddPostRequestBody.php index a5d58b03768..5c010f86cf3 100644 --- a/src/Generated/Groups/Item/Team/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.php b/src/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.php index c1d6b8871b9..f6fe2e4b197 100644 --- a/src/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilder.php index 9caf4a5f0c9..c5028300d11 100644 --- a/src/Generated/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a conversationMember from a team. This API is supported in the following national cloud deployments. + * Remove a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Get a conversationMember from a team. This API is supported in the following national cloud deployments. + * Get a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration } /** - * Update the role of a conversationMember in a team. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Remove a conversationMember from a team. This API is supported in the following national cloud deployments. + * Remove a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Get a conversationMember from a team. This API is supported in the following national cloud deployments. + * Get a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConversationMemberItemRequestBuilderGet } /** - * Update the role of a conversationMember in a team. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index 215b4330f80..c60373fdac7 100644 --- a/src/Generated/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a conversationMember from a team. This API is supported in the following national cloud deployments. + * Get a conversationMember from a team. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Members/MembersRequestBuilder.php b/src/Generated/Groups/Item/Team/Members/MembersRequestBuilder.php index ebe1d42e561..abc49ba50e2 100644 --- a/src/Generated/Groups/Item/Team/Members/MembersRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is supported in the following national cloud deployments. + * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a new conversationMember to a team. This API is supported in the following national cloud deployments. + * Add a new conversationMember to a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is supported in the following national cloud deployments. + * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a new conversationMember to a team. This API is supported in the following national cloud deployments. + * Add a new conversationMember to a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Members/MembersRequestBuilderGetQueryParameters.php index bba0182cc90..e1b4e6e642b 100644 --- a/src/Generated/Groups/Item/Team/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is supported in the following national cloud deployments. + * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaGetResponse.php b/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaGetResponse.php deleted file mode 100644 index 0e701d65f86..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaGetResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaRequestBuilder.php deleted file mode 100644 index 4f3cd9c2111..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/team/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toGetRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DeltaGetResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toGetRequestInformation(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::GET; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - if ($requestConfiguration->queryParameters !== null) { - $requestInfo->setQueryParameters($requestConfiguration->queryParameters); - } - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return DeltaRequestBuilder - */ - public function withUrl(string $rawUrl): DeltaRequestBuilder { - return new DeltaRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php deleted file mode 100644 index d63cc3cb286..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php +++ /dev/null @@ -1,74 +0,0 @@ -|null $orderby Order items by property values - */ - public ?array $orderby = null; - - /** - * @QueryParameter("%24search") - * @var string|null $search Search items by search phrases - */ - public ?string $search = null; - - /** - * @QueryParameter("%24select") - * @var array|null $select Select properties to be returned - */ - public ?array $select = null; - - /** - * @QueryParameter("%24skip") - * @var int|null $skip Skip the first n items - */ - public ?int $skip = null; - - /** - * @QueryParameter("%24top") - * @var int|null $top Show only the first n items - */ - public ?int $top = null; - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters and sets the default values. - * @param bool|null $count Include count of items - * @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, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { - $this->count = $count; - $this->filter = $filter; - $this->orderby = $orderby; - $this->search = $search; - $this->select = $select; - $this->skip = $skip; - $this->top = $top; - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php deleted file mode 100644 index 407de5a959a..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php +++ /dev/null @@ -1,44 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - * @param DeltaRequestBuilderGetQueryParameters|null $queryParameters Request query parameters - */ - public function __construct(?array $headers = null, ?array $options = null, ?DeltaRequestBuilderGetQueryParameters $queryParameters = null) { - parent::__construct($headers ?? [], $options ?? []); - $this->queryParameters = $queryParameters; - } - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters. - * @param bool|null $count Include count of items - * @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 DeltaRequestBuilderGetQueryParameters - */ - public static function createQueryParameters(?bool $count = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DeltaRequestBuilderGetQueryParameters { - return new DeltaRequestBuilderGetQueryParameters($count, $filter, $orderby, $search, $select, $skip, $top); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php deleted file mode 100644 index 20ec68803aa..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetAvailableExtensionPropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAvailableExtensionPropertiesPostRequestBody { - return new GetAvailableExtensionPropertiesPostRequestBody(); - } - - /** - * 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 [ - 'isSyncedFromOnPremises' => fn(ParseNode $n) => $o->setIsSyncedFromOnPremises($n->getBooleanValue()), - ]; - } - - /** - * Gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @return bool|null - */ - public function getIsSyncedFromOnPremises(): ?bool { - $val = $this->getBackingStore()->get('isSyncedFromOnPremises'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'isSyncedFromOnPremises'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('isSyncedFromOnPremises', $this->getIsSyncedFromOnPremises()); - $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 isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @param bool|null $value Value to set for the isSyncedFromOnPremises property. - */ - public function setIsSyncedFromOnPremises(?bool $value): void { - $this->getBackingStore()->set('isSyncedFromOnPremises', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php b/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php deleted file mode 100644 index 13b8669820f..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([ExtensionProperty::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, ExtensionProperty::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php deleted file mode 100644 index f7c3e81954d..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/team/permissionGrants/getAvailableExtensionProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 Find more info here - */ - public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetAvailableExtensionPropertiesPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetAvailableExtensionPropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 4a0c8155809..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php deleted file mode 100644 index 949d753c4e1..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php +++ /dev/null @@ -1,155 +0,0 @@ -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 GetByIdsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetByIdsPostRequestBody { - return new GetByIdsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - 'types' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setTypes($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Gets the types property value. The types property - * @return array|null - */ - public function getTypes(): ?array { - $val = $this->getBackingStore()->get('types'); - 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 'types'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $writer->writeCollectionOfPrimitiveValues('types', $this->getTypes()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - - /** - * Sets the types property value. The types property - * @param array|null $value Value to set for the types property. - */ - public function setTypes(?array $value): void { - $this->getBackingStore()->set('types', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsPostResponse.php b/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsPostResponse.php deleted file mode 100644 index 3c26698036d..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php deleted file mode 100644 index 1ace65cd45a..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/team/permissionGrants/getByIds'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 Find more info here - */ - public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetByIdsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetByIdsRequestBuilder - */ - public function withUrl(string $rawUrl): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index ee1b0de677b..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php deleted file mode 100644 index 2a429aefc88..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ /dev/null @@ -1,124 +0,0 @@ -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 CheckMemberGroupsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): CheckMemberGroupsPostRequestBody { - return new CheckMemberGroupsPostRequestBody(); - } - - /** - * 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 [ - 'groupIds' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setGroupIds($val); - }, - ]; - } - - /** - * Gets the groupIds property value. The groupIds property - * @return array|null - */ - public function getGroupIds(): ?array { - $val = $this->getBackingStore()->get('groupIds'); - 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 'groupIds'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('groupIds', $this->getGroupIds()); - $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 groupIds property value. The groupIds property - * @param array|null $value Value to set for the groupIds property. - */ - public function setGroupIds(?array $value): void { - $this->getBackingStore()->set('groupIds', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php deleted file mode 100644 index 779c16b2185..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php deleted file mode 100644 index e16c16cadba..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. - * @param CheckMemberGroupsPostRequestBody $body The request body - * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 Find more info here - */ - public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [CheckMemberGroupsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. - * @param CheckMemberGroupsPostRequestBody $body The request body - * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return CheckMemberGroupsRequestBuilder - */ - public function withUrl(string $rawUrl): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 136fb064db7..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php deleted file mode 100644 index fe8f1ec6d45..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ /dev/null @@ -1,124 +0,0 @@ -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 CheckMemberObjectsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): CheckMemberObjectsPostRequestBody { - return new CheckMemberObjectsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php deleted file mode 100644 index a49cc6e60e8..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php deleted file mode 100644 index d87bad85bad..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke action checkMemberObjects - * @param CheckMemberObjectsPostRequestBody $body The request body - * @param CheckMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function post(CheckMemberObjectsPostRequestBody $body, ?CheckMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [CheckMemberObjectsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke action checkMemberObjects - * @param CheckMemberObjectsPostRequestBody $body The request body - * @param CheckMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(CheckMemberObjectsPostRequestBody $body, ?CheckMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return CheckMemberObjectsRequestBuilder - */ - public function withUrl(string $rawUrl): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index b75284ef5ea..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php deleted file mode 100644 index b0524f669d0..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetMemberGroupsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMemberGroupsPostRequestBody { - return new GetMemberGroupsPostRequestBody(); - } - - /** - * 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 [ - 'securityEnabledOnly' => fn(ParseNode $n) => $o->setSecurityEnabledOnly($n->getBooleanValue()), - ]; - } - - /** - * Gets the securityEnabledOnly property value. The securityEnabledOnly property - * @return bool|null - */ - public function getSecurityEnabledOnly(): ?bool { - $val = $this->getBackingStore()->get('securityEnabledOnly'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityEnabledOnly'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('securityEnabledOnly', $this->getSecurityEnabledOnly()); - $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 securityEnabledOnly property value. The securityEnabledOnly property - * @param bool|null $value Value to set for the securityEnabledOnly property. - */ - public function setSecurityEnabledOnly(?bool $value): void { - $this->getBackingStore()->set('securityEnabledOnly', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php deleted file mode 100644 index 68926f50536..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php deleted file mode 100644 index 4557661b73f..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. - * @param GetMemberGroupsPostRequestBody $body The request body - * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 Find more info here - */ - public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetMemberGroupsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. - * @param GetMemberGroupsPostRequestBody $body The request body - * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetMemberGroupsRequestBuilder - */ - public function withUrl(string $rawUrl): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 268c6ae6671..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php deleted file mode 100644 index 7d15bc5bbec..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetMemberObjectsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMemberObjectsPostRequestBody { - return new GetMemberObjectsPostRequestBody(); - } - - /** - * 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 [ - 'securityEnabledOnly' => fn(ParseNode $n) => $o->setSecurityEnabledOnly($n->getBooleanValue()), - ]; - } - - /** - * Gets the securityEnabledOnly property value. The securityEnabledOnly property - * @return bool|null - */ - public function getSecurityEnabledOnly(): ?bool { - $val = $this->getBackingStore()->get('securityEnabledOnly'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityEnabledOnly'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('securityEnabledOnly', $this->getSecurityEnabledOnly()); - $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 securityEnabledOnly property value. The securityEnabledOnly property - * @param bool|null $value Value to set for the securityEnabledOnly property. - */ - public function setSecurityEnabledOnly(?bool $value): void { - $this->getBackingStore()->set('securityEnabledOnly', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php deleted file mode 100644 index ab4eeb2ac27..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php deleted file mode 100644 index 1077c1f05c2..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. - * @param GetMemberObjectsPostRequestBody $body The request body - * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 Find more info here - */ - public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetMemberObjectsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. - * @param GetMemberObjectsPostRequestBody $body The request body - * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetMemberObjectsRequestBuilder - */ - public function withUrl(string $rawUrl): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 6cedf7ecdbf..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php index 74dcf182f75..3d0af7c84cf 100644 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php @@ -5,11 +5,6 @@ use Exception; use Http\Promise\Promise; use Http\Promise\RejectedPromise; -use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\Item\CheckMemberGroups\CheckMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\Item\CheckMemberObjects\CheckMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\Item\GetMemberGroups\GetMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\Item\GetMemberObjects\GetMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\Item\Restore\RestoreRequestBuilder; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; @@ -22,41 +17,6 @@ */ class ResourceSpecificPermissionGrantItemRequestBuilder extends BaseRequestBuilder { - /** - * Provides operations to call the checkMemberGroups method. - */ - public function checkMemberGroups(): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the checkMemberObjects method. - */ - public function checkMemberObjects(): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberGroups method. - */ - public function getMemberGroups(): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberObjects method. - */ - public function getMemberObjects(): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the restore method. - */ - public function restore(): RestoreRequestBuilder { - return new RestoreRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. * @param array|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/Restore/RestoreRequestBuilder.php deleted file mode 100644 index 99ce50579b1..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/Restore/RestoreRequestBuilder.php +++ /dev/null @@ -1,80 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. - * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here - */ - public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DirectoryObject::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. - * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return RestoreRequestBuilder - */ - public function withUrl(string $rawUrl): RestoreRequestBuilder { - return new RestoreRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/Team/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index bdf13b9b654..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.php index 6a386eef7ca..ca829f74775 100644 --- a/src/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.php @@ -6,11 +6,7 @@ use Http\Promise\Promise; use Http\Promise\RejectedPromise; use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\Count\CountRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\Delta\DeltaRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\GetAvailableExtensionProperties\GetAvailableExtensionPropertiesRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\GetByIds\GetByIdsRequestBuilder; use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\Item\ResourceSpecificPermissionGrantItemRequestBuilder; -use Microsoft\Graph\Generated\Groups\Item\Team\PermissionGrants\ValidateProperties\ValidatePropertiesRequestBuilder; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrantCollectionResponse; @@ -31,34 +27,6 @@ public function count(): CountRequestBuilder { return new CountRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the delta method. - */ - public function delta(): DeltaRequestBuilder { - return new DeltaRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getAvailableExtensionProperties method. - */ - public function getAvailableExtensionProperties(): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getByIds method. - */ - public function getByIds(): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the validateProperties method. - */ - public function validateProperties(): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. * @param string $resourceSpecificPermissionGrantId The unique identifier of resourceSpecificPermissionGrant @@ -85,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0 Find more info here @@ -123,7 +91,7 @@ public function post(ResourceSpecificPermissionGrant $body, ?PermissionGrantsReq } /** - * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php index ae814564656..cc4849c59cf 100644 --- a/src/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is available in the following national cloud deployments. */ class PermissionGrantsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Groups/Item/Team/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php deleted file mode 100644 index 41e271ebe3a..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ /dev/null @@ -1,180 +0,0 @@ -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 ValidatePropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): ValidatePropertiesPostRequestBody { - return new ValidatePropertiesPostRequestBody(); - } - - /** - * 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 displayName property value. The displayName property - * @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 entityType property value. The entityType property - * @return string|null - */ - public function getEntityType(): ?string { - $val = $this->getBackingStore()->get('entityType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'entityType'"); - } - - /** - * The deserialization information for the current model - * @return array - */ - public function getFieldDeserializers(): array { - $o = $this; - return [ - 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), - 'entityType' => fn(ParseNode $n) => $o->setEntityType($n->getStringValue()), - 'mailNickname' => fn(ParseNode $n) => $o->setMailNickname($n->getStringValue()), - 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), - ]; - } - - /** - * Gets the mailNickname property value. The mailNickname property - * @return string|null - */ - public function getMailNickname(): ?string { - $val = $this->getBackingStore()->get('mailNickname'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'mailNickname'"); - } - - /** - * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @return string|null - */ - public function getOnBehalfOfUserId(): ?string { - $val = $this->getBackingStore()->get('onBehalfOfUserId'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('displayName', $this->getDisplayName()); - $writer->writeStringValue('entityType', $this->getEntityType()); - $writer->writeStringValue('mailNickname', $this->getMailNickname()); - $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); - $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 displayName property value. The displayName property - * @param string|null $value Value to set for the displayName property. - */ - public function setDisplayName(?string $value): void { - $this->getBackingStore()->set('displayName', $value); - } - - /** - * Sets the entityType property value. The entityType property - * @param string|null $value Value to set for the entityType property. - */ - public function setEntityType(?string $value): void { - $this->getBackingStore()->set('entityType', $value); - } - - /** - * Sets the mailNickname property value. The mailNickname property - * @param string|null $value Value to set for the mailNickname property. - */ - public function setMailNickname(?string $value): void { - $this->getBackingStore()->set('mailNickname', $value); - } - - /** - * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @param string|null $value Value to set for the onBehalfOfUserId property. - */ - public function setOnBehalfOfUserId(?string $value): void { - $this->getBackingStore()->set('onBehalfOfUserId', $value); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Groups/Item/Team/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php deleted file mode 100644 index 2c72656be1d..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @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}/team/permissionGrants/validateProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 Find more info here - */ - public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendNoContentAsync($requestInfo, $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return ValidatePropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Groups/Item/Team/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Groups/Item/Team/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 16c73fe5f01..00000000000 --- a/src/Generated/Groups/Item/Team/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Groups/Item/Team/Photo/PhotoRequestBuilder.php b/src/Generated/Groups/Item/Team/Photo/PhotoRequestBuilder.php index e9a60214f62..3934ef58427 100644 --- a/src/Generated/Groups/Item/Team/Photo/PhotoRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Photo/PhotoRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. * @param PhotoRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function patch(ProfilePhoto $body, ?PhotoRequestBuilderPatchRequestConfig } /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. * @param PhotoRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Photo/PhotoRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Photo/PhotoRequestBuilderGetQueryParameters.php index ca89943f2b0..c8014022ea1 100644 --- a/src/Generated/Groups/Item/Team/Photo/PhotoRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Photo/PhotoRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. */ class PhotoRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php index 9eb69da5620..b0853788427 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php b/src/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php index 466b106bcee..6be70a02beb 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DoesU } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php index 2b6dc6a6f4e..169153f044f 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?FilesFolderRequestBuilderGetRequestConfiguration $requestCo } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php index 0bec8a501cf..a5ee81db451 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. */ class FilesFolderRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostRequestBody.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostRequestBody.php index 7089a66f297..6f1f8092816 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 f3b3fecd8a5..20065e3338c 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php index f797ceb3059..513c1707ccd 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0 Find more info here @@ -70,11 +70,11 @@ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 Find more info here */ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -90,7 +90,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConversationMemberItemRequestBuilderGet } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index adf398947bf..fa30a3a8397 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.php index e294e8fe909..2bdfc8dc81d 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 Find more info here */ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php index 521cd462c38..d759144461e 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php index 2f47d188777..d241c1f0e68 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -117,7 +117,7 @@ public function get(?ChatMessageItemRequestBuilderGetRequestConfiguration $reque } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -175,7 +175,7 @@ public function toGetRequestInformation(?ChatMessageItemRequestBuilderGetRequest } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index 3be61882fbf..546e500e887 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php index c1a33ae2e15..ab03a6661e1 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index af066155715..0975e365e8a 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 6d82bafb581..eb46e943f82 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 940f113c5e2..7333217f28d 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php index 74b6fa5a788..334804c0727 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index c42cee705f3..bbf7539ad09 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php index b2841cec606..39cb70e8001 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index d47b6e6adb7..58b24c773ba 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 0a6b980d1f6..a86fab70943 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 908a35aeb81..51ac02d4280 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php index 789866b4cdd..2d63ab05fce 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 6244f7e11f7..0a0195d2ad4 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 9c1d4bb3582..fd70d163021 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 8c30bbcc805..b296e90849c 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php index 5d19c15f582..352dc9e2e6e 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?RepliesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfigu } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?RepliesRequestBuilderGetRequestConfigur } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php index 3a017e6d014..b8264aff0c7 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. */ class RepliesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php index cf0d037cafc..2203a4323bf 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 e985925ab6c..ae60aa7dbbd 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 54f50a48146..260dce461b9 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 3077a953be8..d04d71343c0 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.php index c01f3978aaf..ac4504c9bde 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfig } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php index 8e926e98e63..be083033857 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilder.php index 5deaf6e8c5b..e430dc19f22 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilder.php @@ -122,7 +122,7 @@ public function delete(?PrimaryChannelRequestBuilderDeleteRequestConfiguration $ } /** - * Get the default channel, General, of a team. This API is supported in the following national cloud deployments. + * Get the default channel, General, of a team. This API is available in the following national cloud deployments. * @param PrimaryChannelRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0 Find more info here @@ -177,7 +177,7 @@ public function toDeleteRequestInformation(?PrimaryChannelRequestBuilderDeleteRe } /** - * Get the default channel, General, of a team. This API is supported in the following national cloud deployments. + * Get the default channel, General, of a team. This API is available in the following national cloud deployments. * @param PrimaryChannelRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php index 1d164f5bc70..985e6045621 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the default channel, General, of a team. This API is supported in the following national cloud deployments. + * Get the default channel, General, of a team. This API is available in the following national cloud deployments. */ class PrimaryChannelRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php index ce20ec19a23..a3efdf01929 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ProvisionEmailRequestBuilderPostRequestConfiguration $requ } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php index 2bcaaf2f0be..b7243342022 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RemoveEmailRequestBuilderPostRequestConfiguration $request } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php index 8e57df5300d..38e2bc48367 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AllowedMembersRequestBuilderGetRequestConfiguration $reques } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php index 99fea3a29cf..a418d7d7d80 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. */ class AllowedMembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php index 33b8c49f3c0..a286c1c886b 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?SharedWithChannelTeamInfoItemRequestBuilderDeleteRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(SharedWithChannelTeamInfo $body, ?SharedWithChannelTeamInf } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?SharedWithChannelTeamInfoItemRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php index f6a4d5bcb09..ca5c092855e 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php index a25cfb202ac..c06f9d8954e 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SharedWithChannelTeamInfo $body, ?SharedWithTeamsRequestBui } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php index b86f99970e2..e05fc0db25f 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithTeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php index 4ff2460eca9..86d0c381146 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamsTabItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamsTabItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamsTab $body, ?TeamsTabItemRequestBuilderPatchRequestCon } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamsTabItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamsTabItemRequestBuilderGetRequestCon } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php index baa502029bf..82f3a74ec39 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. */ class TeamsTabItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.php index 502649a2b06..a2009096195 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TabsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsTab $body, ?TabsRequestBuilderPostRequestConfiguration } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TabsRequestBuilderGetRequestConfigurati } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php index ad8ac3f1957..9b4191e766c 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. */ class TabsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php index dd70f37c21a..d2b7b1d83d8 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?OfferShiftRequestItemRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments. * @param OfferShiftRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?OfferShiftRequestItemRequestBuilderD } /** - * Retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments. * @param OfferShiftRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php index bf6e71b2a7f..576cd48d576 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments. */ class OfferShiftRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php index bc35b857413..0a00684d7b5 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments. * @param OfferShiftRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OfferShiftRequestsRequestBuilderGetRequestConfiguration $re } /** - * Create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments. + * Create an instance of an offerShiftRequest. This API is available in the following national cloud deployments. * @param OfferShiftRequest $body The request body * @param OfferShiftRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OfferShiftRequest $body, ?OfferShiftRequestsRequestBuilderP } /** - * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments. * @param OfferShiftRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OfferShiftRequestsRequestBuilderGetRequ } /** - * Create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments. + * Create an instance of an offerShiftRequest. This API is available in the following national cloud deployments. * @param OfferShiftRequest $body The request body * @param OfferShiftRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php index d30d40378c0..0e9c9f14e99 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments. */ class OfferShiftRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php index b4de0d8dbd0..c17d0113a18 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?OpenShiftChangeRequestItemRequestBuilderDeleteRequestCon } /** - * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?OpenShiftChangeRequestItemRequestBui } /** - * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php index 3c149da080d..fcbba056959 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments. */ class OpenShiftChangeRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php index eea433be12e..71b34a26494 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OpenShiftChangeRequestsRequestBuilderGetRequestConfiguratio } /** - * Create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequest $body The request body * @param OpenShiftChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OpenShiftChangeRequest $body, ?OpenShiftChangeRequestsReque } /** - * Retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OpenShiftChangeRequestsRequestBuilderGe } /** - * Create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequest $body The request body * @param OpenShiftChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php index d88247376dd..f52c9db91ca 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments. */ class OpenShiftChangeRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php index 163efa95050..0f16356cb61 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an openShift object. This API is supported in the following national cloud deployments. + * Delete an openShift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?OpenShiftItemRequestBuilderDeleteRequestConfiguration $r } /** - * Retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(OpenShift $body, ?OpenShiftItemRequestBuilderPatchRequestC } /** - * Delete an openShift object. This API is supported in the following national cloud deployments. + * Delete an openShift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?OpenShiftItemRequestBuilderDeleteReq } /** - * Retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php index ce446806c50..7487d44473c 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments. */ class OpenShiftItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.php index 544618ab1da..d36761a65e6 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List openShift objects in a team. This API is supported in the following national cloud deployments. + * List openShift objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OpenShiftsRequestBuilderGetRequestConfiguration $requestCon } /** - * Create an instance of an openShift object. This API is supported in the following national cloud deployments. + * Create an instance of an openShift object. This API is available in the following national cloud deployments. * @param OpenShift $body The request body * @param OpenShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OpenShift $body, ?OpenShiftsRequestBuilderPostRequestConfig } /** - * List openShift objects in a team. This API is supported in the following national cloud deployments. + * List openShift objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OpenShiftsRequestBuilderGetRequestConfi } /** - * Create an instance of an openShift object. This API is supported in the following national cloud deployments. + * Create an instance of an openShift object. This API is available in the following national cloud deployments. * @param OpenShift $body The request body * @param OpenShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php index 931b7d2287d..585de851b98 100644 --- a/src/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List openShift objects in a team. This API is supported in the following national cloud deployments. + * List openShift objects in a team. This API is available in the following national cloud deployments. */ class OpenShiftsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/ScheduleRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/ScheduleRequestBuilder.php index 99ed2be6817..50acf49670a 100644 --- a/src/Generated/Groups/Item/Team/Schedule/ScheduleRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/ScheduleRequestBuilder.php @@ -130,7 +130,7 @@ public function delete(?ScheduleRequestBuilderDeleteRequestConfiguration $reques } /** - * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is available in the following national cloud deployments. * @param ScheduleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0 Find more info here @@ -185,7 +185,7 @@ public function toDeleteRequestInformation(?ScheduleRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is available in the following national cloud deployments. * @param ScheduleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/ScheduleRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/ScheduleRequestBuilderGetQueryParameters.php index b5a09ded019..e66e874bb6c 100644 --- a/src/Generated/Groups/Item/Team/Schedule/ScheduleRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/ScheduleRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is available in the following national cloud deployments. */ class ScheduleRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php index 19d70dd283b..4b53ef24275 100644 --- a/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is supported in the following national cloud deployments. + * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?SchedulingGroupItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(SchedulingGroup $body, ?SchedulingGroupItemRequestBuilderP } /** - * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is supported in the following national cloud deployments. + * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?SchedulingGroupItemRequestBuilderDel } /** - * Retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php index 5dc229cc2b1..24b85104043 100644 --- a/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments. */ class SchedulingGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php index 0b9b008d986..d91e1575194 100644 --- a/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments. + * Get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments. * @param SchedulingGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SchedulingGroupsRequestBuilderGetRequestConfiguration $requ } /** - * Create a new schedulingGroup. This API is supported in the following national cloud deployments. + * Create a new schedulingGroup. This API is available in the following national cloud deployments. * @param SchedulingGroup $body The request body * @param SchedulingGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SchedulingGroup $body, ?SchedulingGroupsRequestBuilderPostR } /** - * Get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments. + * Get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments. * @param SchedulingGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SchedulingGroupsRequestBuilderGetReques } /** - * Create a new schedulingGroup. This API is supported in the following national cloud deployments. + * Create a new schedulingGroup. This API is available in the following national cloud deployments. * @param SchedulingGroup $body The request body * @param SchedulingGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php index 568929190dd..921ba20b32a 100644 --- a/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments. + * Get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments. */ class SchedulingGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/Share/SharePostRequestBody.php b/src/Generated/Groups/Item/Team/Schedule/Share/SharePostRequestBody.php index 271aa9de66b..ff510fd8227 100644 --- a/src/Generated/Groups/Item/Team/Schedule/Share/SharePostRequestBody.php +++ b/src/Generated/Groups/Item/Team/Schedule/Share/SharePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Share } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.php index bf0d182eccc..2298dde3b9d 100644 --- a/src/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is supported in the following national cloud deployments. + * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is available in the following national cloud deployments. * @param SharePostRequestBody $body The request body * @param ShareRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SharePostRequestBody $body, ?ShareRequestBuilderPostRequest } /** - * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is supported in the following national cloud deployments. + * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is available in the following national cloud deployments. * @param SharePostRequestBody $body The request body * @param ShareRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilder.php index 6044366f72f..76e34a324ed 100644 --- a/src/Generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a shift from the schedule. This API is supported in the following national cloud deployments. + * Delete a shift from the schedule. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ShiftItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(Shift $body, ?ShiftItemRequestBuilderPatchRequestConfigura } /** - * Delete a shift from the schedule. This API is supported in the following national cloud deployments. + * Delete a shift from the schedule. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ShiftItemRequestBuilderDeleteRequest } /** - * Retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php index 5e61ba531f5..46a8680d36c 100644 --- a/src/Generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments. */ class ShiftItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.php index 59dd233b253..6a16f269adb 100644 --- a/src/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of shift instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of shift instances in a schedule. This API is available in the following national cloud deployments. * @param ShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ShiftsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is supported in the following national cloud deployments. + * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is available in the following national cloud deployments. * @param Shift $body The request body * @param ShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Shift $body, ?ShiftsRequestBuilderPostRequestConfiguration } /** - * Get the list of shift instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of shift instances in a schedule. This API is available in the following national cloud deployments. * @param ShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ShiftsRequestBuilderGetRequestConfigura } /** - * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is supported in the following national cloud deployments. + * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is available in the following national cloud deployments. * @param Shift $body The request body * @param ShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php index a219b8b9ae0..aa39976bac4 100644 --- a/src/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of shift instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of shift instances in a schedule. This API is available in the following national cloud deployments. */ class ShiftsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php index 74d576e896a..071badef86a 100644 --- a/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?SwapShiftsChangeRequestItemRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?SwapShiftsChangeRequestItemRequestBu } /** - * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php index 08b228045b8..db26b475096 100644 --- a/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. */ class SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php index 01bbafc52e3..ce01ed07fe1 100644 --- a/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SwapShiftsChangeRequestsRequestBuilderGetRequestConfigurati } /** - * Create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequest $body The request body * @param SwapShiftsChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SwapShiftsChangeRequest $body, ?SwapShiftsChangeRequestsReq } /** - * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SwapShiftsChangeRequestsRequestBuilderG } /** - * Create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequest $body The request body * @param SwapShiftsChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php index ae50e2fff2b..8b903b12129 100644 --- a/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments. */ class SwapShiftsChangeRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php index 1a5d7541123..d7e6887c66a 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is supported in the following national cloud deployments. + * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TimeOffReasonItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(TimeOffReason $body, ?TimeOffReasonItemRequestBuilderPatch } /** - * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is supported in the following national cloud deployments. + * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?TimeOffReasonItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php index 9fb4d44b2a9..3546e497d2c 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments. */ class TimeOffReasonItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php index a5307a2639e..2924a510565 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments. * @param TimeOffReasonsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TimeOffReasonsRequestBuilderGetRequestConfiguration $reques } /** - * Create a new timeOffReason. This API is supported in the following national cloud deployments. + * Create a new timeOffReason. This API is available in the following national cloud deployments. * @param TimeOffReason $body The request body * @param TimeOffReasonsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TimeOffReason $body, ?TimeOffReasonsRequestBuilderPostReque } /** - * Get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments. * @param TimeOffReasonsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TimeOffReasonsRequestBuilderGetRequestC } /** - * Create a new timeOffReason. This API is supported in the following national cloud deployments. + * Create a new timeOffReason. This API is available in the following national cloud deployments. * @param TimeOffReason $body The request body * @param TimeOffReasonsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php index 5a07c67c88a..a29952c613f 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments. */ class TimeOffReasonsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php index 9a82e020723..2e7881880d2 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a timeOffRequest object. This API is supported in the following national cloud deployments. + * Delete a timeOffRequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TimeOffRequestItemRequestBuilderDeleteRequestConfigurati } /** - * Retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(TimeOffRequest $body, ?TimeOffRequestItemRequestBuilderPat } /** - * Delete a timeOffRequest object. This API is supported in the following national cloud deployments. + * Delete a timeOffRequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?TimeOffRequestItemRequestBuilderDele } /** - * Retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php index 3a7df2c1fbe..85515a81262 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments. */ class TimeOffRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php index aba6afa7ed3..3bff5e668de 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments. * @param TimeOffRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(TimeOffRequest $body, ?TimeOffRequestsRequestBuilderPostReq } /** - * Retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments. * @param TimeOffRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php index a487f77b97a..0228cbb5e67 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments. */ class TimeOffRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php index 8eb925d89a1..2a920a8a601 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments. + * Delete a timeOff instance from a schedule. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TimeOffItemRequestBuilderDeleteRequestConfiguration $req } /** - * Retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(TimeOff $body, ?TimeOffItemRequestBuilderPatchRequestConfi } /** - * Delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments. + * Delete a timeOff instance from a schedule. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?TimeOffItemRequestBuilderDeleteReque } /** - * Retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php index dba1316bc2e..ac9c03558aa 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments. */ class TimeOffItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.php index 2e37315e1cc..bdd18a7b972 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments. * @param TimesOffRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TimesOffRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments. + * Create a new timeOff instance in a schedule. This API is available in the following national cloud deployments. * @param TimeOff $body The request body * @param TimesOffRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TimeOff $body, ?TimesOffRequestBuilderPostRequestConfigurat } /** - * Get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments. * @param TimesOffRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TimesOffRequestBuilderGetRequestConfigu } /** - * Create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments. + * Create a new timeOff instance in a schedule. This API is available in the following national cloud deployments. * @param TimeOff $body The request body * @param TimesOffRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php index 117494d680f..fda409c40c5 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments. */ class TimesOffRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationPostRequestBody.php b/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationPostRequestBody.php index 250bb14b238..c39ff0b5f42 100644 --- a/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationPostRequestBody.php +++ b/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationPostRequestBody.php @@ -52,7 +52,7 @@ public function getActivityType(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -65,7 +65,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function setActivityType(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.php b/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.php index 8731b06c485..318da0ffff2 100644 --- a/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SendActivityNotificationPostRequestBody $body, ?SendActivit } /** - * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php index 8c21f6b295f..5b6eccf9e3a 100644 --- a/src/Generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a member from a standard tag in a team. This API is supported in the following national cloud deployments. + * Delete a member from a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TeamworkTagMemberItemRequestBuilderDeleteRequestConfigur } /** - * Get the properties and relationships of a member of a standard tag in a team. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a member of a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(TeamworkTagMember $body, ?TeamworkTagMemberItemRequestBuil } /** - * Delete a member from a standard tag in a team. This API is supported in the following national cloud deployments. + * Delete a member from a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?TeamworkTagMemberItemRequestBuilderD } /** - * Get the properties and relationships of a member of a standard tag in a team. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a member of a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php index e97b4e83b74..6745567bcd9 100644 --- a/src/Generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a member of a standard tag in a team. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a member of a standard tag in a team. This API is available in the following national cloud deployments. */ class TeamworkTagMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.php b/src/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.php index a17e33a1ef1..1ad7f8e7e32 100644 --- a/src/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the members of a standard tag in a team and their properties. This API is supported in the following national cloud deployments. + * Get a list of the members of a standard tag in a team and their properties. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments. + * Create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamworkTagMember $body, ?MembersRequestBuilderPostRequestC } /** - * Get a list of the members of a standard tag in a team and their properties. This API is supported in the following national cloud deployments. + * Get a list of the members of a standard tag in a team and their properties. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments. + * Create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php index 7de5c541cdd..d8839595a05 100644 --- a/src/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the members of a standard tag in a team and their properties. This API is supported in the following national cloud deployments. + * Get a list of the members of a standard tag in a team and their properties. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilder.php b/src/Generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilder.php index a05976fc802..e06423ad5e0 100644 --- a/src/Generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a tag object permanently. This API is supported in the following national cloud deployments. + * Delete a tag object permanently. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamworkTagItemRequestBuilderDeleteRequestConfiguration } /** - * Read the properties and relationships of a tag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamworkTagItemRequestBuilderGetRequestConfiguration $reque } /** - * Update the properties of a tag object. This API is supported in the following national cloud deployments. + * Update the properties of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TeamworkTagItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamworkTag $body, ?TeamworkTagItemRequestBuilderPatchRequ } /** - * Delete a tag object permanently. This API is supported in the following national cloud deployments. + * Delete a tag object permanently. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamworkTagItemRequestBuilderDeleteR } /** - * Read the properties and relationships of a tag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamworkTagItemRequestBuilderGetRequest } /** - * Update the properties of a tag object. This API is supported in the following national cloud deployments. + * Update the properties of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TeamworkTagItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php index afa789f0306..7aacf8fdcd7 100644 --- a/src/Generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a tag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a tag object. This API is available in the following national cloud deployments. */ class TeamworkTagItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Tags/TagsRequestBuilder.php b/src/Generated/Groups/Item/Team/Tags/TagsRequestBuilder.php index 8e99d5f2597..35b17246a76 100644 --- a/src/Generated/Groups/Item/Team/Tags/TagsRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Tags/TagsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the tag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the tag objects and their properties. This API is available in the following national cloud deployments. * @param TagsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TagsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Create a standard tag for members in a team. This API is supported in the following national cloud deployments. + * Create a standard tag for members in a team. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamworkTag $body, ?TagsRequestBuilderPostRequestConfigurat } /** - * Get a list of the tag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the tag objects and their properties. This API is available in the following national cloud deployments. * @param TagsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TagsRequestBuilderGetRequestConfigurati } /** - * Create a standard tag for members in a team. This API is supported in the following national cloud deployments. + * Create a standard tag for members in a team. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Team/Tags/TagsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Team/Tags/TagsRequestBuilderGetQueryParameters.php index b631233b59f..3b8639ff65e 100644 --- a/src/Generated/Groups/Item/Team/Tags/TagsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Team/Tags/TagsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the tag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the tag objects and their properties. This API is available in the following national cloud deployments. */ class TagsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.php index 2ac90387d07..0bd1971d7e0 100644 --- a/src/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is supported in the following national cloud deployments. + * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is available in the following national cloud deployments. * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnarchiveRequestBuilderPostRequestConfiguration $requestCo } /** - * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is supported in the following national cloud deployments. + * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is available in the following national cloud deployments. * @param UnarchiveRequestBuilderPostRequestConfiguration|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/ConversationThreadItemRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php index 8bbd060992e..2de84b51898 100644 --- a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete conversationThread. This API is supported in the following national cloud deployments. + * Delete conversationThread. This API is available in the following national cloud deployments. * @param ConversationThreadItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param ConversationThreadItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?ConversationThreadItemRequestBuilderGetRequestConfiguration } /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. * @param ConversationThread $body The request body * @param ConversationThreadItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(ConversationThread $body, ?ConversationThreadItemRequestBu } /** - * Delete conversationThread. This API is supported in the following national cloud deployments. + * Delete conversationThread. This API is available in the following national cloud deployments. * @param ConversationThreadItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param ConversationThreadItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?ConversationThreadItemRequestBuilderGet } /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. * @param ConversationThread $body The request body * @param ConversationThreadItemRequestBuilderPatchRequestConfiguration|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 05b3cabd455..6d073daebbc 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. */ class ConversationThreadItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.php index 5e7f7269d3a..e673a5eb200 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|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/Posts/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 2fb83d63100..96f0e585e9a 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 6507186104f..cdadcfcbe85 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 5819b3fce43..4009002d8e9 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|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/Posts/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.php index 902815ab817..c81da3bff2b 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|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/Posts/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 4b09366131a..adf045a74b8 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 2defa733194..747a8c40998 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?ExtensionItemRequestBuilderGetRequestConfiguration $request } /** - * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is supported in the following national cloud deployments. + * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?ExtensionItemRequestBuilderGetRequestCo } /** - * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is supported in the following national cloud deployments. + * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionItemRequestBuilderPatchRequestConfiguration|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/Posts/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index c33cf24ce0a..9f3074e8d2e 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.php index 281989674db..dd8479934bd 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); 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 665ef072eb9..cc1e7013a04 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is supported in the following national cloud deployments. + * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is supported in the following national cloud deployments. + * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|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/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.php index 073efefa12c..826dd4c143e 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|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/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index cb6b220f2b4..8bd3189128d 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to a post. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a post. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index cbce20bab69..adce6f894e6 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 f9be892dede..13d7fa843a1 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|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/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.php index dc148105dcb..d0b72dbe769 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|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/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index aa393b97026..9de06cdf30a 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.php index 2f3f7e40e54..1f546430ae0 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?ExtensionItemRequestBuilderGetRequestConfiguration $request } /** - * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is supported in the following national cloud deployments. + * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?ExtensionItemRequestBuilderGetRequestCo } /** - * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is supported in the following national cloud deployments. + * Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionItemRequestBuilderPatchRequestConfiguration|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/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 4244bb00e24..037949ff251 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.php index 555ca8e6d05..4075c9e6ed1 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); 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 5bc0b603b5f..f38e3918c5d 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is supported in the following national cloud deployments. + * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is supported in the following national cloud deployments. + * Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|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/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.php index f5a93818018..cdb4207ffff 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), + 'Post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the post property value. The Post property + * Gets the Post property value. The Post property * @return Post|null */ public function getPost(): ?Post { @@ -84,29 +84,29 @@ public function getPost(): ?Post { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('post', $this->getPost()); + $writer->writeObjectValue('Post', $this->getPost()); $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. + * 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. + * 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 post property value. The Post property - * @param Post|null $value Value to set for the post property. + * Sets the Post property value. The Post property + * @param Post|null $value Value to set for the Post property. */ public function setPost(?Post $value): void { $this->getBackingStore()->set('post', $value); diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.php index 58ab0430e1b..90fdda07f94 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 Find more info here */ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -51,7 +51,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @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/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.php index a89a28ed853..05cd6500c44 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), + 'Post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the post property value. The Post property + * Gets the Post property value. The Post property * @return Post|null */ public function getPost(): ?Post { @@ -84,29 +84,29 @@ public function getPost(): ?Post { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('post', $this->getPost()); + $writer->writeObjectValue('Post', $this->getPost()); $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. + * 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. + * 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 post property value. The Post property - * @param Post|null $value Value to set for the post property. + * Sets the Post property value. The Post property + * @param Post|null $value Value to set for the Post property. */ public function setPost(?Post $value): void { $this->getBackingStore()->set('post', $value); diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.php index ee15483072c..98cdc117ab4 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 Find more info here */ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -51,7 +51,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @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/Threads/Item/Posts/PostsRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.php index 67d51ab5085..3c79b3edf60 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.php @@ -52,10 +52,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. This API is supported in the following national cloud deployments. + * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. This API is available in the following national cloud deployments. * @param PostsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0 Find more info here */ public function get(?PostsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -71,7 +71,7 @@ public function get(?PostsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. This API is supported in the following national cloud deployments. + * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. This API is available in the following national cloud deployments. * @param PostsRequestBuilderGetRequestConfiguration|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/Posts/PostsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilderGetQueryParameters.php index 76534f6e3e7..5e12e31ec01 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. This API is supported in the following national cloud deployments. + * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. This API is available in the following national cloud deployments. */ class PostsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Threads/Item/Reply/ReplyPostRequestBody.php b/src/Generated/Groups/Item/Threads/Item/Reply/ReplyPostRequestBody.php index 3bd87cc315f..0af13197db6 100644 --- a/src/Generated/Groups/Item/Threads/Item/Reply/ReplyPostRequestBody.php +++ b/src/Generated/Groups/Item/Threads/Item/Reply/ReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), + 'Post' => fn(ParseNode $n) => $o->setPost($n->getObjectValue([Post::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the post property value. The Post property + * Gets the Post property value. The Post property * @return Post|null */ public function getPost(): ?Post { @@ -84,29 +84,29 @@ public function getPost(): ?Post { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('post', $this->getPost()); + $writer->writeObjectValue('Post', $this->getPost()); $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. + * 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. + * 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 post property value. The Post property - * @param Post|null $value Value to set for the post property. + * Sets the Post property value. The Post property + * @param Post|null $value Value to set for the Post property. */ public function setPost(?Post $value): void { $this->getBackingStore()->set('post', $value); diff --git a/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php index 207dcef7a36..d29fc7af896 100644 --- a/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation in the request, or, you can specify just the thread without the parent conversation. This API is supported in the following national cloud deployments. + * Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation in the request, or, you can specify just the thread without the parent conversation. This API is available in the following national cloud deployments. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation in the request, or, you can specify just the thread without the parent conversation. This API is supported in the following national cloud deployments. + * Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation in the request, or, you can specify just the thread without the parent conversation. This API is available in the following national cloud deployments. * @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/Threads/ThreadsRequestBuilder.php b/src/Generated/Groups/Item/Threads/ThreadsRequestBuilder.php index bf10836ceba..20109b1d261 100644 --- a/src/Generated/Groups/Item/Threads/ThreadsRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/ThreadsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the threads of a group. This API is supported in the following national cloud deployments. + * Get all the threads of a group. This API is available in the following national cloud deployments. * @param ThreadsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ThreadsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group.Use reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation. This API is supported in the following national cloud deployments. + * Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group.Use reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation. This API is available in the following national cloud deployments. * @param ConversationThread $body The request body * @param ThreadsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ConversationThread $body, ?ThreadsRequestBuilderPostRequest } /** - * Get all the threads of a group. This API is supported in the following national cloud deployments. + * Get all the threads of a group. This API is available in the following national cloud deployments. * @param ThreadsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ThreadsRequestBuilderGetRequestConfigur } /** - * Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group.Use reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation. This API is supported in the following national cloud deployments. + * Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group.Use reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation. This API is available in the following national cloud deployments. * @param ConversationThread $body The request body * @param ThreadsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Threads/ThreadsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Threads/ThreadsRequestBuilderGetQueryParameters.php index 411b2335795..1790a13d01f 100644 --- a/src/Generated/Groups/Item/Threads/ThreadsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Threads/ThreadsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the threads of a group. This API is supported in the following national cloud deployments. + * Get all the threads of a group. This API is available in the following national cloud deployments. */ class ThreadsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.php b/src/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.php index 9a4dd6c8a57..8f22a4e9124 100644 --- a/src/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.php +++ b/src/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Calling this method prevents the current user from receiving email notifications for this group about new posts, events, and files in that group. Supported for Microsoft 365 groups only. This API is supported in the following national cloud deployments. + * Calling this method prevents the current user from receiving email notifications for this group about new posts, events, and files in that group. Supported for Microsoft 365 groups only. This API is available in the following national cloud deployments. * @param UnsubscribeByMailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnsubscribeByMailRequestBuilderPostRequestConfiguration $r } /** - * Calling this method prevents the current user from receiving email notifications for this group about new posts, events, and files in that group. Supported for Microsoft 365 groups only. This API is supported in the following national cloud deployments. + * Calling this method prevents the current user from receiving email notifications for this group about new posts, events, and files in that group. Supported for Microsoft 365 groups only. This API is available in the following national cloud deployments. * @param UnsubscribeByMailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesPostRequestBody.php index 667ac6aaa8d..d835719ca91 100644 --- a/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.php index 770756208fb..63ab8e1eb90 100644 --- a/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to update a Microsoft 365 group. To validate the properties before creating a group, use the directoryobject:validateProperties function. The following policy validations are performed for the display name and mail nickname properties: This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to update a Microsoft 365 group. To validate the properties before creating a group, use the directoryobject:validateProperties function. The following policy validations are performed for the display name and mail nickname properties: This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to update a Microsoft 365 group. To validate the properties before creating a group, use the directoryobject:validateProperties function. The following policy validations are performed for the display name and mail nickname properties: This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to update a Microsoft 365 group. To validate the properties before creating a group, use the directoryobject:validateProperties function. The following policy validations are performed for the display name and mail nickname properties: This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Groups/ValidateProperties/ValidatePropertiesPostRequestBody.php index 59a65f375bf..fd58f5301c2 100644 --- a/src/Generated/Groups/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/Groups/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.php index e380e97eb9d..e0e1bfea88f 100644 --- a/src/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.php b/src/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.php index 95a8afc7078..8065cfa1042 100644 --- a/src/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.php +++ b/src/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments. + * Read the properties of an identityApiConnector object. This API is available in the following national cloud deployments. * @param ApiConnectorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ApiConnectorsRequestBuilderGetRequestConfiguration $request } /** - * Create a new identityApiConnector object. This API is supported in the following national cloud deployments. + * Create a new identityApiConnector object. This API is available in the following national cloud deployments. * @param IdentityApiConnector $body The request body * @param ApiConnectorsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(IdentityApiConnector $body, ?ApiConnectorsRequestBuilderPos } /** - * Read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments. + * Read the properties of an identityApiConnector object. This API is available in the following national cloud deployments. * @param ApiConnectorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ApiConnectorsRequestBuilderGetRequestCo } /** - * Create a new identityApiConnector object. This API is supported in the following national cloud deployments. + * Create a new identityApiConnector object. This API is available in the following national cloud deployments. * @param IdentityApiConnector $body The request body * @param ApiConnectorsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilderGetQueryParameters.php index 759efbdc3a1..8c9963913cd 100644 --- a/src/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ApiConnectors/ApiConnectorsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments. + * Read the properties of an identityApiConnector object. This API is available in the following national cloud deployments. */ class ApiConnectorsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilder.php b/src/Generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilder.php index a9b23d27b59..39281551ebe 100644 --- a/src/Generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilder.php +++ b/src/Generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an identityApiConnector object. This API is supported in the following national cloud deployments. + * Delete an identityApiConnector object. This API is available in the following national cloud deployments. * @param IdentityApiConnectorItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?IdentityApiConnectorItemRequestBuilderDeleteRequestConfi } /** - * Read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments. + * Read the properties of an identityApiConnector object. This API is available in the following national cloud deployments. * @param IdentityApiConnectorItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?IdentityApiConnectorItemRequestBuilderGetRequestConfigurati } /** - * Update the properties of an identityApiConnector object. This API is supported in the following national cloud deployments. + * Update the properties of an identityApiConnector object. This API is available in the following national cloud deployments. * @param IdentityApiConnector $body The request body * @param IdentityApiConnectorItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(IdentityApiConnector $body, ?IdentityApiConnectorItemReque } /** - * Delete an identityApiConnector object. This API is supported in the following national cloud deployments. + * Delete an identityApiConnector object. This API is available in the following national cloud deployments. * @param IdentityApiConnectorItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?IdentityApiConnectorItemRequestBuild } /** - * Read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments. + * Read the properties of an identityApiConnector object. This API is available in the following national cloud deployments. * @param IdentityApiConnectorItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?IdentityApiConnectorItemRequestBuilderG } /** - * Update the properties of an identityApiConnector object. This API is supported in the following national cloud deployments. + * Update the properties of an identityApiConnector object. This API is available in the following national cloud deployments. * @param IdentityApiConnector $body The request body * @param IdentityApiConnectorItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilderGetQueryParameters.php index 896c6c76a20..eaebd129431 100644 --- a/src/Generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties of an identityApiConnector object. This API is supported in the following national cloud deployments. + * Read the properties of an identityApiConnector object. This API is available in the following national cloud deployments. */ class IdentityApiConnectorItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificatePostRequestBody.php b/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificatePostRequestBody.php index cbd20287795..92cd0bce179 100644 --- a/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificatePostRequestBody.php +++ b/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificatePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Uploa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.php b/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.php index 5dd2b4af235..b4f9c32e657 100644 --- a/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.php +++ b/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is supported in the following national cloud deployments. + * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is available in the following national cloud deployments. * @param UploadClientCertificatePostRequestBody $body The request body * @param UploadClientCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(UploadClientCertificatePostRequestBody $body, ?UploadClient } /** - * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is supported in the following national cloud deployments. + * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is available in the following national cloud deployments. * @param UploadClientCertificatePostRequestBody $body The request body * @param UploadClientCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.php index 95e43bd3d9b..16b047dc286 100644 --- a/src/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of b2xIdentityUserFlow objects. This API is supported in the following national cloud deployments. + * Retrieve a list of b2xIdentityUserFlow objects. This API is available in the following national cloud deployments. * @param B2xUserFlowsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?B2xUserFlowsRequestBuilderGetRequestConfiguration $requestC } /** - * Create a new b2xIdentityUserFlow object. This API is supported in the following national cloud deployments. + * Create a new b2xIdentityUserFlow object. This API is available in the following national cloud deployments. * @param B2xIdentityUserFlow $body The request body * @param B2xUserFlowsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(B2xIdentityUserFlow $body, ?B2xUserFlowsRequestBuilderPostR } /** - * Retrieve a list of b2xIdentityUserFlow objects. This API is supported in the following national cloud deployments. + * Retrieve a list of b2xIdentityUserFlow objects. This API is available in the following national cloud deployments. * @param B2xUserFlowsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?B2xUserFlowsRequestBuilderGetRequestCon } /** - * Create a new b2xIdentityUserFlow object. This API is supported in the following national cloud deployments. + * Create a new b2xIdentityUserFlow object. This API is available in the following national cloud deployments. * @param B2xIdentityUserFlow $body The request body * @param B2xUserFlowsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilderGetQueryParameters.php b/src/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilderGetQueryParameters.php index 3486d9533b8..1ccb1a82dd4 100644 --- a/src/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of b2xIdentityUserFlow objects. This API is supported in the following national cloud deployments. + * Retrieve a list of b2xIdentityUserFlow objects. This API is available in the following national cloud deployments. */ class B2xUserFlowsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificatePostRequestBody.php b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificatePostRequestBody.php index 180bc340357..db6db308adc 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificatePostRequestBody.php +++ b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificatePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Uploa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 0f96578eb42..73d37b9aba1 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is supported in the following national cloud deployments. + * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is available in the following national cloud deployments. * @param UploadClientCertificatePostRequestBody $body The request body * @param UploadClientCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(UploadClientCertificatePostRequestBody $body, ?UploadClient } /** - * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is supported in the following national cloud deployments. + * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is available in the following national cloud deployments. * @param UploadClientCertificatePostRequestBody $body The request body * @param UploadClientCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificatePostRequestBody.php b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificatePostRequestBody.php index 3b4eeb0f595..41aa7a53138 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificatePostRequestBody.php +++ b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificatePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Uploa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 1750111d948..4a2a30e3f69 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is supported in the following national cloud deployments. + * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is available in the following national cloud deployments. * @param UploadClientCertificatePostRequestBody $body The request body * @param UploadClientCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(UploadClientCertificatePostRequestBody $body, ?UploadClient } /** - * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is supported in the following national cloud deployments. + * Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. This API is available in the following national cloud deployments. * @param UploadClientCertificatePostRequestBody $body The request body * @param UploadClientCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilder.php index a68ebfdeebe..029957d2d91 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilder.php @@ -72,7 +72,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments. + * Delete a b2xIdentityUserFlow object. This API is available in the following national cloud deployments. * @param B2xIdentityUserFlowItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function delete(?B2xIdentityUserFlowItemRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is available in the following national cloud deployments. * @param B2xIdentityUserFlowItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0 Find more info here @@ -129,7 +129,7 @@ public function patch(B2xIdentityUserFlow $body, ?B2xIdentityUserFlowItemRequest } /** - * Delete a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments. + * Delete a b2xIdentityUserFlow object. This API is available in the following national cloud deployments. * @param B2xIdentityUserFlowItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -146,7 +146,7 @@ public function toDeleteRequestInformation(?B2xIdentityUserFlowItemRequestBuilde } /** - * Retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is available in the following national cloud deployments. * @param B2xIdentityUserFlowItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilderGetQueryParameters.php index ef72fcde2c7..9c7042d7652 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a b2xIdentityUserFlow object. This API is available in the following national cloud deployments. */ class B2xIdentityUserFlowItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.php index 678b49e6219..6259986b78e 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the identity providers in a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments. + * Get the identity providers in a b2xIdentityUserFlow object. This API is available in the following national cloud deployments. * @param IdentityProvidersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?IdentityProvidersRequestBuilderGetRequestConfiguration $req } /** - * Get the identity providers in a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments. + * Get the identity providers in a b2xIdentityUserFlow object. This API is available in the following national cloud deployments. * @param IdentityProvidersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php b/src/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php index d4bcef03151..34b7a2fa0cd 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the identity providers in a b2xIdentityUserFlow object. This API is supported in the following national cloud deployments. + * Get the identity providers in a b2xIdentityUserFlow object. This API is available in the following national cloud deployments. */ class IdentityProvidersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.php index 4ca030d0fdf..e8323385986 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. This API is supported in the following national cloud deployments. + * Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. This API is available in the following national cloud deployments. * @param OverridesPagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(UserFlowLanguagePage $body, ?OverridesPagesRequestBuilderPo } /** - * Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. This API is supported in the following national cloud deployments. + * Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. This API is available in the following national cloud deployments. * @param OverridesPagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilderGetQueryParameters.php b/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilderGetQueryParameters.php index a9d80ae11c5..def6df8bd97 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. This API is supported in the following national cloud deployments. + * Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. This API is available in the following national cloud deployments. */ class OverridesPagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilder.php index b40a00104d8..a1714fb25f8 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?UserFlowLanguageConfigurationItemRequestBuilderDeleteReq } /** - * Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Azure Active Directory user flows. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Azure Active Directory user flows. This API is available in the following national cloud deployments. * @param UserFlowLanguageConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?UserFlowLanguageConfigurationItemReq } /** - * Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Azure Active Directory user flows. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Azure Active Directory user flows. This API is available in the following national cloud deployments. * @param UserFlowLanguageConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters.php index a7e577ea88f..3bf416b07a9 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Azure Active Directory user flows. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Azure Active Directory user flows. This API is available in the following national cloud deployments. */ class UserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.php index be7adaf83f0..b44a75e8c42 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of languages supported for customization in a B2X user flow. This API is supported in the following national cloud deployments. + * Retrieve a list of languages supported for customization in a B2X user flow. This API is available in the following national cloud deployments. * @param LanguagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(UserFlowLanguageConfiguration $body, ?LanguagesRequestBuild } /** - * Retrieve a list of languages supported for customization in a B2X user flow. This API is supported in the following national cloud deployments. + * Retrieve a list of languages supported for customization in a B2X user flow. This API is available in the following national cloud deployments. * @param LanguagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilderGetQueryParameters.php b/src/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilderGetQueryParameters.php index 33458c78caa..463b99ec471 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of languages supported for customization in a B2X user flow. This API is supported in the following national cloud deployments. + * Retrieve a list of languages supported for customization in a B2X user flow. This API is available in the following national cloud deployments. */ class LanguagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilder.php index 913250eeaaa..fbb647b78c5 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments. + * Delete an identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?IdentityUserFlowAttributeAssignmentItemRequestBuilderDel } /** - * Read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?IdentityUserFlowAttributeAssignmentItemRequestBuilderGetReq } /** - * Update the properties of a identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments. + * Update the properties of a identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeAssignment $body The request body * @param IdentityUserFlowAttributeAssignmentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(IdentityUserFlowAttributeAssignment $body, ?IdentityUserFl } /** - * Delete an identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments. + * Delete an identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?IdentityUserFlowAttributeAssignmentI } /** - * Read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?IdentityUserFlowAttributeAssignmentItem } /** - * Update the properties of a identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments. + * Update the properties of a identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeAssignment $body The request body * @param IdentityUserFlowAttributeAssignmentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters.php index e595679c3c7..35e9297e1f4 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an identityUserFlowAttributeAssignment object. This API is available in the following national cloud deployments. */ class IdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderPostRequestBody.php b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderPostRequestBody.php index d7d2b70c2a5..9def8a0494d 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderPostRequestBody.php +++ b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetOr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php index c651bf0a6d1..3c83c494ba1 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Set the order of identityUserFlowAttributeAssignments being collected within a user flow. This API is supported in the following national cloud deployments. + * Set the order of identityUserFlowAttributeAssignments being collected within a user flow. This API is available in the following national cloud deployments. * @param SetOrderPostRequestBody $body The request body * @param SetOrderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetOrderPostRequestBody $body, ?SetOrderRequestBuilderPostR } /** - * Set the order of identityUserFlowAttributeAssignments being collected within a user flow. This API is supported in the following national cloud deployments. + * Set the order of identityUserFlowAttributeAssignments being collected within a user flow. This API is available in the following national cloud deployments. * @param SetOrderPostRequestBody $body The request body * @param SetOrderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.php index 2a0b3559ce8..b7cde8958dc 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.php @@ -69,7 +69,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is supported in the following national cloud deployments. + * Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is available in the following national cloud deployments. * @param UserAttributeAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function get(?UserAttributeAssignmentsRequestBuilderGetRequestConfigurati } /** - * Create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. This API is supported in the following national cloud deployments. + * Create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeAssignment $body The request body * @param UserAttributeAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -108,7 +108,7 @@ public function post(IdentityUserFlowAttributeAssignment $body, ?UserAttributeAs } /** - * Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is supported in the following national cloud deployments. + * Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is available in the following national cloud deployments. * @param UserAttributeAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -129,7 +129,7 @@ public function toGetRequestInformation(?UserAttributeAssignmentsRequestBuilderG } /** - * Create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. This API is supported in the following national cloud deployments. + * Create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeAssignment $body The request body * @param UserAttributeAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilderGetQueryParameters.php index f7bd9f8b977..8c6f24b20a7 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is supported in the following national cloud deployments. + * Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. This API is available in the following national cloud deployments. */ class UserAttributeAssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.php index a54fa366654..1ba204716e7 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of authenticationContextClassReference objects. This API is supported in the following national cloud deployments. + * Retrieve a list of authenticationContextClassReference objects. This API is available in the following national cloud deployments. * @param AuthenticationContextClassReferencesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AuthenticationContextClassReference $body, ?AuthenticationC } /** - * Retrieve a list of authenticationContextClassReference objects. This API is supported in the following national cloud deployments. + * Retrieve a list of authenticationContextClassReference objects. This API is available in the following national cloud deployments. * @param AuthenticationContextClassReferencesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilderGetQueryParameters.php index dbd7b9e1182..400ae820f7d 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of authenticationContextClassReference objects. This API is supported in the following national cloud deployments. + * Retrieve a list of authenticationContextClassReference objects. This API is available in the following national cloud deployments. */ class AuthenticationContextClassReferencesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilder.php index 50c6bb09c59..f4c06ae7aea 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an authenticationContextClassReference object that's not published or used by a conditional access policy. This API is supported in the following national cloud deployments. + * Delete an authenticationContextClassReference object that's not published or used by a conditional access policy. This API is available in the following national cloud deployments. * @param AuthenticationContextClassReferenceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?AuthenticationContextClassReferenceItemRequestBuilderDel } /** - * Retrieve the properties and relationships of a authenticationContextClassReference object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a authenticationContextClassReference object. This API is available in the following national cloud deployments. * @param AuthenticationContextClassReferenceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?AuthenticationContextClassReferenceItemRequestBuilderGetReq } /** - * Create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference object. This API is supported in the following national cloud deployments. + * Create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference object. This API is available in the following national cloud deployments. * @param AuthenticationContextClassReference $body The request body * @param AuthenticationContextClassReferenceItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(AuthenticationContextClassReference $body, ?Authentication } /** - * Delete an authenticationContextClassReference object that's not published or used by a conditional access policy. This API is supported in the following national cloud deployments. + * Delete an authenticationContextClassReference object that's not published or used by a conditional access policy. This API is available in the following national cloud deployments. * @param AuthenticationContextClassReferenceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?AuthenticationContextClassReferenceI } /** - * Retrieve the properties and relationships of a authenticationContextClassReference object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a authenticationContextClassReference object. This API is available in the following national cloud deployments. * @param AuthenticationContextClassReferenceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?AuthenticationContextClassReferenceItem } /** - * Create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference object. This API is supported in the following national cloud deployments. + * Create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference object. This API is available in the following national cloud deployments. * @param AuthenticationContextClassReference $body The request body * @param AuthenticationContextClassReferenceItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters.php index 303f7bfd023..0888d30d589 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a authenticationContextClassReference object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a authenticationContextClassReference object. This API is available in the following national cloud deployments. */ class AuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.php index 85140ea19b1..22231df47c2 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties. This API is available in the following national cloud deployments. * @param AuthenticationMethodModesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-authenticationmethodmodes?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AuthenticationMethodModeDetail $body, ?AuthenticationMethod } /** - * Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties. This API is available in the following national cloud deployments. * @param AuthenticationMethodModesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilderGetQueryParameters.php index c635ea02ace..d99c4a83c98 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties. This API is available in the following national cloud deployments. */ class AuthenticationMethodModesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.php index 1bb510a8052..f95bb66009d 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is supported in the following national cloud deployments. + * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is available in the following national cloud deployments. * @param CombinationConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CombinationConfigurationsRequestBuilderGetRequestConfigurat } /** - * Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. This API is supported in the following national cloud deployments. + * Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfiguration $body The request body * @param CombinationConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AuthenticationCombinationConfiguration $body, ?CombinationC } /** - * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is supported in the following national cloud deployments. + * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is available in the following national cloud deployments. * @param CombinationConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CombinationConfigurationsRequestBuilder } /** - * Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. This API is supported in the following national cloud deployments. + * Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfiguration $body The request body * @param CombinationConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilderGetQueryParameters.php index 1f70b5873c0..882a605ee66 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is supported in the following national cloud deployments. + * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is available in the following national cloud deployments. */ class CombinationConfigurationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.php index fc79dd90731..d841a298f57 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?AuthenticationCombinationConfigurationItemRequestBuilder } /** - * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?AuthenticationCombinationConfigurationItemRequestBuilderGet } /** - * Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. This API is supported in the following national cloud deployments. + * Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfiguration $body The request body * @param AuthenticationCombinationConfigurationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(AuthenticationCombinationConfiguration $body, ?Authenticat } /** - * Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?AuthenticationCombinationConfigurati } /** - * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?AuthenticationCombinationConfigurationI } /** - * Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. This API is supported in the following national cloud deployments. + * Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfiguration $body The request body * @param AuthenticationCombinationConfigurationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters.php index 6134c973ac9..addba50aa41 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments. */ class AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters { 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 bf647541200..f81a0ed73fc 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Updat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAllowedCombinations(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,8 +92,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -108,8 +108,8 @@ public function setAllowedCombinations(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; 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 c831fdf328c..556c1502f2c 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. This API is supported in the following national cloud deployments. + * Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. This API is available in the following national cloud deployments. * @param UpdateAllowedCombinationsPostRequestBody $body The request body * @param UpdateAllowedCombinationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(UpdateAllowedCombinationsPostRequestBody $body, ?UpdateAllo } /** - * Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. This API is supported in the following national cloud deployments. + * Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. This API is available in the following national cloud deployments. * @param UpdateAllowedCombinationsPostRequestBody $body The request body * @param UpdateAllowedCombinationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php index 4db32829335..83a2975440e 100644 --- a/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.php @@ -32,10 +32,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a countryNamedLocation object. This API is supported in the following national cloud deployments. + * Delete a namedLocation object. This API is available in the following national cloud deployments. * @param NamedLocationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0 Find more info here */ public function delete(?NamedLocationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -51,7 +51,7 @@ public function delete(?NamedLocationItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of an ipNamedLocation object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an ipNamedLocation object. This API is available in the following national cloud deployments. * @param NamedLocationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-1.0 Find more info here @@ -70,11 +70,11 @@ public function get(?NamedLocationItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of a countryNamedLocation object. This API is supported in the following national cloud deployments. + * Update the properties of an ipNamedLocation object. This API is available in the following national cloud deployments. * @param NamedLocation $body The request body * @param NamedLocationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 Find more info here */ public function patch(NamedLocation $body, ?NamedLocationItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -90,7 +90,7 @@ public function patch(NamedLocation $body, ?NamedLocationItemRequestBuilderPatch } /** - * Delete a countryNamedLocation object. This API is supported in the following national cloud deployments. + * Delete a namedLocation object. This API is available in the following national cloud deployments. * @param NamedLocationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?NamedLocationItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of an ipNamedLocation object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an ipNamedLocation object. This API is available in the following national cloud deployments. * @param NamedLocationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?NamedLocationItemRequestBuilderGetReque } /** - * Update the properties of a countryNamedLocation object. This API is supported in the following national cloud deployments. + * Update the properties of an ipNamedLocation object. This API is available in the following national cloud deployments. * @param NamedLocation $body The request body * @param NamedLocationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilderGetQueryParameters.php index db79976b457..3b1f9dc1e9b 100644 --- a/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an ipNamedLocation object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an ipNamedLocation object. This API is available in the following national cloud deployments. */ class NamedLocationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.php index c063203b1a6..213fdeb85c6 100644 --- a/src/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of namedLocation objects. This API is supported in the following national cloud deployments. + * Get a list of namedLocation objects. This API is available in the following national cloud deployments. * @param NamedLocationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?NamedLocationsRequestBuilderGetRequestConfiguration $reques } /** - * Create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. This API is supported in the following national cloud deployments. + * Create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. This API is available in the following national cloud deployments. * @param NamedLocation $body The request body * @param NamedLocationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(NamedLocation $body, ?NamedLocationsRequestBuilderPostReque } /** - * Get a list of namedLocation objects. This API is supported in the following national cloud deployments. + * Get a list of namedLocation objects. This API is available in the following national cloud deployments. * @param NamedLocationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?NamedLocationsRequestBuilderGetRequestC } /** - * Create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. This API is supported in the following national cloud deployments. + * Create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. This API is available in the following national cloud deployments. * @param NamedLocation $body The request body * @param NamedLocationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilderGetQueryParameters.php index 438c47427ee..c7890da4b2f 100644 --- a/src/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of namedLocation objects. This API is supported in the following national cloud deployments. + * Get a list of namedLocation objects. This API is available in the following national cloud deployments. */ class NamedLocationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilder.php index b697eda45c4..6df71335e61 100644 --- a/src/Generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a conditionalAccessPolicy object. This API is supported in the following national cloud deployments. + * Delete a conditionalAccessPolicy object. This API is available in the following national cloud deployments. * @param ConditionalAccessPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConditionalAccessPolicyItemRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a conditionalAccessPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a conditionalAccessPolicy object. This API is available in the following national cloud deployments. * @param ConditionalAccessPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?ConditionalAccessPolicyItemRequestBuilderGetRequestConfigur } /** - * Update the properties of a conditionalAccessPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a conditionalAccessPolicy object. This API is available in the following national cloud deployments. * @param ConditionalAccessPolicy $body The request body * @param ConditionalAccessPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(ConditionalAccessPolicy $body, ?ConditionalAccessPolicyIte } /** - * Delete a conditionalAccessPolicy object. This API is supported in the following national cloud deployments. + * Delete a conditionalAccessPolicy object. This API is available in the following national cloud deployments. * @param ConditionalAccessPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConditionalAccessPolicyItemRequestBu } /** - * Retrieve the properties and relationships of a conditionalAccessPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a conditionalAccessPolicy object. This API is available in the following national cloud deployments. * @param ConditionalAccessPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConditionalAccessPolicyItemRequestBuild } /** - * Update the properties of a conditionalAccessPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a conditionalAccessPolicy object. This API is available in the following national cloud deployments. * @param ConditionalAccessPolicy $body The request body * @param ConditionalAccessPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilderGetQueryParameters.php index cd53630ead5..1c5a70f245e 100644 --- a/src/Generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a conditionalAccessPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a conditionalAccessPolicy object. This API is available in the following national cloud deployments. */ class ConditionalAccessPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.php index be194695b32..6a2ad79ec71 100644 --- a/src/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of conditionalAccessPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve a list of conditionalAccessPolicy objects. This API is available in the following national cloud deployments. * @param PoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PoliciesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new conditionalAccessPolicy. This API is supported in the following national cloud deployments. + * Create a new conditionalAccessPolicy. This API is available in the following national cloud deployments. * @param ConditionalAccessPolicy $body The request body * @param PoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ConditionalAccessPolicy $body, ?PoliciesRequestBuilderPostR } /** - * Retrieve a list of conditionalAccessPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve a list of conditionalAccessPolicy objects. This API is available in the following national cloud deployments. * @param PoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PoliciesRequestBuilderGetRequestConfigu } /** - * Create a new conditionalAccessPolicy. This API is supported in the following national cloud deployments. + * Create a new conditionalAccessPolicy. This API is available in the following national cloud deployments. * @param ConditionalAccessPolicy $body The request body * @param PoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilderGetQueryParameters.php index 4a3d95dba60..c6a73aeea38 100644 --- a/src/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of conditionalAccessPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve a list of conditionalAccessPolicy objects. This API is available in the following national cloud deployments. */ class PoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilder.php index fef01216783..9141d3256e7 100644 --- a/src/Generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a conditionalAccessTemplate object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a conditionalAccessTemplate object. This API is available in the following national cloud deployments. * @param ConditionalAccessTemplateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?ConditionalAccessTemplateItemRequestBuilderGetRequestConfig } /** - * Read the properties and relationships of a conditionalAccessTemplate object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a conditionalAccessTemplate object. This API is available in the following national cloud deployments. * @param ConditionalAccessTemplateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilderGetQueryParameters.php index 743f18bbf78..19f26810a1f 100644 --- a/src/Generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a conditionalAccessTemplate object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a conditionalAccessTemplate object. This API is available in the following national cloud deployments. */ class ConditionalAccessTemplateItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.php index d6b68f4e506..9ebc0c23e88 100644 --- a/src/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the conditionalAccessTemplate objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the conditionalAccessTemplate objects and their properties. This API is available in the following national cloud deployments. * @param TemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TemplatesRequestBuilderGetRequestConfiguration $requestConf } /** - * Get a list of the conditionalAccessTemplate objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the conditionalAccessTemplate objects and their properties. This API is available in the following national cloud deployments. * @param TemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilderGetQueryParameters.php b/src/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilderGetQueryParameters.php index 48671a8bf93..81a0ff25443 100644 --- a/src/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the conditionalAccessTemplate objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the conditionalAccessTemplate objects and their properties. This API is available in the following national cloud deployments. */ class TemplatesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.php b/src/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.php index c8fd4b2d158..7a9bf58fd44 100644 --- a/src/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.php +++ b/src/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For an Azure AD tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects. This API is supported in the following national cloud deployments. + * Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For an Azure AD tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects. This API is available in the following national cloud deployments. * @param IdentityProvidersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?IdentityProvidersRequestBuilderGetRequestConfiguration $req } /** - * Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is supported in the following national cloud deployments. + * Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is available in the following national cloud deployments. * @param IdentityProviderBase $body The request body * @param IdentityProvidersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(IdentityProviderBase $body, ?IdentityProvidersRequestBuilde } /** - * Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For an Azure AD tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects. This API is supported in the following national cloud deployments. + * Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For an Azure AD tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects. This API is available in the following national cloud deployments. * @param IdentityProvidersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?IdentityProvidersRequestBuilderGetReque } /** - * Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is supported in the following national cloud deployments. + * Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is available in the following national cloud deployments. * @param IdentityProviderBase $body The request body * @param IdentityProvidersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php b/src/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php index f24fa32221d..0b8f561cec5 100644 --- a/src/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For an Azure AD tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects. This API is supported in the following national cloud deployments. + * Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For an Azure AD tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects. This API is available in the following national cloud deployments. */ class IdentityProvidersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.php b/src/Generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.php index 47bd89d0fbd..d2165731910 100644 --- a/src/Generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.php +++ b/src/Generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is supported in the following national cloud deployments. + * Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is available in the following national cloud deployments. * @param IdentityProviderBaseItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?IdentityProviderBaseItemRequestBuilderDeleteRequestConfi } /** - * Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is available in the following national cloud deployments. * @param IdentityProviderBaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?IdentityProviderBaseItemRequestBuilderGetRequestConfigurati } /** - * Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is supported in the following national cloud deployments. + * Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is available in the following national cloud deployments. * @param IdentityProviderBase $body The request body * @param IdentityProviderBaseItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(IdentityProviderBase $body, ?IdentityProviderBaseItemReque } /** - * Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is supported in the following national cloud deployments. + * Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is available in the following national cloud deployments. * @param IdentityProviderBaseItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?IdentityProviderBaseItemRequestBuild } /** - * Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is available in the following national cloud deployments. * @param IdentityProviderBaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?IdentityProviderBaseItemRequestBuilderG } /** - * Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is supported in the following national cloud deployments. + * Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is available in the following national cloud deployments. * @param IdentityProviderBase $body The request body * @param IdentityProviderBaseItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilderGetQueryParameters.php index 56ab33dddfe..bfb934565d1 100644 --- a/src/Generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Azure AD. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource. This API is available in the following national cloud deployments. */ class IdentityProviderBaseItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilder.php b/src/Generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilder.php index df88c9d23f0..90441dda112 100644 --- a/src/Generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilder.php +++ b/src/Generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a custom identityUserFlowAttribute. This API is supported in the following national cloud deployments. + * Delete a custom identityUserFlowAttribute. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?IdentityUserFlowAttributeItemRequestBuilderDeleteRequest } /** - * Retrieve the properties and relationships of a identityUserFlowAttribute object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a identityUserFlowAttribute object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?IdentityUserFlowAttributeItemRequestBuilderGetRequestConfig } /** - * Update the properties of a custom identityUserFlowAttribute object. This API is supported in the following national cloud deployments. + * Update the properties of a custom identityUserFlowAttribute object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttribute $body The request body * @param IdentityUserFlowAttributeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(IdentityUserFlowAttribute $body, ?IdentityUserFlowAttribut } /** - * Delete a custom identityUserFlowAttribute. This API is supported in the following national cloud deployments. + * Delete a custom identityUserFlowAttribute. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?IdentityUserFlowAttributeItemRequest } /** - * Retrieve the properties and relationships of a identityUserFlowAttribute object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a identityUserFlowAttribute object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttributeItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?IdentityUserFlowAttributeItemRequestBui } /** - * Update the properties of a custom identityUserFlowAttribute object. This API is supported in the following national cloud deployments. + * Update the properties of a custom identityUserFlowAttribute object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttribute $body The request body * @param IdentityUserFlowAttributeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilderGetQueryParameters.php index 3150fa9afcb..ce76e233bc4 100644 --- a/src/Generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a identityUserFlowAttribute object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a identityUserFlowAttribute object. This API is available in the following national cloud deployments. */ class IdentityUserFlowAttributeItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.php b/src/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.php index 10f2e6a4f34..142e05ecb97 100644 --- a/src/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.php +++ b/src/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of identityUserFlowAttribute objects. This API is supported in the following national cloud deployments. + * Retrieve a list of identityUserFlowAttribute objects. This API is available in the following national cloud deployments. * @param UserFlowAttributesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?UserFlowAttributesRequestBuilderGetRequestConfiguration $re } /** - * Create a new custom identityUserFlowAttribute object. This API is supported in the following national cloud deployments. + * Create a new custom identityUserFlowAttribute object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttribute $body The request body * @param UserFlowAttributesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(IdentityUserFlowAttribute $body, ?UserFlowAttributesRequest } /** - * Retrieve a list of identityUserFlowAttribute objects. This API is supported in the following national cloud deployments. + * Retrieve a list of identityUserFlowAttribute objects. This API is available in the following national cloud deployments. * @param UserFlowAttributesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?UserFlowAttributesRequestBuilderGetRequ } /** - * Create a new custom identityUserFlowAttribute object. This API is supported in the following national cloud deployments. + * Create a new custom identityUserFlowAttribute object. This API is available in the following national cloud deployments. * @param IdentityUserFlowAttribute $body The request body * @param UserFlowAttributesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilderGetQueryParameters.php b/src/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilderGetQueryParameters.php index 273ab3020c9..bf32115b7f5 100644 --- a/src/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of identityUserFlowAttribute objects. This API is supported in the following national cloud deployments. + * Retrieve a list of identityUserFlowAttribute objects. This API is available in the following national cloud deployments. */ class UserFlowAttributesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.php index 72eb1cdbfb2..f73e29e3f00 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get a list of the accessReviewScheduleDefinition objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the accessReviewScheduleDefinition objects and their properties. This API is available in the following national cloud deployments. * @param DefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0 Find more info here @@ -82,7 +82,7 @@ public function get(?DefinitionsRequestBuilderGetRequestConfiguration $requestCo } /** - * Create a new accessReviewScheduleDefinition object. This API is supported in the following national cloud deployments. + * Create a new accessReviewScheduleDefinition object. This API is available in the following national cloud deployments. * @param AccessReviewScheduleDefinition $body The request body * @param DefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -102,7 +102,7 @@ public function post(AccessReviewScheduleDefinition $body, ?DefinitionsRequestBu } /** - * Get a list of the accessReviewScheduleDefinition objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the accessReviewScheduleDefinition objects and their properties. This API is available in the following national cloud deployments. * @param DefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toGetRequestInformation(?DefinitionsRequestBuilderGetRequestConf } /** - * Create a new accessReviewScheduleDefinition object. This API is supported in the following national cloud deployments. + * Create a new accessReviewScheduleDefinition object. This API is available in the following national cloud deployments. * @param AccessReviewScheduleDefinition $body The request body * @param DefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilderGetQueryParameters.php index a89dd547cd4..fbfdcc07065 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the accessReviewScheduleDefinition objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the accessReviewScheduleDefinition objects and their properties. This API is available in the following national cloud deployments. */ class DefinitionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilder.php index 6f940778d25..3a3918543cf 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes an accessReviewScheduleDefinition object. This API is supported in the following national cloud deployments. + * Deletes an accessReviewScheduleDefinition object. This API is available in the following national cloud deployments. * @param AccessReviewScheduleDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?AccessReviewScheduleDefinitionItemRequestBuilderDeleteRe } /** - * Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance API. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance API. This API is available in the following national cloud deployments. * @param AccessReviewScheduleDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function patch(AccessReviewScheduleDefinition $body, ?AccessReviewSchedul } /** - * Deletes an accessReviewScheduleDefinition object. This API is supported in the following national cloud deployments. + * Deletes an accessReviewScheduleDefinition object. This API is available in the following national cloud deployments. * @param AccessReviewScheduleDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?AccessReviewScheduleDefinitionItemRe } /** - * Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance API. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance API. This API is available in the following national cloud deployments. * @param AccessReviewScheduleDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilderGetQueryParameters.php index fc1f0c9e053..f4c336da541 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance API. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance API. This API is available in the following national cloud deployments. */ class AccessReviewScheduleDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.php index 172cb8558d4..5ca6db194ab 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get a list of the accessReviewInstance objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the accessReviewInstance objects and their properties. This API is available in the following national cloud deployments. * @param InstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(AccessReviewInstance $body, ?InstancesRequestBuilderPostReq } /** - * Get a list of the accessReviewInstance objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the accessReviewInstance objects and their properties. This API is available in the following national cloud deployments. * @param InstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilderGetQueryParameters.php index 7f2afd15915..08105ca0474 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the accessReviewInstance objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the accessReviewInstance objects and their properties. This API is available in the following national cloud deployments. */ class InstancesRequestBuilderGetQueryParameters { 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 e4daebc1e90..b6dbc7a281e 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed on an accessReviewInstance object for which the calling user is a reviewer. This API is supported in the following national cloud deployments. + * Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed on an accessReviewInstance object for which the calling user is a reviewer. This API is available in the following national cloud deployments. * @param AcceptRecommendationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?AcceptRecommendationsRequestBuilderPostRequestConfiguratio } /** - * Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed on an accessReviewInstance object for which the calling user is a reviewer. This API is supported in the following national cloud deployments. + * Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed on an accessReviewInstance object for which the calling user is a reviewer. This API is available in the following national cloud deployments. * @param AcceptRecommendationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilder.php index 304567bd4e6..a93087550ef 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilder.php @@ -122,7 +122,7 @@ public function delete(?AccessReviewInstanceItemRequestBuilderDeleteRequestConfi } /** - * Read the properties and relationships of an accessReviewInstance object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewInstance object. This API is available in the following national cloud deployments. * @param AccessReviewInstanceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0 Find more info here @@ -178,7 +178,7 @@ public function toDeleteRequestInformation(?AccessReviewInstanceItemRequestBuild } /** - * Read the properties and relationships of an accessReviewInstance object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewInstance object. This API is available in the following national cloud deployments. * @param AccessReviewInstanceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilderGetQueryParameters.php index f4152e32b17..ee50af5568b 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an accessReviewInstance object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewInstance object. This API is available in the following national cloud deployments. */ class AccessReviewInstanceItemRequestBuilderGetQueryParameters { 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 64c23164a86..2db7b39698e 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. This API is supported in the following national cloud deployments. + * Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. This API is available in the following national cloud deployments. * @param ApplyDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ApplyDecisionsRequestBuilderPostRequestConfiguration $requ } /** - * Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. This API is supported in the following national cloud deployments. + * Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. This API is available in the following national cloud deployments. * @param ApplyDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsPostRequestBody.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsPostRequestBody.php index 9172f86d6b5..9628a3897e3 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsPostRequestBody.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Batch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 553294bf17d..f23b1b33236 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither. This API is supported in the following national cloud deployments. + * Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither. This API is available in the following national cloud deployments. * @param BatchRecordDecisionsPostRequestBody $body The request body * @param BatchRecordDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(BatchRecordDecisionsPostRequestBody $body, ?BatchRecordDeci } /** - * Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither. This API is supported in the following national cloud deployments. + * Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither. This API is available in the following national cloud deployments. * @param BatchRecordDecisionsPostRequestBody $body The request body * @param BatchRecordDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.php index f6f235f339b..6555abd71fc 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties. This API is supported in the following national cloud deployments. + * Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties. This API is available in the following national cloud deployments. * @param ContactedReviewersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AccessReviewReviewer $body, ?ContactedReviewersRequestBuild } /** - * Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties. This API is supported in the following national cloud deployments. + * Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties. This API is available in the following national cloud deployments. * @param ContactedReviewersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilderGetQueryParameters.php index ad638fa8b8f..0c266a34cf0 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties. This API is supported in the following national cloud deployments. + * Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties. This API is available in the following national cloud deployments. */ class ContactedReviewersRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.php index 8bf9fb9f7a8..e14d85749e0 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties. This API is supported in the following national cloud deployments. + * Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties. This API is available in the following national cloud deployments. * @param DecisionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(AccessReviewInstanceDecisionItem $body, ?DecisionsRequestBu } /** - * Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties. This API is supported in the following national cloud deployments. + * Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties. This API is available in the following national cloud deployments. * @param DecisionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilderGetQueryParameters.php index 52f0023318b..6c2297c8c5b 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties. This API is supported in the following national cloud deployments. + * Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties. This API is available in the following national cloud deployments. */ class DecisionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.php index c3b736d3f65..c98cac229c8 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?AccessReviewInstanceDecisionItemItemRequestBuilderDelete } /** - * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments. * @param AccessReviewInstanceDecisionItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?AccessReviewInstanceDecisionItemItem } /** - * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments. * @param AccessReviewInstanceDecisionItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters.php index dd11f14cb59..2d94078a714 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments. */ class AccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters { 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 b63d307c122..1b4c8aa8b3c 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. This API is supported in the following national cloud deployments. + * Resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. This API is available in the following national cloud deployments. * @param ResetDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ResetDecisionsRequestBuilderPostRequestConfiguration $requ } /** - * Resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. This API is supported in the following national cloud deployments. + * Resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. This API is available in the following national cloud deployments. * @param ResetDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ 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 d3a85c528ff..f70652dff76 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send a reminder to the reviewers of an active accessReviewInstance. This API is supported in the following national cloud deployments. + * Send a reminder to the reviewers of an active accessReviewInstance. This API is available in the following national cloud deployments. * @param SendReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SendReminderRequestBuilderPostRequestConfiguration $reques } /** - * Send a reminder to the reviewers of an active accessReviewInstance. This API is supported in the following national cloud deployments. + * Send a reminder to the reviewers of an active accessReviewInstance. This API is available in the following national cloud deployments. * @param SendReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilder.php index 1234c79d708..58ce515dd40 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?AccessReviewStageItemRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of an accessReviewStage object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an accessReviewStage object. This API is available in the following national cloud deployments. * @param AccessReviewStageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0 Find more info here @@ -85,7 +85,7 @@ public function get(?AccessReviewStageItemRequestBuilderGetRequestConfiguration } /** - * Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress. This API is supported in the following national cloud deployments. + * Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress. This API is available in the following national cloud deployments. * @param AccessReviewStage $body The request body * @param AccessReviewStageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?AccessReviewStageItemRequestBuilderD } /** - * Retrieve the properties and relationships of an accessReviewStage object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an accessReviewStage object. This API is available in the following national cloud deployments. * @param AccessReviewStageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -143,7 +143,7 @@ public function toGetRequestInformation(?AccessReviewStageItemRequestBuilderGetR } /** - * Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress. This API is supported in the following national cloud deployments. + * Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress. This API is available in the following national cloud deployments. * @param AccessReviewStage $body The request body * @param AccessReviewStageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilderGetQueryParameters.php index c7e61ba37e8..5d236696ad5 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an accessReviewStage object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an accessReviewStage object. This API is available in the following national cloud deployments. */ class AccessReviewStageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.php index 51fc05f6905..ddb93fda795 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments. + * Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments. * @param DecisionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(AccessReviewInstanceDecisionItem $body, ?DecisionsRequestBu } /** - * Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments. + * Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments. * @param DecisionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilderGetQueryParameters.php index 2afd19e2dba..f9d7c92ae59 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments. + * Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments. */ class DecisionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.php index 33b534a7ee9..63218dde43f 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?AccessReviewInstanceDecisionItemItemRequestBuilderDelete } /** - * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments. * @param AccessReviewInstanceDecisionItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?AccessReviewInstanceDecisionItemItemRequestBuilderGetReques } /** - * Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. This API is supported in the following national cloud deployments. + * Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. This API is available in the following national cloud deployments. * @param AccessReviewInstanceDecisionItem $body The request body * @param AccessReviewInstanceDecisionItemItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?AccessReviewInstanceDecisionItemItem } /** - * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments. * @param AccessReviewInstanceDecisionItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?AccessReviewInstanceDecisionItemItemReq } /** - * Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. This API is supported in the following national cloud deployments. + * Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. This API is available in the following national cloud deployments. * @param AccessReviewInstanceDecisionItem $body The request body * @param AccessReviewInstanceDecisionItemItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters.php index 3a363bddf77..fe1898e1517 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessReviewInstanceDecisionItem object. This API is available in the following national cloud deployments. */ class AccessReviewInstanceDecisionItemItemRequestBuilderGetQueryParameters { 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 44915f3153b..141515e93f0 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages. This API is supported in the following national cloud deployments. + * Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages. This API is available in the following national cloud deployments. * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfigu } /** - * Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages. This API is supported in the following national cloud deployments. + * Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages. This API is available in the following national cloud deployments. * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.php index 1f06bcf5e72..b2652489aa6 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Retrieve the stages in a multi-stage access review instance. This API is supported in the following national cloud deployments. + * Retrieve the stages in a multi-stage access review instance. This API is available in the following national cloud deployments. * @param StagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(AccessReviewStage $body, ?StagesRequestBuilderPostRequestCo } /** - * Retrieve the stages in a multi-stage access review instance. This API is supported in the following national cloud deployments. + * Retrieve the stages in a multi-stage access review instance. This API is available in the following national cloud deployments. * @param StagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilderGetQueryParameters.php index b63ea23dcb2..cf6cde94dc2 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the stages in a multi-stage access review instance. This API is supported in the following national cloud deployments. + * Retrieve the stages in a multi-stage access review instance. This API is available in the following national cloud deployments. */ class StagesRequestBuilderGetQueryParameters { 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 f9103095f95..d2afdb516e8 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Stop a currently active accessReviewInstance. After the access review instance stops, the instance status is marked as Completed, the reviewers can no longer give input, and the access review decisions are applied. Stopping an instance will not stop future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date. This API is supported in the following national cloud deployments. + * Stop a currently active accessReviewInstance. After the access review instance stops, the instance status is marked as Completed, the reviewers can no longer give input, and the access review decisions are applied. Stopping an instance will not stop future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date. This API is available in the following national cloud deployments. * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfigu } /** - * Stop a currently active accessReviewInstance. After the access review instance stops, the instance status is marked as Completed, the reviewers can no longer give input, and the access review decisions are applied. Stopping an instance will not stop future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date. This API is supported in the following national cloud deployments. + * Stop a currently active accessReviewInstance. After the access review instance stops, the instance status is marked as Completed, the reviewers can no longer give input, and the access review decisions are applied. Stopping an instance will not stop future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date. This API is available in the following national cloud deployments. * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.php index 6966a5f5240..bd38ff09d35 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is supported in the following national cloud deployments. + * Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is available in the following national cloud deployments. * @param HistoryDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?HistoryDefinitionsRequestBuilderGetRequestConfiguration $re } /** - * Create a new accessReviewHistoryDefinition object. This API is supported in the following national cloud deployments. + * Create a new accessReviewHistoryDefinition object. This API is available in the following national cloud deployments. * @param AccessReviewHistoryDefinition $body The request body * @param HistoryDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AccessReviewHistoryDefinition $body, ?HistoryDefinitionsReq } /** - * Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is supported in the following national cloud deployments. + * Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is available in the following national cloud deployments. * @param HistoryDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?HistoryDefinitionsRequestBuilderGetRequ } /** - * Create a new accessReviewHistoryDefinition object. This API is supported in the following national cloud deployments. + * Create a new accessReviewHistoryDefinition object. This API is available in the following national cloud deployments. * @param AccessReviewHistoryDefinition $body The request body * @param HistoryDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilderGetQueryParameters.php index 720ffa3ce93..c5a27a663ac 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is supported in the following national cloud deployments. + * Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. This API is available in the following national cloud deployments. */ class HistoryDefinitionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilder.php index a4fad393710..2f69f0f966e 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?AccessReviewHistoryDefinitionItemRequestBuilderDeleteReq } /** - * Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned. This API is supported in the following national cloud deployments. + * Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned. This API is available in the following national cloud deployments. * @param AccessReviewHistoryDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?AccessReviewHistoryDefinitionItemReq } /** - * Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned. This API is supported in the following national cloud deployments. + * Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned. This API is available in the following national cloud deployments. * @param AccessReviewHistoryDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilderGetQueryParameters.php index 0ec7a234321..da6e944db0e 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned. This API is supported in the following national cloud deployments. + * Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned. This API is available in the following national cloud deployments. */ class AccessReviewHistoryDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.php index 001758e007a..39be2921718 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the instances of an access review history definition created in the last 30 days. This API is supported in the following national cloud deployments. + * Retrieve the instances of an access review history definition created in the last 30 days. This API is available in the following national cloud deployments. * @param InstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AccessReviewHistoryInstance $body, ?InstancesRequestBuilder } /** - * Retrieve the instances of an access review history definition created in the last 30 days. This API is supported in the following national cloud deployments. + * Retrieve the instances of an access review history definition created in the last 30 days. This API is available in the following national cloud deployments. * @param InstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilderGetQueryParameters.php index 53a081a28c4..4b66fd2498b 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the instances of an access review history definition created in the last 30 days. This API is supported in the following national cloud deployments. + * Retrieve the instances of an access review history definition created in the last 30 days. This API is available in the following national cloud deployments. */ class InstancesRequestBuilderGetQueryParameters { 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 ad9d87bb25b..b81c3a4333b 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 @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Generates a URI for an accessReviewHistoryInstance object the status for which is done. Each URI can be used to retrieve the instance's review history data. Each URI is valid for 24 hours and can be retrieved by fetching the downloadUri property from the accessReviewHistoryInstance object. This API is supported in the following national cloud deployments. + * Generates a URI for an accessReviewHistoryInstance object the status for which is done. Each URI can be used to retrieve the instance's review history data. Each URI is valid for 24 hours and can be retrieved by fetching the downloadUri property from the accessReviewHistoryInstance object. This API is available in the following national cloud deployments. * @param GenerateDownloadUriRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?GenerateDownloadUriRequestBuilderPostRequestConfiguration } /** - * Generates a URI for an accessReviewHistoryInstance object the status for which is done. Each URI can be used to retrieve the instance's review history data. Each URI is valid for 24 hours and can be retrieved by fetching the downloadUri property from the accessReviewHistoryInstance object. This API is supported in the following national cloud deployments. + * Generates a URI for an accessReviewHistoryInstance object the status for which is done. Each URI can be used to retrieve the instance's review history data. Each URI is valid for 24 hours and can be retrieved by fetching the downloadUri property from the accessReviewHistoryInstance object. This API is available in the following national cloud deployments. * @param GenerateDownloadUriRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.php index fa19bfb7c8a..afbf5f4445b 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Retrieve appConsentRequest objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve appConsentRequest objects and their properties. This API is available in the following national cloud deployments. * @param AppConsentRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(AppConsentRequest $body, ?AppConsentRequestsRequestBuilderP } /** - * Retrieve appConsentRequest objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve appConsentRequest objects and their properties. This API is available in the following national cloud deployments. * @param AppConsentRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilderGetQueryParameters.php index dbe3d027b21..297c2fcb305 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve appConsentRequest objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve appConsentRequest objects and their properties. This API is available in the following national cloud deployments. */ class AppConsentRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilder.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilder.php index f35a30213c4..4da39cace5b 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?AppConsentRequestItemRequestBuilderDeleteRequestConfigur } /** - * Read the properties and relationships of an appConsentRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an appConsentRequest object. This API is available in the following national cloud deployments. * @param AppConsentRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?AppConsentRequestItemRequestBuilderD } /** - * Read the properties and relationships of an appConsentRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an appConsentRequest object. This API is available in the following national cloud deployments. * @param AppConsentRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilderGetQueryParameters.php index 7ff35109e8f..4267a62fd1c 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an appConsentRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an appConsentRequest object. This API is available in the following national cloud deployments. */ class AppConsentRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilder.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilder.php index 9de651ff65a..cb65eb7811a 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ApprovalStageItemRequestBuilderDeleteRequestConfiguratio } /** - * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is available in the following national cloud deployments. * @param ApprovalStageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?ApprovalStageItemRequestBuilderGetRequestConfiguration $req } /** - * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments. * @param ApprovalStage $body The request body * @param ApprovalStageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ApprovalStageItemRequestBuilderDelet } /** - * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is available in the following national cloud deployments. * @param ApprovalStageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?ApprovalStageItemRequestBuilderGetReque } /** - * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments. * @param ApprovalStage $body The request body * @param ApprovalStageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php index 388bfb71292..1e689ed3594 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is available in the following national cloud deployments. */ class ApprovalStageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.php index cfa0e64b84a..6a5194eba2a 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. * @param StagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ApprovalStage $body, ?StagesRequestBuilderPostRequestConfig } /** - * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. * @param StagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilderGetQueryParameters.php index eb3ba2146c2..88bfe30ecea 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. */ class StagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilder.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilder.php index d86f0b057de..9e9c41af30c 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?UserConsentRequestItemRequestBuilderDeleteRequestConfigu } /** - * Read the properties and relationships of a userConsentRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a userConsentRequest object. This API is available in the following national cloud deployments. * @param UserConsentRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?UserConsentRequestItemRequestBuilder } /** - * Read the properties and relationships of a userConsentRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a userConsentRequest object. This API is available in the following national cloud deployments. * @param UserConsentRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilderGetQueryParameters.php index 7ef232eb90c..f652b97bbeb 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a userConsentRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a userConsentRequest object. This API is available in the following national cloud deployments. */ class UserConsentRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.php index 0247003d92e..26d0857949b 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Retrieve a collection of userConsentRequest objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a collection of userConsentRequest objects and their properties. This API is available in the following national cloud deployments. * @param UserConsentRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(UserConsentRequest $body, ?UserConsentRequestsRequestBuilde } /** - * Retrieve a collection of userConsentRequest objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a collection of userConsentRequest objects and their properties. This API is available in the following national cloud deployments. * @param UserConsentRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilderGetQueryParameters.php index 3b0d54f6bc2..ce3a26517f2 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a collection of userConsentRequest objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a collection of userConsentRequest objects and their properties. This API is available in the following national cloud deployments. */ class UserConsentRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.php index 66cf6a53476..5199f0b3924 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentApprovalsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -100,7 +100,7 @@ public function post(Approval $body, ?AccessPackageAssignmentApprovalsRequestBui } /** - * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentApprovalsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters.php index b25d7796a46..c26237812a9 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. */ class AccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilder.php index dd79508b439..ed7434804d6 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ApprovalItemRequestBuilderDeleteRequestConfiguration $re } /** - * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. * @param ApprovalItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/approval-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ApprovalItemRequestBuilderDeleteRequ } /** - * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. * @param ApprovalItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilderGetQueryParameters.php index a4f0ed4e369..88ab4d3e938 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. */ class ApprovalItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.php index 3b118dce008..5ae434bc77b 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ApprovalStageItemRequestBuilderDeleteRequestConfiguratio } /** - * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is available in the following national cloud deployments. * @param ApprovalStageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?ApprovalStageItemRequestBuilderGetRequestConfiguration $req } /** - * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments. * @param ApprovalStage $body The request body * @param ApprovalStageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ApprovalStageItemRequestBuilderDelet } /** - * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is available in the following national cloud deployments. * @param ApprovalStageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?ApprovalStageItemRequestBuilderGetReque } /** - * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments. * @param ApprovalStage $body The request body * @param ApprovalStageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php index 7c30dbe0b09..c07edc95506 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is available in the following national cloud deployments. */ class ApprovalStageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.php index 46e45bff911..a50610fdaab 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. * @param StagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ApprovalStage $body, ?StagesRequestBuilderPostRequestConfig } /** - * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. * @param StagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilderGetQueryParameters.php index c875133383f..170a6de13ef 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. */ class StagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.php index 3e8f3624022..fd9eb922f76 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs. This API is available in the following national cloud deployments. * @param AccessPackagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0 Find more info here @@ -82,7 +82,7 @@ public function get(?AccessPackagesRequestBuilderGetRequestConfiguration $reques } /** - * Create a new accessPackage object. The access package will be added to an existing accessPackageCatalog. This API is supported in the following national cloud deployments. + * Create a new accessPackage object. The access package will be added to an existing accessPackageCatalog. This API is available in the following national cloud deployments. * @param AccessPackage $body The request body * @param AccessPackagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -102,7 +102,7 @@ public function post(AccessPackage $body, ?AccessPackagesRequestBuilderPostReque } /** - * Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs. This API is available in the following national cloud deployments. * @param AccessPackagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toGetRequestInformation(?AccessPackagesRequestBuilderGetRequestC } /** - * Create a new accessPackage object. The access package will be added to an existing accessPackageCatalog. This API is supported in the following national cloud deployments. + * Create a new accessPackage object. The access package will be added to an existing accessPackageCatalog. This API is available in the following national cloud deployments. * @param AccessPackage $body The request body * @param AccessPackagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilderGetQueryParameters.php index 7b831120ee2..ca276d50bf2 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs. This API is available in the following national cloud deployments. */ class AccessPackagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.php index 12eb0b24640..987319cd72e 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.php @@ -88,7 +88,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an accessPackage object. You cannot delete an access package if it has any accessPackageAssignment. This API is supported in the following national cloud deployments. + * Delete an accessPackage object. You cannot delete an access package if it has any accessPackageAssignment. This API is available in the following national cloud deployments. * @param AccessPackageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0 Find more info here @@ -107,7 +107,7 @@ public function delete(?AccessPackageItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. This API is supported in the following national cloud deployments. + * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. This API is available in the following national cloud deployments. * @param AccessPackageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0 Find more info here @@ -126,7 +126,7 @@ public function get(?AccessPackageItemRequestBuilderGetRequestConfiguration $req } /** - * Update an existing accessPackage object to change one or more of its properties, such as the display name or description. This API is supported in the following national cloud deployments. + * Update an existing accessPackage object to change one or more of its properties, such as the display name or description. This API is available in the following national cloud deployments. * @param AccessPackage $body The request body * @param AccessPackageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -146,7 +146,7 @@ public function patch(AccessPackage $body, ?AccessPackageItemRequestBuilderPatch } /** - * Delete an accessPackage object. You cannot delete an access package if it has any accessPackageAssignment. This API is supported in the following national cloud deployments. + * Delete an accessPackage object. You cannot delete an access package if it has any accessPackageAssignment. This API is available in the following national cloud deployments. * @param AccessPackageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -163,7 +163,7 @@ public function toDeleteRequestInformation(?AccessPackageItemRequestBuilderDelet } /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. This API is supported in the following national cloud deployments. + * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. This API is available in the following national cloud deployments. * @param AccessPackageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -184,7 +184,7 @@ public function toGetRequestInformation(?AccessPackageItemRequestBuilderGetReque } /** - * Update an existing accessPackage object to change one or more of its properties, such as the display name or description. This API is supported in the following national cloud deployments. + * Update an existing accessPackage object to change one or more of its properties, such as the display name or description. This API is available in the following national cloud deployments. * @param AccessPackage $body The request body * @param AccessPackageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilderGetQueryParameters.php index dab420eb748..8c91fd2e1d0 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. This API is supported in the following national cloud deployments. + * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. This API is available in the following national cloud deployments. */ class AccessPackageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.php index 7a4ff5dcf8f..491abf3bea5 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible. This API is supported in the following national cloud deployments. + * Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible. This API is available in the following national cloud deployments. * @param AccessPackagesIncompatibleWithRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AccessPackagesIncompatibleWithRequestBuilderGetRequestConfi } /** - * Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible. This API is supported in the following national cloud deployments. + * Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible. This API is available in the following national cloud deployments. * @param AccessPackagesIncompatibleWithRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilderGetQueryParameters.php index 9f61d264d3a..c22fa23b5f0 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible. This API is supported in the following national cloud deployments. + * Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible. This API is available in the following national cloud deployments. */ class AccessPackagesIncompatibleWithRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php index 0a8d7a4ebf3..8489085d5ec 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * In Azure AD entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for. This API is available in the following national cloud deployments. * @param GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?GetApplicablePolicyRequirementsRequestBuilderPostRequestCo } /** - * In Azure AD entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for. This API is available in the following national cloud deployments. * @param GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.php index e601bc4fda7..10475a678b1 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param IncompatibleAccessPackagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?IncompatibleAccessPackagesRequestBuilderGetRequestConfigura } /** - * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param IncompatibleAccessPackagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilderGetQueryParameters.php index 392b4db7819..f9be73ce580 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. */ class IncompatibleAccessPackagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilder.php index 0020f566982..c8c8c184a10 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 953fee19826..64f630a60d3 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.php index 189c6fc8bd8..bc77bc373ee 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add an accessPackage to the list of access packages that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Add an accessPackage to the list of access packages that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add an accessPackage to the list of access packages that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Add an accessPackage to the list of access packages that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilderGetQueryParameters.php index f2b2d0ccace..4da7a8d47cf 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.php index 1118f29e882..e7cbec20cf1 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param IncompatibleGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?IncompatibleGroupsRequestBuilderGetRequestConfiguration $re } /** - * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param IncompatibleGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilderGetQueryParameters.php index e79e0b68945..260ece35fbc 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. */ class IncompatibleGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilder.php index ab7e78c18af..ea7c62e7689 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a group from the list of groups that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Remove a group from the list of groups that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a group from the list of groups that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Remove a group from the list of groups that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 9cdd194b70d..14b8838b0ff 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a group from the list of groups that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Remove a group from the list of groups that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.php index d4600fd9f5b..1bf70cee40d 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add a group to the list of groups that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Add a group to the list of groups that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add a group to the list of groups that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Add a group to the list of groups that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilderGetQueryParameters.php index 2a1cb83b815..379d1e1fca4 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is supported in the following national cloud deployments. + * Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.php index fea1073e932..0d2d134ebd7 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. This API is supported in the following national cloud deployments. + * Remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. This API is available in the following national cloud deployments. * @param AccessPackageResourceRoleScopeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0 Find more info here @@ -104,7 +104,7 @@ public function patch(AccessPackageResourceRoleScope $body, ?AccessPackageResour } /** - * Remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. This API is supported in the following national cloud deployments. + * Remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. This API is available in the following national cloud deployments. * @param AccessPackageResourceRoleScopeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.php index 86ce0f6b5a8..dc008f8f74c 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.php @@ -71,7 +71,7 @@ public function get(?ResourceRoleScopesRequestBuilderGetRequestConfiguration $re } /** - * Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments. This API is supported in the following national cloud deployments. + * Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments. This API is available in the following national cloud deployments. * @param AccessPackageResourceRoleScope $body The request body * @param ResourceRoleScopesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ResourceRoleScopesRequestBuilderGetRequ } /** - * Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments. This API is supported in the following national cloud deployments. + * Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments. This API is available in the following national cloud deployments. * @param AccessPackageResourceRoleScope $body The request body * @param ResourceRoleScopesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.php index bf6438fb95f..828acf74aad 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter. This API is available in the following national cloud deployments. * @param AssignmentPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AssignmentPoliciesRequestBuilderGetRequestConfiguration $re } /** - * In Azure AD entitlement management, create a new accessPackageAssignmentPolicy object. The request will include a reference to the accessPackage that will contain this policy, which must already exist. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, create a new accessPackageAssignmentPolicy object. The request will include a reference to the accessPackage that will contain this policy, which must already exist. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentPolicy $body The request body * @param AssignmentPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AccessPackageAssignmentPolicy $body, ?AssignmentPoliciesReq } /** - * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter. This API is available in the following national cloud deployments. * @param AssignmentPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AssignmentPoliciesRequestBuilderGetRequ } /** - * In Azure AD entitlement management, create a new accessPackageAssignmentPolicy object. The request will include a reference to the accessPackage that will contain this policy, which must already exist. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, create a new accessPackageAssignmentPolicy object. The request will include a reference to the accessPackage that will contain this policy, which must already exist. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentPolicy $body The request body * @param AssignmentPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilderGetQueryParameters.php index 3887d1b8567..4095916e4ad 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter. This API is available in the following national cloud deployments. */ class AssignmentPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.php index b9c6bdd3f3a..4b15d43d8e1 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * In Azure AD entitlement management, delete an accessPackageAssignmentPolicy. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, delete an accessPackageAssignmentPolicy. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?AccessPackageAssignmentPolicyItemRequestBuilderDeleteReq } /** - * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function put(AccessPackageAssignmentPolicy $body, ?AccessPackageAssignmen } /** - * In Azure AD entitlement management, delete an accessPackageAssignmentPolicy. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, delete an accessPackageAssignmentPolicy. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -138,7 +138,7 @@ public function toDeleteRequestInformation(?AccessPackageAssignmentPolicyItemReq } /** - * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilderGetQueryParameters.php index d5b3cefee3f..76c5a9f455c 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. This API is available in the following national cloud deployments. */ class AccessPackageAssignmentPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.php index a9a037f35fb..a70d00becaa 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages. This API is available in the following national cloud deployments. * @param AssignmentRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0 Find more info here @@ -82,7 +82,7 @@ public function get(?AssignmentRequestsRequestBuilderGetRequestConfiguration $re } /** - * In Azure AD Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, update the assignment, or to remove an access package assignment. This API is supported in the following national cloud deployments. + * In Azure AD Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, update the assignment, or to remove an access package assignment. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentRequest $body The request body * @param AssignmentRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -102,7 +102,7 @@ public function post(AccessPackageAssignmentRequest $body, ?AssignmentRequestsRe } /** - * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages. This API is available in the following national cloud deployments. * @param AssignmentRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toGetRequestInformation(?AssignmentRequestsRequestBuilderGetRequ } /** - * In Azure AD Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, update the assignment, or to remove an access package assignment. This API is supported in the following national cloud deployments. + * In Azure AD Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, update the assignment, or to remove an access package assignment. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentRequest $body The request body * @param AssignmentRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilderGetQueryParameters.php index a09124ee6fb..44518898a7a 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages. This API is available in the following national cloud deployments. */ class AssignmentRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilder.php index dd3eafcc548..859b2e5861e 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilder.php @@ -80,7 +80,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an accessPackageAssignmentRequest object. This request can be made to remove a denied or completed request. You cannot delete an access package assignment request if it has any accessPackageAssignment objects. This API is supported in the following national cloud deployments. + * Delete an accessPackageAssignmentRequest object. This request can be made to remove a denied or completed request. You cannot delete an access package assignment request if it has any accessPackageAssignment objects. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function delete(?AccessPackageAssignmentRequestItemRequestBuilderDeleteRe } /** - * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function patch(AccessPackageAssignmentRequest $body, ?AccessPackageAssign } /** - * Delete an accessPackageAssignmentRequest object. This request can be made to remove a denied or completed request. You cannot delete an access package assignment request if it has any accessPackageAssignment objects. This API is supported in the following national cloud deployments. + * Delete an accessPackageAssignmentRequest object. This request can be made to remove a denied or completed request. You cannot delete an access package assignment request if it has any accessPackageAssignment objects. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?AccessPackageAssignmentRequestItemRe } /** - * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilderGetQueryParameters.php index 0a896d9772d..1f35d36e60c 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. This API is available in the following national cloud deployments. */ class AccessPackageAssignmentRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.php index 513ab76b043..97c55aae533 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * In Azure AD Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancellable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated. This API is supported in the following national cloud deployments. + * In Azure AD Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancellable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfi } /** - * In Azure AD Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancellable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated. This API is supported in the following national cloud deployments. + * In Azure AD Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancellable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.php index 7bc04e17d67..02721854c45 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * In Azure AD entitlement management, callers can automatically retry a user's request for access to an access package. It's performed on an accessPackageAssignmentRequest object whose requestState is in a DeliveryFailed or PartiallyDelivered state. You can only reprocess a request within 14 days from the time the original request was completed. For requests completed more than 14 days, you will need to ask the users to cancel the request(s) and make a new request in the MyAccess portal. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, callers can automatically retry a user's request for access to an access package. It's performed on an accessPackageAssignmentRequest object whose requestState is in a DeliveryFailed or PartiallyDelivered state. You can only reprocess a request within 14 days from the time the original request was completed. For requests completed more than 14 days, you will need to ask the users to cancel the request(s) and make a new request in the MyAccess portal. This API is available in the following national cloud deployments. * @param ReprocessRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReprocessRequestBuilderPostRequestConfiguration $requestCo } /** - * In Azure AD entitlement management, callers can automatically retry a user's request for access to an access package. It's performed on an accessPackageAssignmentRequest object whose requestState is in a DeliveryFailed or PartiallyDelivered state. You can only reprocess a request within 14 days from the time the original request was completed. For requests completed more than 14 days, you will need to ask the users to cancel the request(s) and make a new request in the MyAccess portal. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, callers can automatically retry a user's request for access to an access package. It's performed on an accessPackageAssignmentRequest object whose requestState is in a DeliveryFailed or PartiallyDelivered state. You can only reprocess a request within 14 days from the time the original request was completed. For requests completed more than 14 days, you will need to ask the users to cancel the request(s) and make a new request in the MyAccess portal. This API is available in the following national cloud deployments. * @param ReprocessRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumePostRequestBody.php index fe7187fd37f..0f57c48ced5 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.php index 2bec546ff62..44728be2574 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * In Azure AD entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param ResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?ResumeRequestBuilderPostReque } /** - * In Azure AD entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param ResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.php index 72dc06b591a..96d654787f0 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.php @@ -82,7 +82,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * In Azure AD entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq 'a914b616-e04e-476b-aa37-91038f0b165b'. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq 'a914b616-e04e-476b-aa37-91038f0b165b'. This API is available in the following national cloud deployments. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0 Find more info here @@ -120,7 +120,7 @@ public function post(AccessPackageAssignment $body, ?AssignmentsRequestBuilderPo } /** - * In Azure AD entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq 'a914b616-e04e-476b-aa37-91038f0b165b'. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq 'a914b616-e04e-476b-aa37-91038f0b165b'. This API is available in the following national cloud deployments. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilderGetQueryParameters.php index 5fc8f1e2465..538d496d787 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq 'a914b616-e04e-476b-aa37-91038f0b165b'. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq 'a914b616-e04e-476b-aa37-91038f0b165b'. This API is available in the following national cloud deployments. */ class AssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilder.php index b3f16cbc832..db63ba8c075 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?AccessPackageAssignmentItemRequestBuilderDeleteRequestCo } /** - * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function toDeleteRequestInformation(?AccessPackageAssignmentItemRequestBu } /** - * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is available in the following national cloud deployments. * @param AccessPackageAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilderGetQueryParameters.php index 1d0d6c5a81b..f29c7c47e3b 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. This API is available in the following national cloud deployments. */ class AccessPackageAssignmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.php index cef3f4b103e..09858273493 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * In Azure AD entitlement management, callers can automatically reevaluate and enforce an accessPackageAssignment object of a user’s assignments for a specific access package. The state of the access package assignment must be Delivered for the administrator to reprocess the user's assignment. Only admins with the Access Package Assignment Manager role, or higher, in Azure AD entitlement management can perform this action. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, callers can automatically reevaluate and enforce an accessPackageAssignment object of a user’s assignments for a specific access package. The state of the access package assignment must be Delivered for the administrator to reprocess the user's assignment. Only admins with the Access Package Assignment Manager role, or higher, in Azure AD entitlement management can perform this action. This API is available in the following national cloud deployments. * @param ReprocessRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReprocessRequestBuilderPostRequestConfiguration $requestCo } /** - * In Azure AD entitlement management, callers can automatically reevaluate and enforce an accessPackageAssignment object of a user’s assignments for a specific access package. The state of the access package assignment must be Delivered for the administrator to reprocess the user's assignment. Only admins with the Access Package Assignment Manager role, or higher, in Azure AD entitlement management can perform this action. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, callers can automatically reevaluate and enforce an accessPackageAssignment object of a user’s assignments for a specific access package. The state of the access package assignment must be Delivered for the administrator to reprocess the user's assignment. Only admins with the Access Package Assignment Manager role, or higher, in Azure AD entitlement management can perform this action. This API is available in the following national cloud deployments. * @param ReprocessRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.php index 79d8f5e53af..c17dea3dc0b 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of accessPackageCatalog objects. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageCatalog objects. This API is available in the following national cloud deployments. * @param CatalogsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CatalogsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new accessPackageCatalog object. This API is supported in the following national cloud deployments. + * Create a new accessPackageCatalog object. This API is available in the following national cloud deployments. * @param AccessPackageCatalog $body The request body * @param CatalogsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AccessPackageCatalog $body, ?CatalogsRequestBuilderPostRequ } /** - * Retrieve a list of accessPackageCatalog objects. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageCatalog objects. This API is available in the following national cloud deployments. * @param CatalogsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CatalogsRequestBuilderGetRequestConfigu } /** - * Create a new accessPackageCatalog object. This API is supported in the following national cloud deployments. + * Create a new accessPackageCatalog object. This API is available in the following national cloud deployments. * @param AccessPackageCatalog $body The request body * @param CatalogsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilderGetQueryParameters.php index 88a1a06734a..024ca74a3fc 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of accessPackageCatalog objects. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageCatalog objects. This API is available in the following national cloud deployments. */ class CatalogsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilder.php index e498a9c4ac2..9df2683cac9 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilder.php @@ -72,7 +72,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an accessPackageCatalog. This API is supported in the following national cloud deployments. + * Delete an accessPackageCatalog. This API is available in the following national cloud deployments. * @param AccessPackageCatalogItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function delete(?AccessPackageCatalogItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of an accessPackageCatalog object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an accessPackageCatalog object. This API is available in the following national cloud deployments. * @param AccessPackageCatalogItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0 Find more info here @@ -110,7 +110,7 @@ public function get(?AccessPackageCatalogItemRequestBuilderGetRequestConfigurati } /** - * Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description. This API is supported in the following national cloud deployments. + * Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description. This API is available in the following national cloud deployments. * @param AccessPackageCatalog $body The request body * @param AccessPackageCatalogItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -130,7 +130,7 @@ public function patch(AccessPackageCatalog $body, ?AccessPackageCatalogItemReque } /** - * Delete an accessPackageCatalog. This API is supported in the following national cloud deployments. + * Delete an accessPackageCatalog. This API is available in the following national cloud deployments. * @param AccessPackageCatalogItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -147,7 +147,7 @@ public function toDeleteRequestInformation(?AccessPackageCatalogItemRequestBuild } /** - * Retrieve the properties and relationships of an accessPackageCatalog object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an accessPackageCatalog object. This API is available in the following national cloud deployments. * @param AccessPackageCatalogItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -168,7 +168,7 @@ public function toGetRequestInformation(?AccessPackageCatalogItemRequestBuilderG } /** - * Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description. This API is supported in the following national cloud deployments. + * Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description. This API is available in the following national cloud deployments. * @param AccessPackageCatalog $body The request body * @param AccessPackageCatalogItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilderGetQueryParameters.php index b357a3ded04..1d5b6fc60fa 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an accessPackageCatalog object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an accessPackageCatalog object. This API is available in the following national cloud deployments. */ class AccessPackageCatalogItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.php index 0085603bc7b..58d778d061e 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is supported in the following national cloud deployments. + * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is available in the following national cloud deployments. * @param CustomWorkflowExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CustomWorkflowExtensionsRequestBuilderGetRequestConfigurati } /** - * Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is supported in the following national cloud deployments. + * Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is available in the following national cloud deployments. * @param CustomCalloutExtension $body The request body * @param CustomWorkflowExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CustomCalloutExtension $body, ?CustomWorkflowExtensionsRequ } /** - * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is supported in the following national cloud deployments. + * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is available in the following national cloud deployments. * @param CustomWorkflowExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CustomWorkflowExtensionsRequestBuilderG } /** - * Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is supported in the following national cloud deployments. + * Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is available in the following national cloud deployments. * @param CustomCalloutExtension $body The request body * @param CustomWorkflowExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilderGetQueryParameters.php index bc4a453d69a..d14064b6337 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is supported in the following national cloud deployments. + * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is available in the following national cloud deployments. */ class CustomWorkflowExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php index 9c9c0ee818e..d22d99836a5 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php @@ -32,7 +32,7 @@ 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: This API is supported in the following national cloud deployments. + * 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: This API is available in the following national cloud deployments. * @param CustomCalloutExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0 Find more info here @@ -51,10 +51,10 @@ public function delete(?CustomCalloutExtensionItemRequestBuilderDeleteRequestCon } /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments. * @param CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 Find more info here */ public function get(?CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -90,7 +90,7 @@ public function patch(CustomCalloutExtension $body, ?CustomCalloutExtensionItemR } /** - * 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: This API is supported in the following national cloud deployments. + * 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: This API is available in the following national cloud deployments. * @param CustomCalloutExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?CustomCalloutExtensionItemRequestBui } /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments. * @param CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php index 1548f053099..16867effea7 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments. */ class CustomCalloutExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.php index 74325a9b139..2240fc54fba 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is available in the following national cloud deployments. * @param ResourceRolesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AccessPackageResourceRole $body, ?ResourceRolesRequestBuild } /** - * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is available in the following national cloud deployments. * @param ResourceRolesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilderGetQueryParameters.php index 69f7a4206b3..36cfc26e51b 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is available in the following national cloud deployments. */ class ResourceRolesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.php index a9705e4f6ce..5f9ef7f9e6a 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AccessPackageResource $body, ?ResourcesRequestBuilderPostRe } /** - * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php index 5904dca316b..01953051061 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments. */ class ResourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.php index 62bb6323665..fe63f889dd9 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of connectedOrganization objects. This API is supported in the following national cloud deployments. + * Retrieve a list of connectedOrganization objects. This API is available in the following national cloud deployments. * @param ConnectedOrganizationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ConnectedOrganizationsRequestBuilderGetRequestConfiguration } /** - * Create a new connectedOrganization object. This API is supported in the following national cloud deployments. + * Create a new connectedOrganization object. This API is available in the following national cloud deployments. * @param ConnectedOrganization $body The request body * @param ConnectedOrganizationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ConnectedOrganization $body, ?ConnectedOrganizationsRequest } /** - * Retrieve a list of connectedOrganization objects. This API is supported in the following national cloud deployments. + * Retrieve a list of connectedOrganization objects. This API is available in the following national cloud deployments. * @param ConnectedOrganizationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ConnectedOrganizationsRequestBuilderGet } /** - * Create a new connectedOrganization object. This API is supported in the following national cloud deployments. + * Create a new connectedOrganization object. This API is available in the following national cloud deployments. * @param ConnectedOrganization $body The request body * @param ConnectedOrganizationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilderGetQueryParameters.php index d0fe796f6b4..b1b49626961 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of connectedOrganization objects. This API is supported in the following national cloud deployments. + * Retrieve a list of connectedOrganization objects. This API is available in the following national cloud deployments. */ class ConnectedOrganizationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilder.php index f8a9054db7b..6de118d6d7c 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a connectedOrganization object. This API is supported in the following national cloud deployments. + * Delete a connectedOrganization object. This API is available in the following national cloud deployments. * @param ConnectedOrganizationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?ConnectedOrganizationItemRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a connectedOrganization object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a connectedOrganization object. This API is available in the following national cloud deployments. * @param ConnectedOrganizationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?ConnectedOrganizationItemRequestBuilderGetRequestConfigurat } /** - * Update a connectedOrganization object to change one or more of its properties. This API is supported in the following national cloud deployments. + * Update a connectedOrganization object to change one or more of its properties. This API is available in the following national cloud deployments. * @param ConnectedOrganization $body The request body * @param ConnectedOrganizationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(ConnectedOrganization $body, ?ConnectedOrganizationItemReq } /** - * Delete a connectedOrganization object. This API is supported in the following national cloud deployments. + * Delete a connectedOrganization object. This API is available in the following national cloud deployments. * @param ConnectedOrganizationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?ConnectedOrganizationItemRequestBuil } /** - * Retrieve the properties and relationships of a connectedOrganization object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a connectedOrganization object. This API is available in the following national cloud deployments. * @param ConnectedOrganizationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?ConnectedOrganizationItemRequestBuilder } /** - * Update a connectedOrganization object to change one or more of its properties. This API is supported in the following national cloud deployments. + * Update a connectedOrganization object to change one or more of its properties. This API is available in the following national cloud deployments. * @param ConnectedOrganization $body The request body * @param ConnectedOrganizationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilderGetQueryParameters.php index afb3d94e47f..bf63b42f65e 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a connectedOrganization object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a connectedOrganization object. This API is available in the following national cloud deployments. */ class ConnectedOrganizationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaGetResponse.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaGetResponse.php deleted file mode 100644 index 36a87ebde8a..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaGetResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaRequestBuilder.php deleted file mode 100644 index 24749b6063f..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toGetRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DeltaGetResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toGetRequestInformation(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::GET; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - if ($requestConfiguration->queryParameters !== null) { - $requestInfo->setQueryParameters($requestConfiguration->queryParameters); - } - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return DeltaRequestBuilder - */ - public function withUrl(string $rawUrl): DeltaRequestBuilder { - return new DeltaRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaRequestBuilderGetQueryParameters.php deleted file mode 100644 index ba8c0f8800b..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaRequestBuilderGetQueryParameters.php +++ /dev/null @@ -1,74 +0,0 @@ -|null $orderby Order items by property values - */ - public ?array $orderby = null; - - /** - * @QueryParameter("%24search") - * @var string|null $search Search items by search phrases - */ - public ?string $search = null; - - /** - * @QueryParameter("%24select") - * @var array|null $select Select properties to be returned - */ - public ?array $select = null; - - /** - * @QueryParameter("%24skip") - * @var int|null $skip Skip the first n items - */ - public ?int $skip = null; - - /** - * @QueryParameter("%24top") - * @var int|null $top Show only the first n items - */ - public ?int $top = null; - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters and sets the default values. - * @param bool|null $count Include count of items - * @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, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { - $this->count = $count; - $this->filter = $filter; - $this->orderby = $orderby; - $this->search = $search; - $this->select = $select; - $this->skip = $skip; - $this->top = $top; - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaRequestBuilderGetRequestConfiguration.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaRequestBuilderGetRequestConfiguration.php deleted file mode 100644 index 5a905629522..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Delta/DeltaRequestBuilderGetRequestConfiguration.php +++ /dev/null @@ -1,44 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - * @param DeltaRequestBuilderGetQueryParameters|null $queryParameters Request query parameters - */ - public function __construct(?array $headers = null, ?array $options = null, ?DeltaRequestBuilderGetQueryParameters $queryParameters = null) { - parent::__construct($headers ?? [], $options ?? []); - $this->queryParameters = $queryParameters; - } - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters. - * @param bool|null $count Include count of items - * @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 DeltaRequestBuilderGetQueryParameters - */ - public static function createQueryParameters(?bool $count = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DeltaRequestBuilderGetQueryParameters { - return new DeltaRequestBuilderGetQueryParameters($count, $filter, $orderby, $search, $select, $skip, $top); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.php index 5c833d6afad..ab55b9df24f 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.php @@ -6,13 +6,8 @@ use Http\Promise\Promise; use Http\Promise\RejectedPromise; use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\ExternalSponsors\Count\CountRequestBuilder; -use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\ExternalSponsors\Delta\DeltaRequestBuilder; -use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\ExternalSponsors\GetAvailableExtensionProperties\GetAvailableExtensionPropertiesRequestBuilder; -use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\ExternalSponsors\GetByIds\GetByIdsRequestBuilder; use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\ExternalSponsors\Item\DirectoryObjectItemRequestBuilder; use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\ExternalSponsors\Ref\RefRequestBuilder; -use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\ExternalSponsors\ValidateProperties\ValidatePropertiesRequestBuilder; -use Microsoft\Graph\Generated\Models\DirectoryObject; use Microsoft\Graph\Generated\Models\DirectoryObjectCollectionResponse; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; @@ -32,27 +27,6 @@ public function count(): CountRequestBuilder { return new CountRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the delta method. - */ - public function delta(): DeltaRequestBuilder { - return new DeltaRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getAvailableExtensionProperties method. - */ - public function getAvailableExtensionProperties(): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getByIds method. - */ - public function getByIds(): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Provides operations to manage the collection of identityGovernance entities. */ @@ -60,13 +34,6 @@ public function ref(): RefRequestBuilder { return new RefRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the validateProperties method. - */ - public function validateProperties(): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Gets an item from the Microsoft/Graph/Generated.identityGovernance.entitlementManagement.connectedOrganizations.item.externalSponsors.item collection * @param string $directoryObjectId Unique identifier of the item @@ -93,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param ExternalSponsorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0 Find more info here @@ -112,27 +79,7 @@ public function get(?ExternalSponsorsRequestBuilderGetRequestConfiguration $requ } /** - * Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. - * @param DirectoryObject $body The request body - * @param ExternalSponsorsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0 Find more info here - */ - public function post(DirectoryObject $body, ?ExternalSponsorsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DirectoryObject::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param ExternalSponsorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,26 +99,6 @@ public function toGetRequestInformation(?ExternalSponsorsRequestBuilderGetReques return $requestInfo; } - /** - * Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. - * @param DirectoryObject $body The request body - * @param ExternalSponsorsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(DirectoryObject $body, ?ExternalSponsorsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - /** * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. * @param string $rawUrl The raw URL to use for the request builder. diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilderGetQueryParameters.php index 01e861ec567..5d424d83c68 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. */ class ExternalSponsorsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilderPostRequestConfiguration.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 109fc058fe1..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php deleted file mode 100644 index 865e0750b65..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetAvailableExtensionPropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAvailableExtensionPropertiesPostRequestBody { - return new GetAvailableExtensionPropertiesPostRequestBody(); - } - - /** - * 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 [ - 'isSyncedFromOnPremises' => fn(ParseNode $n) => $o->setIsSyncedFromOnPremises($n->getBooleanValue()), - ]; - } - - /** - * Gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @return bool|null - */ - public function getIsSyncedFromOnPremises(): ?bool { - $val = $this->getBackingStore()->get('isSyncedFromOnPremises'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'isSyncedFromOnPremises'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('isSyncedFromOnPremises', $this->getIsSyncedFromOnPremises()); - $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 isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @param bool|null $value Value to set for the isSyncedFromOnPremises property. - */ - public function setIsSyncedFromOnPremises(?bool $value): void { - $this->getBackingStore()->set('isSyncedFromOnPremises', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php deleted file mode 100644 index 7293ff56877..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([ExtensionProperty::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, ExtensionProperty::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php deleted file mode 100644 index d06828647e0..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/getAvailableExtensionProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 Find more info here - */ - public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetAvailableExtensionPropertiesPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetAvailableExtensionPropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 09091518329..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsPostRequestBody.php deleted file mode 100644 index 82f7acebd80..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsPostRequestBody.php +++ /dev/null @@ -1,155 +0,0 @@ -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 GetByIdsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetByIdsPostRequestBody { - return new GetByIdsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - 'types' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setTypes($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Gets the types property value. The types property - * @return array|null - */ - public function getTypes(): ?array { - $val = $this->getBackingStore()->get('types'); - 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 'types'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $writer->writeCollectionOfPrimitiveValues('types', $this->getTypes()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - - /** - * Sets the types property value. The types property - * @param array|null $value Value to set for the types property. - */ - public function setTypes(?array $value): void { - $this->getBackingStore()->set('types', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsPostResponse.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsPostResponse.php deleted file mode 100644 index 914e4fc6c0c..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsRequestBuilder.php deleted file mode 100644 index 23b3c71d2e5..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/getByIds'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 Find more info here - */ - public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetByIdsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetByIdsRequestBuilder - */ - public function withUrl(string $rawUrl): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index d1d7cf92572..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilder.php index 8c736577ae4..8d328e6cc2f 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 9d4f1be7cd0..42a1c8e8e39 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.php index 60ebe291be7..2d570d82424 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilderGetQueryParameters.php index 359beb077bb..9ebc4706743 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ValidateProperties/ValidatePropertiesPostRequestBody.php deleted file mode 100644 index 8e51ef0f5a8..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ /dev/null @@ -1,180 +0,0 @@ -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 ValidatePropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): ValidatePropertiesPostRequestBody { - return new ValidatePropertiesPostRequestBody(); - } - - /** - * 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 displayName property value. The displayName property - * @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 entityType property value. The entityType property - * @return string|null - */ - public function getEntityType(): ?string { - $val = $this->getBackingStore()->get('entityType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'entityType'"); - } - - /** - * The deserialization information for the current model - * @return array - */ - public function getFieldDeserializers(): array { - $o = $this; - return [ - 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), - 'entityType' => fn(ParseNode $n) => $o->setEntityType($n->getStringValue()), - 'mailNickname' => fn(ParseNode $n) => $o->setMailNickname($n->getStringValue()), - 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), - ]; - } - - /** - * Gets the mailNickname property value. The mailNickname property - * @return string|null - */ - public function getMailNickname(): ?string { - $val = $this->getBackingStore()->get('mailNickname'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'mailNickname'"); - } - - /** - * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @return string|null - */ - public function getOnBehalfOfUserId(): ?string { - $val = $this->getBackingStore()->get('onBehalfOfUserId'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('displayName', $this->getDisplayName()); - $writer->writeStringValue('entityType', $this->getEntityType()); - $writer->writeStringValue('mailNickname', $this->getMailNickname()); - $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); - $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 displayName property value. The displayName property - * @param string|null $value Value to set for the displayName property. - */ - public function setDisplayName(?string $value): void { - $this->getBackingStore()->set('displayName', $value); - } - - /** - * Sets the entityType property value. The entityType property - * @param string|null $value Value to set for the entityType property. - */ - public function setEntityType(?string $value): void { - $this->getBackingStore()->set('entityType', $value); - } - - /** - * Sets the mailNickname property value. The mailNickname property - * @param string|null $value Value to set for the mailNickname property. - */ - public function setMailNickname(?string $value): void { - $this->getBackingStore()->set('mailNickname', $value); - } - - /** - * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @param string|null $value Value to set for the onBehalfOfUserId property. - */ - public function setOnBehalfOfUserId(?string $value): void { - $this->getBackingStore()->set('onBehalfOfUserId', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilder.php deleted file mode 100644 index 9923f8df3aa..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/validateProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 Find more info here - */ - public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendNoContentAsync($requestInfo, $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return ValidatePropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 6f29c61683b..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaGetResponse.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaGetResponse.php deleted file mode 100644 index 48f023dbe5e..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaGetResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaRequestBuilder.php deleted file mode 100644 index 623a5f28a82..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toGetRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DeltaGetResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toGetRequestInformation(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::GET; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - if ($requestConfiguration->queryParameters !== null) { - $requestInfo->setQueryParameters($requestConfiguration->queryParameters); - } - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return DeltaRequestBuilder - */ - public function withUrl(string $rawUrl): DeltaRequestBuilder { - return new DeltaRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaRequestBuilderGetQueryParameters.php deleted file mode 100644 index d768b019bcb..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaRequestBuilderGetQueryParameters.php +++ /dev/null @@ -1,74 +0,0 @@ -|null $orderby Order items by property values - */ - public ?array $orderby = null; - - /** - * @QueryParameter("%24search") - * @var string|null $search Search items by search phrases - */ - public ?string $search = null; - - /** - * @QueryParameter("%24select") - * @var array|null $select Select properties to be returned - */ - public ?array $select = null; - - /** - * @QueryParameter("%24skip") - * @var int|null $skip Skip the first n items - */ - public ?int $skip = null; - - /** - * @QueryParameter("%24top") - * @var int|null $top Show only the first n items - */ - public ?int $top = null; - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters and sets the default values. - * @param bool|null $count Include count of items - * @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, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { - $this->count = $count; - $this->filter = $filter; - $this->orderby = $orderby; - $this->search = $search; - $this->select = $select; - $this->skip = $skip; - $this->top = $top; - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaRequestBuilderGetRequestConfiguration.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaRequestBuilderGetRequestConfiguration.php deleted file mode 100644 index 9c63af1e1e2..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Delta/DeltaRequestBuilderGetRequestConfiguration.php +++ /dev/null @@ -1,44 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - * @param DeltaRequestBuilderGetQueryParameters|null $queryParameters Request query parameters - */ - public function __construct(?array $headers = null, ?array $options = null, ?DeltaRequestBuilderGetQueryParameters $queryParameters = null) { - parent::__construct($headers ?? [], $options ?? []); - $this->queryParameters = $queryParameters; - } - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters. - * @param bool|null $count Include count of items - * @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 DeltaRequestBuilderGetQueryParameters - */ - public static function createQueryParameters(?bool $count = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DeltaRequestBuilderGetQueryParameters { - return new DeltaRequestBuilderGetQueryParameters($count, $filter, $orderby, $search, $select, $skip, $top); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php deleted file mode 100644 index ad70cbd2aa8..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetAvailableExtensionPropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAvailableExtensionPropertiesPostRequestBody { - return new GetAvailableExtensionPropertiesPostRequestBody(); - } - - /** - * 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 [ - 'isSyncedFromOnPremises' => fn(ParseNode $n) => $o->setIsSyncedFromOnPremises($n->getBooleanValue()), - ]; - } - - /** - * Gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @return bool|null - */ - public function getIsSyncedFromOnPremises(): ?bool { - $val = $this->getBackingStore()->get('isSyncedFromOnPremises'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'isSyncedFromOnPremises'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('isSyncedFromOnPremises', $this->getIsSyncedFromOnPremises()); - $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 isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @param bool|null $value Value to set for the isSyncedFromOnPremises property. - */ - public function setIsSyncedFromOnPremises(?bool $value): void { - $this->getBackingStore()->set('isSyncedFromOnPremises', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php deleted file mode 100644 index 0f5c6e7101b..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([ExtensionProperty::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, ExtensionProperty::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php deleted file mode 100644 index c2a18e8d68e..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/getAvailableExtensionProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 Find more info here - */ - public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetAvailableExtensionPropertiesPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetAvailableExtensionPropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 4d6cc97e55f..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsPostRequestBody.php deleted file mode 100644 index c2ad7961557..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsPostRequestBody.php +++ /dev/null @@ -1,155 +0,0 @@ -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 GetByIdsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetByIdsPostRequestBody { - return new GetByIdsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - 'types' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setTypes($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Gets the types property value. The types property - * @return array|null - */ - public function getTypes(): ?array { - $val = $this->getBackingStore()->get('types'); - 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 'types'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $writer->writeCollectionOfPrimitiveValues('types', $this->getTypes()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - - /** - * Sets the types property value. The types property - * @param array|null $value Value to set for the types property. - */ - public function setTypes(?array $value): void { - $this->getBackingStore()->set('types', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsPostResponse.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsPostResponse.php deleted file mode 100644 index 269e315e402..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsRequestBuilder.php deleted file mode 100644 index cbfd0385e64..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/getByIds'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 Find more info here - */ - public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetByIdsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetByIdsRequestBuilder - */ - public function withUrl(string $rawUrl): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index b23be9ece17..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.php index a8054527fab..5320ea1dc99 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.php @@ -6,13 +6,8 @@ use Http\Promise\Promise; use Http\Promise\RejectedPromise; use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\InternalSponsors\Count\CountRequestBuilder; -use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\InternalSponsors\Delta\DeltaRequestBuilder; -use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\InternalSponsors\GetAvailableExtensionProperties\GetAvailableExtensionPropertiesRequestBuilder; -use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\InternalSponsors\GetByIds\GetByIdsRequestBuilder; use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\InternalSponsors\Item\DirectoryObjectItemRequestBuilder; use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\InternalSponsors\Ref\RefRequestBuilder; -use Microsoft\Graph\Generated\IdentityGovernance\EntitlementManagement\ConnectedOrganizations\Item\InternalSponsors\ValidateProperties\ValidatePropertiesRequestBuilder; -use Microsoft\Graph\Generated\Models\DirectoryObject; use Microsoft\Graph\Generated\Models\DirectoryObjectCollectionResponse; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; @@ -32,27 +27,6 @@ public function count(): CountRequestBuilder { return new CountRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the delta method. - */ - public function delta(): DeltaRequestBuilder { - return new DeltaRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getAvailableExtensionProperties method. - */ - public function getAvailableExtensionProperties(): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getByIds method. - */ - public function getByIds(): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Provides operations to manage the collection of identityGovernance entities. */ @@ -60,13 +34,6 @@ public function ref(): RefRequestBuilder { return new RefRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the validateProperties method. - */ - public function validateProperties(): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Gets an item from the Microsoft/Graph/Generated.identityGovernance.entitlementManagement.connectedOrganizations.item.internalSponsors.item collection * @param string $directoryObjectId Unique identifier of the item @@ -93,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param InternalSponsorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0 Find more info here @@ -112,27 +79,7 @@ public function get(?InternalSponsorsRequestBuilderGetRequestConfiguration $requ } /** - * Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. - * @param DirectoryObject $body The request body - * @param InternalSponsorsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0 Find more info here - */ - public function post(DirectoryObject $body, ?InternalSponsorsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DirectoryObject::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param InternalSponsorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,26 +99,6 @@ public function toGetRequestInformation(?InternalSponsorsRequestBuilderGetReques return $requestInfo; } - /** - * Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. - * @param DirectoryObject $body The request body - * @param InternalSponsorsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(DirectoryObject $body, ?InternalSponsorsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - /** * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. * @param string $rawUrl The raw URL to use for the request builder. diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilderGetQueryParameters.php index 851f582e27b..b73b6380ffe 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. */ class InternalSponsorsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilderPostRequestConfiguration.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index a0567302176..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilder.php index 3d95cba3ca6..3ed75a30152 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index 88d2ef55f5f..815edf5d1ed 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.php index 79fcb28e5c0..89ac9cc1d2f 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilderGetQueryParameters.php index 8425a1c9725..347be7c8452 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is supported in the following national cloud deployments. + * Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/ValidateProperties/ValidatePropertiesPostRequestBody.php deleted file mode 100644 index 65e9b2518e9..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ /dev/null @@ -1,180 +0,0 @@ -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 ValidatePropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): ValidatePropertiesPostRequestBody { - return new ValidatePropertiesPostRequestBody(); - } - - /** - * 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 displayName property value. The displayName property - * @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 entityType property value. The entityType property - * @return string|null - */ - public function getEntityType(): ?string { - $val = $this->getBackingStore()->get('entityType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'entityType'"); - } - - /** - * The deserialization information for the current model - * @return array - */ - public function getFieldDeserializers(): array { - $o = $this; - return [ - 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), - 'entityType' => fn(ParseNode $n) => $o->setEntityType($n->getStringValue()), - 'mailNickname' => fn(ParseNode $n) => $o->setMailNickname($n->getStringValue()), - 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), - ]; - } - - /** - * Gets the mailNickname property value. The mailNickname property - * @return string|null - */ - public function getMailNickname(): ?string { - $val = $this->getBackingStore()->get('mailNickname'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'mailNickname'"); - } - - /** - * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @return string|null - */ - public function getOnBehalfOfUserId(): ?string { - $val = $this->getBackingStore()->get('onBehalfOfUserId'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('displayName', $this->getDisplayName()); - $writer->writeStringValue('entityType', $this->getEntityType()); - $writer->writeStringValue('mailNickname', $this->getMailNickname()); - $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); - $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 displayName property value. The displayName property - * @param string|null $value Value to set for the displayName property. - */ - public function setDisplayName(?string $value): void { - $this->getBackingStore()->set('displayName', $value); - } - - /** - * Sets the entityType property value. The entityType property - * @param string|null $value Value to set for the entityType property. - */ - public function setEntityType(?string $value): void { - $this->getBackingStore()->set('entityType', $value); - } - - /** - * Sets the mailNickname property value. The mailNickname property - * @param string|null $value Value to set for the mailNickname property. - */ - public function setMailNickname(?string $value): void { - $this->getBackingStore()->set('mailNickname', $value); - } - - /** - * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @param string|null $value Value to set for the onBehalfOfUserId property. - */ - public function setOnBehalfOfUserId(?string $value): void { - $this->getBackingStore()->set('onBehalfOfUserId', $value); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilder.php deleted file mode 100644 index aacd4797378..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/validateProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 Find more info here - */ - public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendNoContentAsync($requestInfo, $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return ValidatePropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index d28b74691ac..00000000000 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.php index 4b76736966d..a9f7cf39c37 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is available in the following national cloud deployments. * @param ResourceEnvironmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AccessPackageResourceEnvironment $body, ?ResourceEnvironmen } /** - * Retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is available in the following national cloud deployments. * @param ResourceEnvironmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilderGetQueryParameters.php index 08f198dac3e..3f1efcf8b0b 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceEnvironment objects and their properties. This API is available in the following national cloud deployments. */ class ResourceEnvironmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.php index 01fc68bfbfe..13b1d17840a 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is supported in the following national cloud deployments. + * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is available in the following national cloud deployments. * @param CustomWorkflowExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CustomWorkflowExtensionsRequestBuilderGetRequestConfigurati } /** - * Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is supported in the following national cloud deployments. + * Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is available in the following national cloud deployments. * @param CustomCalloutExtension $body The request body * @param CustomWorkflowExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CustomCalloutExtension $body, ?CustomWorkflowExtensionsRequ } /** - * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is supported in the following national cloud deployments. + * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is available in the following national cloud deployments. * @param CustomWorkflowExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CustomWorkflowExtensionsRequestBuilderG } /** - * Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is supported in the following national cloud deployments. + * Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is available in the following national cloud deployments. * @param CustomCalloutExtension $body The request body * @param CustomWorkflowExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilderGetQueryParameters.php index ca44313bd62..d295313d07d 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is supported in the following national cloud deployments. + * Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. This API is available in the following national cloud deployments. */ class CustomWorkflowExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php index 137f5e970a2..dcbb8fafb26 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php @@ -32,7 +32,7 @@ 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: This API is supported in the following national cloud deployments. + * 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: This API is available in the following national cloud deployments. * @param CustomCalloutExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0 Find more info here @@ -51,10 +51,10 @@ public function delete(?CustomCalloutExtensionItemRequestBuilderDeleteRequestCon } /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments. * @param CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 Find more info here */ public function get(?CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -90,7 +90,7 @@ public function patch(CustomCalloutExtension $body, ?CustomCalloutExtensionItemR } /** - * 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: This API is supported in the following national cloud deployments. + * 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: This API is available in the following national cloud deployments. * @param CustomCalloutExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?CustomCalloutExtensionItemRequestBui } /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments. * @param CustomCalloutExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php index c1df27a0535..d744ba799fc 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. This API is available in the following national cloud deployments. */ class CustomCalloutExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.php index 7318d7eb002..d65759fd334 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is available in the following national cloud deployments. * @param ResourceRolesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AccessPackageResourceRole $body, ?ResourceRolesRequestBuild } /** - * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is available in the following national cloud deployments. * @param ResourceRolesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilderGetQueryParameters.php index 3d018c54e90..a91233bc317 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. This API is available in the following national cloud deployments. */ class ResourceRolesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.php index 49547f3a13d..64d8a9d9d71 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AccessPackageResource $body, ?ResourcesRequestBuilderPostRe } /** - * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments. * @param ResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilderGetQueryParameters.php index af9f82f04ee..841cb558292 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResource objects in an accessPackageCatalog. This API is available in the following national cloud deployments. */ class ResourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.php index 1a2a38dcf81..f621ed9570d 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of accessPackageResourceRequest objects. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceRequest objects. This API is available in the following national cloud deployments. * @param ResourceRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ResourceRequestsRequestBuilderGetRequestConfiguration $requ } /** - * Create a new accessPackageResourceRequest object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a role of that resource can be added to an access package. To add an Azure AD group as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be AadGroup and the value of the originId is the identifier of the group. To add an Azure AD application as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be AadApplication and the value of the originId is the identifier of the servicePrincipal. To add a SharePoint Online site an as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be SharePointOnline and the value of the originId is the URI of the site. To remove a resource from a catalog, set the requestType to be adminRemove, and the resource to contain the id of the resource object to be removed. The resource object can be retrieved using list resources. This API is supported in the following national cloud deployments. + * Create a new accessPackageResourceRequest object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a role of that resource can be added to an access package. To add an Azure AD group as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be AadGroup and the value of the originId is the identifier of the group. To add an Azure AD application as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be AadApplication and the value of the originId is the identifier of the servicePrincipal. To add a SharePoint Online site an as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be SharePointOnline and the value of the originId is the URI of the site. To remove a resource from a catalog, set the requestType to be adminRemove, and the resource to contain the id of the resource object to be removed. The resource object can be retrieved using list resources. This API is available in the following national cloud deployments. * @param AccessPackageResourceRequest $body The request body * @param ResourceRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AccessPackageResourceRequest $body, ?ResourceRequestsReques } /** - * Retrieve a list of accessPackageResourceRequest objects. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceRequest objects. This API is available in the following national cloud deployments. * @param ResourceRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ResourceRequestsRequestBuilderGetReques } /** - * Create a new accessPackageResourceRequest object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a role of that resource can be added to an access package. To add an Azure AD group as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be AadGroup and the value of the originId is the identifier of the group. To add an Azure AD application as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be AadApplication and the value of the originId is the identifier of the servicePrincipal. To add a SharePoint Online site an as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be SharePointOnline and the value of the originId is the URI of the site. To remove a resource from a catalog, set the requestType to be adminRemove, and the resource to contain the id of the resource object to be removed. The resource object can be retrieved using list resources. This API is supported in the following national cloud deployments. + * Create a new accessPackageResourceRequest object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a role of that resource can be added to an access package. To add an Azure AD group as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be AadGroup and the value of the originId is the identifier of the group. To add an Azure AD application as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be AadApplication and the value of the originId is the identifier of the servicePrincipal. To add a SharePoint Online site an as a resource to a catalog, set the requestType to be adminAdd, and a resource representing the resource. The value of the originSystem property within the resource should be SharePointOnline and the value of the originId is the URI of the site. To remove a resource from a catalog, set the requestType to be adminRemove, and the resource to contain the id of the resource object to be removed. The resource object can be retrieved using list resources. This API is available in the following national cloud deployments. * @param AccessPackageResourceRequest $body The request body * @param ResourceRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilderGetQueryParameters.php index cceac37be69..61ab13702aa 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of accessPackageResourceRequest objects. This API is supported in the following national cloud deployments. + * Retrieve a list of accessPackageResourceRequest objects. This API is available in the following national cloud deployments. */ class ResourceRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilder.php index 55abbd00c1f..fb611bc60c6 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?SettingsRequestBuilderDeleteRequestConfiguration $reques } /** - * Retrieve the properties of an entitlementManagementSettings object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an entitlementManagementSettings object. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?SettingsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update an existing entitlementManagementSettings object to change one or more of its properties. This API is supported in the following national cloud deployments. + * Update an existing entitlementManagementSettings object to change one or more of its properties. This API is available in the following national cloud deployments. * @param EntitlementManagementSettings $body The request body * @param SettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?SettingsRequestBuilderDeleteRequestC } /** - * Retrieve the properties of an entitlementManagementSettings object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an entitlementManagementSettings object. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?SettingsRequestBuilderGetRequestConfigu } /** - * Update an existing entitlementManagementSettings object to change one or more of its properties. This API is supported in the following national cloud deployments. + * Update an existing entitlementManagementSettings object to change one or more of its properties. This API is available in the following national cloud deployments. * @param EntitlementManagementSettings $body The request body * @param SettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilderGetQueryParameters.php index fe470e68273..52a37f42271 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of an entitlementManagementSettings object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an entitlementManagementSettings object. This API is available in the following national cloud deployments. */ class SettingsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.php index db7d85b485d..2168d2fe842 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the customTaskExtension objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the customTaskExtension objects and their properties. This API is available in the following national cloud deployments. * @param CustomTaskExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CustomTaskExtensionsRequestBuilderGetRequestConfiguration $ } /** - * Create a new customTaskExtension object. This API is supported in the following national cloud deployments. + * Create a new customTaskExtension object. This API is available in the following national cloud deployments. * @param CustomTaskExtension $body The request body * @param CustomTaskExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CustomTaskExtension $body, ?CustomTaskExtensionsRequestBuil } /** - * Get a list of the customTaskExtension objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the customTaskExtension objects and their properties. This API is available in the following national cloud deployments. * @param CustomTaskExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CustomTaskExtensionsRequestBuilderGetRe } /** - * Create a new customTaskExtension object. This API is supported in the following national cloud deployments. + * Create a new customTaskExtension object. This API is available in the following national cloud deployments. * @param CustomTaskExtension $body The request body * @param CustomTaskExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilderGetQueryParameters.php index f8d1cd3c4c4..045548d7d5f 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the customTaskExtension objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the customTaskExtension objects and their properties. This API is available in the following national cloud deployments. */ class CustomTaskExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilder.php index ec4954281f2..777c77029af 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow. This API is supported in the following national cloud deployments. + * Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow. This API is available in the following national cloud deployments. * @param CustomTaskExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?CustomTaskExtensionItemRequestBuilderDeleteRequestConfig } /** - * Read the properties and relationships of a customTaskExtension object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a customTaskExtension object. This API is available in the following national cloud deployments. * @param CustomTaskExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?CustomTaskExtensionItemRequestBuilderGetRequestConfiguratio } /** - * Update the properties of a customTaskExtension object. This API is supported in the following national cloud deployments. + * Update the properties of a customTaskExtension object. This API is available in the following national cloud deployments. * @param CustomTaskExtension $body The request body * @param CustomTaskExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(CustomTaskExtension $body, ?CustomTaskExtensionItemRequest } /** - * Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow. This API is supported in the following national cloud deployments. + * Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow. This API is available in the following national cloud deployments. * @param CustomTaskExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?CustomTaskExtensionItemRequestBuilde } /** - * Read the properties and relationships of a customTaskExtension object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a customTaskExtension object. This API is available in the following national cloud deployments. * @param CustomTaskExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?CustomTaskExtensionItemRequestBuilderGe } /** - * Update the properties of a customTaskExtension object. This API is supported in the following national cloud deployments. + * Update the properties of a customTaskExtension object. This API is available in the following national cloud deployments. * @param CustomTaskExtension $body The request body * @param CustomTaskExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilderGetQueryParameters.php index 84d337d9a65..2d2823bf8e9 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a customTaskExtension object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a customTaskExtension object. This API is available in the following national cloud deployments. */ class CustomTaskExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.php index 0e34b248e6f..7ee9bd795fe 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Activ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 88fd8455f45..d8ff95855ef 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. This API is supported in the following national cloud deployments. + * Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. This API is available in the following national cloud deployments. * @param ActivatePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ActivatePostRequestBody $body, ?MicrosoftGraphIdentityGover } /** - * Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. This API is supported in the following national cloud deployments. + * Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. This API is available in the following national cloud deployments. * @param ActivatePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.php index 9f13c05e67a..6a42226f0d3 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 f97c1a83b02..892d1f83a2d 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a new version of the workflow object. This API is supported in the following national cloud deployments. + * Create a new version of the workflow object. This API is available in the following national cloud deployments. * @param CreateNewVersionPostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateNewVersionPostRequestBody $body, ?MicrosoftGraphIdent } /** - * Create a new version of the workflow object. This API is supported in the following national cloud deployments. + * Create a new version of the workflow object. This API is available in the following national cloud deployments. * @param CreateNewVersionPostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation 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 d3c71d566e3..500083b09b2 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Azure AD automatically permanently deletes it. This API is supported in the following national cloud deployments. + * Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Azure AD automatically permanently deletes it. This API is available in the following national cloud deployments. * @param MicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?MicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostR } /** - * Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Azure AD automatically permanently deletes it. This API is supported in the following national cloud deployments. + * Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Azure AD automatically permanently deletes it. This API is available in the following national cloud deployments. * @param MicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilder.php index 91688281900..4c4c87ef110 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a run object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a run object. This API is available in the following national cloud deployments. * @param RunItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function get(?RunItemRequestBuilderGetRequestConfiguration $requestConfig } /** - * Read the properties and relationships of a run object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a run object. This API is available in the following national cloud deployments. * @param RunItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilderGetQueryParameters.php index 2bba79c436e..6444df82305 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a run object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a run object. This API is available in the following national cloud deployments. */ class RunItemRequestBuilderGetQueryParameters { 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 14bcfb5766f..878fa4f52d7 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index c96c3dd4f26..cfc23b81ff6 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php index 66da67d972c..b0b8dba18c0 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments. + * Get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaskProcessingResultsRequestBuilderGetRequestConfiguration } /** - * Get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments. + * Get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php index dc6b1c8d07e..16631674c99 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments. + * Get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments. */ class TaskProcessingResultsRequestBuilderGetQueryParameters { 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 568cb8c887a..4ce44f6df07 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index 36e56aed1a6..aa53422b543 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php index ed5be59c453..e4911d4baba 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaskProcessingResultsRequestBuilderGetRequestConfiguration } /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php index 6030cefcec7..11c00748434 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. */ class TaskProcessingResultsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.php index 853791a73f9..3749dce7649 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments. + * Get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments. * @param UserProcessingResultItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function get(?UserProcessingResultItemRequestBuilderGetRequestConfigurati } /** - * Get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments. + * Get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments. * @param UserProcessingResultItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilderGetQueryParameters.php index fa99df4383e..4a7882f2edf 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments. + * Get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments. */ class UserProcessingResultItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php index e9ffb636bb4..c7cf8d67b91 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php @@ -54,7 +54,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get user processing results of a workflow run object. This API is supported in the following national cloud deployments. + * Get user processing results of a workflow run object. This API is available in the following national cloud deployments. * @param UserProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function microsoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndD } /** - * Get user processing results of a workflow run object. This API is supported in the following national cloud deployments. + * Get user processing results of a workflow run object. This API is available in the following national cloud deployments. * @param UserProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php index 5a2bd24a3bc..7954162a294 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get user processing results of a workflow run object. This API is supported in the following national cloud deployments. + * Get user processing results of a workflow run object. This API is available in the following national cloud deployments. */ class UserProcessingResultsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.php index 8ca1a227993..bd3ba21f265 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.php @@ -54,7 +54,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the run objects and their properties for a lifecycle workflow. This API is supported in the following national cloud deployments. + * Get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments. * @param RunsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function microsoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndD } /** - * Get a list of the run objects and their properties for a lifecycle workflow. This API is supported in the following national cloud deployments. + * Get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments. * @param RunsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilderGetQueryParameters.php index 66a6d8c1716..1edf855eed5 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the run objects and their properties for a lifecycle workflow. This API is supported in the following national cloud deployments. + * Get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments. */ class RunsRequestBuilderGetQueryParameters { 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 3885eca44ab..47c111eaf5a 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index 49e6368a5f7..323c3f960cc 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php index 7da3a3811de..b8c11ffc102 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments. + * Get the task processing result resources from the taskReport. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaskProcessingResultsRequestBuilderGetRequestConfiguration } /** - * Get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments. + * Get the task processing result resources from the taskReport. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php index a78259b6822..f372a69d59d 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments. + * Get the task processing result resources from the taskReport. This API is available in the following national cloud deployments. */ class TaskProcessingResultsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.php index a30310549c0..d4cf439c24b 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.php @@ -54,7 +54,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments. * @param TaskReportsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function microsoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndD } /** - * Get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments. * @param TaskReportsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilderGetQueryParameters.php index 9c39fcbdd05..72f7f9ac86b 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments. */ class TaskReportsRequestBuilderGetQueryParameters { 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 1ac9404074e..2c13030abad 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index 7bb4c3884e5..2a69a839568 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 e74fcf2e93f..b44398d3da3 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index 307c9435d4f..4d596ecb3a7 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php index 23c3b140710..053620ea4aa 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaskProcessingResultsRequestBuilderGetRequestConfiguration } /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php index d18e2477c7b..79e8ed1ebce 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. */ class TaskProcessingResultsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php index 83bc1771d1b..6c4ec19189a 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php @@ -54,7 +54,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments. + * Get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments. * @param UserProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function microsoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndD } /** - * Get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments. + * Get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments. * @param UserProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php index c2ceef467c5..204624a94b4 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments. + * Get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments. */ class UserProcessingResultsRequestBuilderGetQueryParameters { 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 7aa6597b3d0..523c46ea1e2 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index 43882012d88..d0d5f89909e 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.php index 389d0e811a5..72e317bb9e5 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments. * @param WorkflowVersionVersionNumberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function get(?WorkflowVersionVersionNumberItemRequestBuilderGetRequestCon } /** - * Read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments. * @param WorkflowVersionVersionNumberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters.php index a5e2e63c305..a964bbf3be6 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments. */ class WorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.php index aa64ef541fa..9a479d54920 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?VersionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilderGetQueryParameters.php index c1f1b60863b..064cd8626f6 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments. */ class VersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilder.php index cc0614d5c82..9ab629e5e09 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilder.php @@ -120,7 +120,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a workflow object. This API is supported in the following national cloud deployments. + * Delete a workflow object. This API is available in the following national cloud deployments. * @param WorkflowItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-1.0 Find more info here @@ -139,7 +139,7 @@ public function delete(?WorkflowItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve a deleted workflow object. This API is supported in the following national cloud deployments. + * Retrieve a deleted workflow object. This API is available in the following national cloud deployments. * @param WorkflowItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0 Find more info here @@ -158,7 +158,7 @@ public function get(?WorkflowItemRequestBuilderGetRequestConfiguration $requestC } /** - * Delete a workflow object. This API is supported in the following national cloud deployments. + * Delete a workflow object. This API is available in the following national cloud deployments. * @param WorkflowItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -175,7 +175,7 @@ public function toDeleteRequestInformation(?WorkflowItemRequestBuilderDeleteRequ } /** - * Retrieve a deleted workflow object. This API is supported in the following national cloud deployments. + * Retrieve a deleted workflow object. This API is available in the following national cloud deployments. * @param WorkflowItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilderGetQueryParameters.php index 803e07b31ef..3e2a3ad0c37 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a deleted workflow object. This API is supported in the following national cloud deployments. + * Retrieve a deleted workflow object. This API is available in the following national cloud deployments. */ class WorkflowItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.php index 779ef1b0681..b1b7f20d0b2 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the deleted workflow objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the deleted workflow objects and their properties. This API is available in the following national cloud deployments. * @param WorkflowsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?WorkflowsRequestBuilderGetRequestConfiguration $requestConf } /** - * Get a list of the deleted workflow objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the deleted workflow objects and their properties. This API is available in the following national cloud deployments. * @param WorkflowsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilderGetQueryParameters.php index 8a7b35d1a71..9ed9cc4e593 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the deleted workflow objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the deleted workflow objects and their properties. This API is available in the following national cloud deployments. */ class WorkflowsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilder.php index b33839de905..0a93310485c 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a lifecycleManagementSettings object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a lifecycleManagementSettings object. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?SettingsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a lifecycleManagementSettings object. This API is supported in the following national cloud deployments. + * Update the properties of a lifecycleManagementSettings object. This API is available in the following national cloud deployments. * @param LifecycleManagementSettings $body The request body * @param SettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -71,7 +71,7 @@ public function patch(LifecycleManagementSettings $body, ?SettingsRequestBuilder } /** - * Read the properties and relationships of a lifecycleManagementSettings object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a lifecycleManagementSettings object. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -92,7 +92,7 @@ public function toGetRequestInformation(?SettingsRequestBuilderGetRequestConfigu } /** - * Update the properties of a lifecycleManagementSettings object. This API is supported in the following national cloud deployments. + * Update the properties of a lifecycleManagementSettings object. This API is available in the following national cloud deployments. * @param LifecycleManagementSettings $body The request body * @param SettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilderGetQueryParameters.php index 5463a2fd114..7645e6e7ae2 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a lifecycleManagementSettings object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a lifecycleManagementSettings object. This API is available in the following national cloud deployments. */ class SettingsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilder.php index 51d686aab6c..c73e192cc65 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the details of a built-in workflow task. This API is supported in the following national cloud deployments. + * Read the details of a built-in workflow task. This API is available in the following national cloud deployments. * @param TaskDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?TaskDefinitionItemRequestBuilderGetRequestConfiguration $re } /** - * Read the details of a built-in workflow task. This API is supported in the following national cloud deployments. + * Read the details of a built-in workflow task. This API is available in the following national cloud deployments. * @param TaskDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilderGetQueryParameters.php index b81a4ac548c..52d25e8918e 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the details of a built-in workflow task. This API is supported in the following national cloud deployments. + * Read the details of a built-in workflow task. This API is available in the following national cloud deployments. */ class TaskDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.php index 94104bb0008..59fd10e5e16 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the taskDefinition objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the taskDefinition objects and their properties. This API is available in the following national cloud deployments. * @param TaskDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaskDefinitionsRequestBuilderGetRequestConfiguration $reque } /** - * Get a list of the taskDefinition objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the taskDefinition objects and their properties. This API is available in the following national cloud deployments. * @param TaskDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilderGetQueryParameters.php index e77162545b4..69021967b7d 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the taskDefinition objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the taskDefinition objects and their properties. This API is available in the following national cloud deployments. */ class TaskDefinitionsRequestBuilderGetQueryParameters { 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 2b529fb8fbf..25a12bf42a3 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index 2a0ca9930de..559c56ef600 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilder.php index dbb7518c683..68865ed95f2 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a workflowTemplate object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflowTemplate object. This API is available in the following national cloud deployments. * @param WorkflowTemplateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?WorkflowTemplateItemRequestBuilderGetRequestConfiguration $ } /** - * Read the properties and relationships of a workflowTemplate object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflowTemplate object. This API is available in the following national cloud deployments. * @param WorkflowTemplateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilderGetQueryParameters.php index f96009f7b3f..97aa079aa06 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a workflowTemplate object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflowTemplate object. This API is available in the following national cloud deployments. */ class WorkflowTemplateItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.php index d373bcd2bd1..91dae916463 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the workflowTemplate objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the workflowTemplate objects and their properties. This API is available in the following national cloud deployments. * @param WorkflowTemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?WorkflowTemplatesRequestBuilderGetRequestConfiguration $req } /** - * Get a list of the workflowTemplate objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the workflowTemplate objects and their properties. This API is available in the following national cloud deployments. * @param WorkflowTemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilderGetQueryParameters.php index 3eac5b44ed8..fa9d72ee44b 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the workflowTemplate objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the workflowTemplate objects and their properties. This API is available in the following national cloud deployments. */ class WorkflowTemplatesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.php index 8314ef75d0f..53a7d642459 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Activ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php index 3d5cd031052..888b7ab14c6 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. This API is supported in the following national cloud deployments. + * Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. This API is available in the following national cloud deployments. * @param ActivatePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ActivatePostRequestBody $body, ?MicrosoftGraphIdentityGover } /** - * Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. This API is supported in the following national cloud deployments. + * Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. This API is available in the following national cloud deployments. * @param ActivatePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.php index b38dd221a9b..8cc82c5fc98 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php index bdef33a30a7..ac9241834d1 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a new version of the workflow object. This API is supported in the following national cloud deployments. + * Create a new version of the workflow object. This API is available in the following national cloud deployments. * @param CreateNewVersionPostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateNewVersionPostRequestBody $body, ?MicrosoftGraphIdent } /** - * Create a new version of the workflow object. This API is supported in the following national cloud deployments. + * Create a new version of the workflow object. This API is available in the following national cloud deployments. * @param CreateNewVersionPostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php index 285a077cb65..f8e4d3435a5 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Azure AD automatically permanently deletes it. This API is supported in the following national cloud deployments. + * Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Azure AD automatically permanently deletes it. This API is available in the following national cloud deployments. * @param MicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?MicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostR } /** - * Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Azure AD automatically permanently deletes it. This API is supported in the following national cloud deployments. + * Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Azure AD automatically permanently deletes it. This API is available in the following national cloud deployments. * @param MicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilder.php index cee79063c94..71e4ed070ce 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a run object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a run object. This API is available in the following national cloud deployments. * @param RunItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function get(?RunItemRequestBuilderGetRequestConfiguration $requestConfig } /** - * Read the properties and relationships of a run object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a run object. This API is available in the following national cloud deployments. * @param RunItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilderGetQueryParameters.php index 32863a1d040..e78d4fda44b 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a run object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a run object. This API is available in the following national cloud deployments. */ class RunItemRequestBuilderGetQueryParameters { 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 ed2e4eac0c6..14c9d39415e 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index a883293979d..902184824bd 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php index 7e68395cd9a..5298ed1892f 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments. + * Get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaskProcessingResultsRequestBuilderGetRequestConfiguration } /** - * Get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments. + * Get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php index e13d96b6449..406fab1ba57 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the taskProcessingResult resources for a run. This API is supported in the following national cloud deployments. + * Get the taskProcessingResult resources for a run. This API is available in the following national cloud deployments. */ class TaskProcessingResultsRequestBuilderGetQueryParameters { 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 8b8f6cbc252..b9beac50b59 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index 96443f922a0..17ada940eca 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php index ad1907a9d13..31c191c4737 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaskProcessingResultsRequestBuilderGetRequestConfiguration } /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php index 15095c17308..94f85701aee 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. */ class TaskProcessingResultsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.php index a41e2644046..04fb4557ede 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments. + * Get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments. * @param UserProcessingResultItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function get(?UserProcessingResultItemRequestBuilderGetRequestConfigurati } /** - * Get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments. + * Get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments. * @param UserProcessingResultItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilderGetQueryParameters.php index dfccf84c25c..c6697e0c58b 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the user processing result of a user processing result of a run. This API is supported in the following national cloud deployments. + * Get the user processing result of a user processing result of a run. This API is available in the following national cloud deployments. */ class UserProcessingResultItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php index e036d047d65..be6b9dc462a 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php @@ -54,7 +54,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get user processing results of a workflow run object. This API is supported in the following national cloud deployments. + * Get user processing results of a workflow run object. This API is available in the following national cloud deployments. * @param UserProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function microsoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndD } /** - * Get user processing results of a workflow run object. This API is supported in the following national cloud deployments. + * Get user processing results of a workflow run object. This API is available in the following national cloud deployments. * @param UserProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php index fee109bd5c2..2da00e655b3 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get user processing results of a workflow run object. This API is supported in the following national cloud deployments. + * Get user processing results of a workflow run object. This API is available in the following national cloud deployments. */ class UserProcessingResultsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.php index abdb5295c27..a540ad4ba4f 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.php @@ -54,7 +54,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the run objects and their properties for a lifecycle workflow. This API is supported in the following national cloud deployments. + * Get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments. * @param RunsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function microsoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndD } /** - * Get a list of the run objects and their properties for a lifecycle workflow. This API is supported in the following national cloud deployments. + * Get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments. * @param RunsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilderGetQueryParameters.php index 352e4ff1382..1ca270789ff 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the run objects and their properties for a lifecycle workflow. This API is supported in the following national cloud deployments. + * Get a list of the run objects and their properties for a lifecycle workflow. This API is available in the following national cloud deployments. */ class RunsRequestBuilderGetQueryParameters { 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 829adc46816..84787067aa5 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index 1b0922c46a4..0532fac026c 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php index 06f0814d0ff..107c7801b1d 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments. + * Get the task processing result resources from the taskReport. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaskProcessingResultsRequestBuilderGetRequestConfiguration } /** - * Get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments. + * Get the task processing result resources from the taskReport. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php index 02b7033fdb0..7f3e5994244 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the task processing result resources from the taskReport. This API is supported in the following national cloud deployments. + * Get the task processing result resources from the taskReport. This API is available in the following national cloud deployments. */ class TaskProcessingResultsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.php index dfcd25a3d49..ffe1a07ecef 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.php @@ -54,7 +54,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments. * @param TaskReportsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function microsoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndD } /** - * Get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments. * @param TaskReportsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilderGetQueryParameters.php index 29aa547b7cb..a170fa5f1ed 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the taskReport objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the taskReport objects and their properties. This API is available in the following national cloud deployments. */ class TaskReportsRequestBuilderGetQueryParameters { 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 9dc8e74eecd..caecd5ca5ae 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index 7b618787003..d4eac504883 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; 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 b9bc57cef26..3275575d4d3 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index 0518920d214..3136dc0c29c 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php index df0be41fa4c..27ec6a8ea4e 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TaskProcessingResultsRequestBuilderGetRequestConfiguration } /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. * @param TaskProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php index 6df1ff76fad..4fb5a2ded48 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the task processing result from a userProcessingResult either directly or through a run. This API is supported in the following national cloud deployments. + * Get the task processing result from a userProcessingResult either directly or through a run. This API is available in the following national cloud deployments. */ class TaskProcessingResultsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php index 80fcbaaa4eb..89465db49ae 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.php @@ -54,7 +54,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments. + * Get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments. * @param UserProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function microsoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndD } /** - * Get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments. + * Get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments. * @param UserProcessingResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php index 099a1dc065b..acdec5f9bcb 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the userProcessingResult resources for a workflow. This API is supported in the following national cloud deployments. + * Get the userProcessingResult resources for a workflow. This API is available in the following national cloud deployments. */ class UserProcessingResultsRequestBuilderGetQueryParameters { 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 a681057d412..912fa4fd47b 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 @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGoverna } /** - * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is supported in the following national cloud deployments. + * Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. This API is available in the following national cloud deployments. * @param ResumePostRequestBody $body The request body * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php index fe19ebac81d..125d36a134f 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.php index 9aa30f7f6a8..dc3679db6c2 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments. * @param WorkflowVersionVersionNumberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function get(?WorkflowVersionVersionNumberItemRequestBuilderGetRequestCon } /** - * Read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments. * @param WorkflowVersionVersionNumberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters.php index f25e422a564..e07db5c3f8b 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a workflowVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflowVersion object. This API is available in the following national cloud deployments. */ class WorkflowVersionVersionNumberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.php index a4998733f8d..a28a2519949 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?VersionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilderGetQueryParameters.php index 226fe701160..acfdde3a145 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the workflowVersion objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the workflowVersion objects and their properties. This API is available in the following national cloud deployments. */ class VersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilder.php index acc99dd6ce2..d5bda3ef29c 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilder.php @@ -120,7 +120,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion. This API is supported in the following national cloud deployments. + * Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion. This API is available in the following national cloud deployments. * @param WorkflowItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0 Find more info here @@ -139,7 +139,7 @@ public function delete(?WorkflowItemRequestBuilderDeleteRequestConfiguration $re } /** - * Read the properties and relationships of a workflow object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflow object. This API is available in the following national cloud deployments. * @param WorkflowItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0 Find more info here @@ -158,7 +158,7 @@ public function get(?WorkflowItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion. This API is supported in the following national cloud deployments. + * Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion. This API is available in the following national cloud deployments. * @param Workflow $body The request body * @param WorkflowItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -178,7 +178,7 @@ public function patch(Workflow $body, ?WorkflowItemRequestBuilderPatchRequestCon } /** - * Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion. This API is supported in the following national cloud deployments. + * Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion. This API is available in the following national cloud deployments. * @param WorkflowItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -195,7 +195,7 @@ public function toDeleteRequestInformation(?WorkflowItemRequestBuilderDeleteRequ } /** - * Read the properties and relationships of a workflow object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflow object. This API is available in the following national cloud deployments. * @param WorkflowItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -216,7 +216,7 @@ public function toGetRequestInformation(?WorkflowItemRequestBuilderGetRequestCon } /** - * Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion. This API is supported in the following national cloud deployments. + * Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion. This API is available in the following national cloud deployments. * @param Workflow $body The request body * @param WorkflowItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilderGetQueryParameters.php index 89967dd83d6..1b3724c37c2 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a workflow object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a workflow object. This API is available in the following national cloud deployments. */ class WorkflowItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.php index 9ccff3dcd2e..65647f0aa7b 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of workflow resources that are associated with lifecycle workflows. This API is supported in the following national cloud deployments. + * Get a list of workflow resources that are associated with lifecycle workflows. This API is available in the following national cloud deployments. * @param WorkflowsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?WorkflowsRequestBuilderGetRequestConfiguration $requestConf } /** - * Create a new workflow object. You can create up to 50 workflows in a tenant. This API is supported in the following national cloud deployments. + * Create a new workflow object. You can create up to 50 workflows in a tenant. This API is available in the following national cloud deployments. * @param Workflow $body The request body * @param WorkflowsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Workflow $body, ?WorkflowsRequestBuilderPostRequestConfigur } /** - * Get a list of workflow resources that are associated with lifecycle workflows. This API is supported in the following national cloud deployments. + * Get a list of workflow resources that are associated with lifecycle workflows. This API is available in the following national cloud deployments. * @param WorkflowsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?WorkflowsRequestBuilderGetRequestConfig } /** - * Create a new workflow object. You can create up to 50 workflows in a tenant. This API is supported in the following national cloud deployments. + * Create a new workflow object. You can create up to 50 workflows in a tenant. This API is available in the following national cloud deployments. * @param Workflow $body The request body * @param WorkflowsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilderGetQueryParameters.php index 188748619b8..a176ba1bd09 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of workflow resources that are associated with lifecycle workflows. This API is supported in the following national cloud deployments. + * Get a list of workflow resources that are associated with lifecycle workflows. This API is available in the following national cloud deployments. */ class WorkflowsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.php index 847009699c2..6f98d1e1606 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ApprovalStageItemRequestBuilderDeleteRequestConfiguratio } /** - * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is available in the following national cloud deployments. * @param ApprovalStageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?ApprovalStageItemRequestBuilderGetRequestConfiguration $req } /** - * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments. * @param ApprovalStage $body The request body * @param ApprovalStageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ApprovalStageItemRequestBuilderDelet } /** - * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is available in the following national cloud deployments. * @param ApprovalStageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?ApprovalStageItemRequestBuilderGetReque } /** - * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, approve or deny an approvalStage object in an approval. This API is available in the following national cloud deployments. * @param ApprovalStage $body The request body * @param ApprovalStageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php index 24b4e6ffcd8..71da9645463 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. This API is available in the following national cloud deployments. */ class ApprovalStageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.php index b59bc6e5a9f..6866ae75f33 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. * @param StagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ApprovalStage $body, ?StagesRequestBuilderPostRequestConfig } /** - * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. * @param StagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilderGetQueryParameters.php index ea752da3b7d..29433c911dc 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is supported in the following national cloud deployments. + * In Azure AD entitlement management, list the approvalStage objects associated with an approval object. This call can be made by an approver, providing the identifier of the access package assignment request. This API is available in the following national cloud deployments. */ class StagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.php index 790a2de0e6c..cf9a245345b 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of agreement objects. This API is supported in the following national cloud deployments. + * Retrieve a list of agreement objects. This API is available in the following national cloud deployments. * @param AgreementsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AgreementsRequestBuilderGetRequestConfiguration $requestCon } /** - * Create a new agreement object. This API is supported in the following national cloud deployments. + * Create a new agreement object. This API is available in the following national cloud deployments. * @param Agreement $body The request body * @param AgreementsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Agreement $body, ?AgreementsRequestBuilderPostRequestConfig } /** - * Retrieve a list of agreement objects. This API is supported in the following national cloud deployments. + * Retrieve a list of agreement objects. This API is available in the following national cloud deployments. * @param AgreementsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AgreementsRequestBuilderGetRequestConfi } /** - * Create a new agreement object. This API is supported in the following national cloud deployments. + * Create a new agreement object. This API is available in the following national cloud deployments. * @param Agreement $body The request body * @param AgreementsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilderGetQueryParameters.php index 0c12719ebda..d976f250937 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of agreement objects. This API is supported in the following national cloud deployments. + * Retrieve a list of agreement objects. This API is available in the following national cloud deployments. */ class AgreementsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.php index d7f51058fc6..3496a2f9f23 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments. + * Get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments. * @param AcceptancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AgreementAcceptance $body, ?AcceptancesRequestBuilderPostRe } /** - * Get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments. + * Get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments. * @param AcceptancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilderGetQueryParameters.php index 771fb37ae00..f8c0ced789e 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the details about the acceptance records for a specific agreement. This API is supported in the following national cloud deployments. + * Get the details about the acceptance records for a specific agreement. This API is available in the following national cloud deployments. */ class AcceptancesRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.php index 254252ce631..47eca47ba1e 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an agreement object. This API is supported in the following national cloud deployments. + * Delete an agreement object. This API is available in the following national cloud deployments. * @param AgreementItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?AgreementItemRequestBuilderDeleteRequestConfiguration $r } /** - * Retrieve the properties and relationships of an agreement object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an agreement object. This API is available in the following national cloud deployments. * @param AgreementItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?AgreementItemRequestBuilderGetRequestConfiguration $request } /** - * Update the properties of an agreement object. This API is supported in the following national cloud deployments. + * Update the properties of an agreement object. This API is available in the following national cloud deployments. * @param Agreement $body The request body * @param AgreementItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Agreement $body, ?AgreementItemRequestBuilderPatchRequestC } /** - * Delete an agreement object. This API is supported in the following national cloud deployments. + * Delete an agreement object. This API is available in the following national cloud deployments. * @param AgreementItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?AgreementItemRequestBuilderDeleteReq } /** - * Retrieve the properties and relationships of an agreement object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an agreement object. This API is available in the following national cloud deployments. * @param AgreementItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?AgreementItemRequestBuilderGetRequestCo } /** - * Update the properties of an agreement object. This API is supported in the following national cloud deployments. + * Update the properties of an agreement object. This API is available in the following national cloud deployments. * @param Agreement $body The request body * @param AgreementItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilderGetQueryParameters.php index a2d223381ca..e8a00d52a36 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an agreement object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an agreement object. This API is available in the following national cloud deployments. */ class AgreementItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/FileRequestBuilder.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/FileRequestBuilder.php index a738162b69f..3083476cc59 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/FileRequestBuilder.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/FileRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?FileRequestBuilderDeleteRequestConfiguration $requestCon } /** - * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is supported in the following national cloud deployments. + * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is available in the following national cloud deployments. * @param FileRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?FileRequestBuilderDeleteRequestConfi } /** - * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is supported in the following national cloud deployments. + * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is available in the following national cloud deployments. * @param FileRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/FileRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/FileRequestBuilderGetQueryParameters.php index fa096812bfb..c4e1c27a2c4 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/FileRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/FileRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is supported in the following national cloud deployments. + * Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. This API is available in the following national cloud deployments. */ class FileRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/Localizations/LocalizationsRequestBuilder.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/Localizations/LocalizationsRequestBuilder.php index 9cb55fe277f..c48b731dfc4 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/Localizations/LocalizationsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/Localizations/LocalizationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the default and localized agreement files. This API is supported in the following national cloud deployments. + * Get a list of the default and localized agreement files. This API is available in the following national cloud deployments. * @param LocalizationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AgreementFileLocalization $body, ?LocalizationsRequestBuild } /** - * Get a list of the default and localized agreement files. This API is supported in the following national cloud deployments. + * Get a list of the default and localized agreement files. This API is available in the following national cloud deployments. * @param LocalizationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/Localizations/LocalizationsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/Localizations/LocalizationsRequestBuilderGetQueryParameters.php index 93275de4f5b..1f31dde28d1 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/Localizations/LocalizationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/File/Localizations/LocalizationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the default and localized agreement files. This API is supported in the following national cloud deployments. + * Get a list of the default and localized agreement files. This API is available in the following national cloud deployments. */ class LocalizationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.php b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.php index 28cfca5443b..f1dfa8f32e0 100644 --- a/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.php +++ b/src/Generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.php @@ -71,7 +71,7 @@ public function get(?FilesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new localized agreement file. This API is supported in the following national cloud deployments. + * Create a new localized agreement file. This API is available in the following national cloud deployments. * @param AgreementFileLocalization $body The request body * @param FilesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -112,7 +112,7 @@ public function toGetRequestInformation(?FilesRequestBuilderGetRequestConfigurat } /** - * Create a new localized agreement file. This API is supported in the following national cloud deployments. + * Create a new localized agreement file. This API is available in the following national cloud deployments. * @param AgreementFileLocalization $body The request body * @param FilesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.php b/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.php index d8ed153ddcc..3adf6029710 100644 --- a/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?RiskDetectionItemRequestBuilderDeleteRequestConfiguratio } /** - * Read the properties and relationships of a riskDetection object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a riskDetection object. This API is available in the following national cloud deployments. * @param RiskDetectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?RiskDetectionItemRequestBuilderDelet } /** - * Read the properties and relationships of a riskDetection object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a riskDetection object. This API is available in the following national cloud deployments. * @param RiskDetectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilderGetQueryParameters.php index 4acdfc18bfc..e92156dde5b 100644 --- a/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a riskDetection object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a riskDetection object. This API is available in the following national cloud deployments. */ class RiskDetectionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.php b/src/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.php index 3065b155e84..ae8e08eb89a 100644 --- a/src/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the riskDetection objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the riskDetection objects and their properties. This API is available in the following national cloud deployments. * @param RiskDetectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(RiskDetection $body, ?RiskDetectionsRequestBuilderPostReque } /** - * Get a list of the riskDetection objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the riskDetection objects and their properties. This API is available in the following national cloud deployments. * @param RiskDetectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilderGetQueryParameters.php index caa87c1f7a2..0240ad4e7e9 100644 --- a/src/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the riskDetection objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the riskDetection objects and their properties. This API is available in the following national cloud deployments. */ class RiskDetectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedPostRequestBody.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedPostRequestBody.php index f3487c147cb..c1d1beca4ab 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedPostRequestBody.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Confi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php index 930478ca2c2..daf47d2843c 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. This API is supported in the following national cloud deployments. + * Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. This API is available in the following national cloud deployments. * @param ConfirmCompromisedPostRequestBody $body The request body * @param ConfirmCompromisedRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ConfirmCompromisedPostRequestBody $body, ?ConfirmCompromise } /** - * Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. This API is supported in the following national cloud deployments. + * Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. This API is available in the following national cloud deployments. * @param ConfirmCompromisedPostRequestBody $body The request body * @param ConfirmCompromisedRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissPostRequestBody.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissPostRequestBody.php index b9e73a069ba..792e5a324b8 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissPostRequestBody.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dismi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.php index 24d8bb94206..95a82729533 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. This API is supported in the following national cloud deployments. + * Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. This API is available in the following national cloud deployments. * @param DismissPostRequestBody $body The request body * @param DismissRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DismissPostRequestBody $body, ?DismissRequestBuilderPostReq } /** - * Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. This API is supported in the following national cloud deployments. + * Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. This API is available in the following national cloud deployments. * @param DismissPostRequestBody $body The request body * @param DismissRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.php index 5a13f75da2b..933c202cfe8 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the risk history of a riskyServicePrincipal object. This API is supported in the following national cloud deployments. + * Get the risk history of a riskyServicePrincipal object. This API is available in the following national cloud deployments. * @param HistoryRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(RiskyServicePrincipalHistoryItem $body, ?HistoryRequestBuil } /** - * Get the risk history of a riskyServicePrincipal object. This API is supported in the following national cloud deployments. + * Get the risk history of a riskyServicePrincipal object. This API is available in the following national cloud deployments. * @param HistoryRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilderGetQueryParameters.php index 5378835c905..0a406fb78f5 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the risk history of a riskyServicePrincipal object. This API is supported in the following national cloud deployments. + * Get the risk history of a riskyServicePrincipal object. This API is available in the following national cloud deployments. */ class HistoryRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilder.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilder.php index 052d6f46f05..f53f156ee74 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?RiskyServicePrincipalItemRequestBuilderDeleteRequestConf } /** - * Read the properties and relationships of a riskyServicePrincipal object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a riskyServicePrincipal object. This API is available in the following national cloud deployments. * @param RiskyServicePrincipalItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?RiskyServicePrincipalItemRequestBuil } /** - * Read the properties and relationships of a riskyServicePrincipal object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a riskyServicePrincipal object. This API is available in the following national cloud deployments. * @param RiskyServicePrincipalItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilderGetQueryParameters.php index d634536d9da..f8039e11e9f 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a riskyServicePrincipal object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a riskyServicePrincipal object. This API is available in the following national cloud deployments. */ class RiskyServicePrincipalItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.php index df74fd1691f..2488bcc08f6 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.php @@ -69,7 +69,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of riskyServicePrincipal objects. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of riskyServicePrincipal objects. This API is available in the following national cloud deployments. * @param RiskyServicePrincipalsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0 Find more info here @@ -107,7 +107,7 @@ public function post(RiskyServicePrincipal $body, ?RiskyServicePrincipalsRequest } /** - * Retrieve the properties and relationships of riskyServicePrincipal objects. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of riskyServicePrincipal objects. This API is available in the following national cloud deployments. * @param RiskyServicePrincipalsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilderGetQueryParameters.php index 8d413e983be..cb178dc3d2e 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of riskyServicePrincipal objects. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of riskyServicePrincipal objects. This API is available in the following national cloud deployments. */ class RiskyServicePrincipalsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedPostRequestBody.php b/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedPostRequestBody.php index 63e6aae9109..54230c107d6 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedPostRequestBody.php +++ b/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Confi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php index c147a8a1875..22c717ff299 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. This API is supported in the following national cloud deployments. + * Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. This API is available in the following national cloud deployments. * @param ConfirmCompromisedPostRequestBody $body The request body * @param ConfirmCompromisedRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ConfirmCompromisedPostRequestBody $body, ?ConfirmCompromise } /** - * Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. This API is supported in the following national cloud deployments. + * Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. This API is available in the following national cloud deployments. * @param ConfirmCompromisedPostRequestBody $body The request body * @param ConfirmCompromisedRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissPostRequestBody.php b/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissPostRequestBody.php index f0a66212743..8c6a9f5a1a8 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissPostRequestBody.php +++ b/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dismi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.php index 615fb14127d..dfc908a82a2 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. This API is supported in the following national cloud deployments. + * Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. This API is available in the following national cloud deployments. * @param DismissPostRequestBody $body The request body * @param DismissRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DismissPostRequestBody $body, ?DismissRequestBuilderPostReq } /** - * Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. This API is supported in the following national cloud deployments. + * Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. This API is available in the following national cloud deployments. * @param DismissPostRequestBody $body The request body * @param DismissRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.php index 80ce3ea57ad..865fe145558 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the riskyUserHistoryItems from the history navigation property. This API is supported in the following national cloud deployments. + * Get the riskyUserHistoryItems from the history navigation property. This API is available in the following national cloud deployments. * @param HistoryRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(RiskyUserHistoryItem $body, ?HistoryRequestBuilderPostReque } /** - * Get the riskyUserHistoryItems from the history navigation property. This API is supported in the following national cloud deployments. + * Get the riskyUserHistoryItems from the history navigation property. This API is available in the following national cloud deployments. * @param HistoryRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilderGetQueryParameters.php index a2a0668621b..e765290e817 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the riskyUserHistoryItems from the history navigation property. This API is supported in the following national cloud deployments. + * Get the riskyUserHistoryItems from the history navigation property. This API is available in the following national cloud deployments. */ class HistoryRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilder.php index 66fbdefd720..cf5ddf7e9c1 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?RiskyUserItemRequestBuilderDeleteRequestConfiguration $r } /** - * Read the properties and relationships of a riskyUser object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a riskyUser object. This API is available in the following national cloud deployments. * @param RiskyUserItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?RiskyUserItemRequestBuilderDeleteReq } /** - * Read the properties and relationships of a riskyUser object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a riskyUser object. This API is available in the following national cloud deployments. * @param RiskyUserItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilderGetQueryParameters.php index 43ca3e6ff83..ae19c78495a 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a riskyUser object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a riskyUser object. This API is available in the following national cloud deployments. */ class RiskyUserItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php index dd8740533e5..16b040297d4 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.php @@ -69,7 +69,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the riskyUser objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the riskyUser objects and their properties. This API is available in the following national cloud deployments. * @param RiskyUsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0 Find more info here @@ -107,7 +107,7 @@ public function post(RiskyUser $body, ?RiskyUsersRequestBuilderPostRequestConfig } /** - * Get a list of the riskyUser objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the riskyUser objects and their properties. This API is available in the following national cloud deployments. * @param RiskyUsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilderGetQueryParameters.php index 92feebdd383..beb8b050674 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the riskyUser objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the riskyUser objects and their properties. This API is available in the following national cloud deployments. */ class RiskyUsersRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilder.php b/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilder.php index cdacd5023f6..9134713b752 100644 --- a/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilder.php +++ b/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ServicePrincipalRiskDetectionItemRequestBuilderDeleteReq } /** - * Read the properties and relationships of a servicePrincipalRiskDetection object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a servicePrincipalRiskDetection object. This API is available in the following national cloud deployments. * @param ServicePrincipalRiskDetectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ServicePrincipalRiskDetectionItemReq } /** - * Read the properties and relationships of a servicePrincipalRiskDetection object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a servicePrincipalRiskDetection object. This API is available in the following national cloud deployments. * @param ServicePrincipalRiskDetectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilderGetQueryParameters.php index 0fd2ba79d09..88e2d3304dd 100644 --- a/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a servicePrincipalRiskDetection object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a servicePrincipalRiskDetection object. This API is available in the following national cloud deployments. */ class ServicePrincipalRiskDetectionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.php b/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.php index 1b9976e1534..992460b3b37 100644 --- a/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.php +++ b/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is supported in the following national cloud deployments. + * Retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is available in the following national cloud deployments. * @param ServicePrincipalRiskDetectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ServicePrincipalRiskDetection $body, ?ServicePrincipalRiskD } /** - * Retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is supported in the following national cloud deployments. + * Retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is available in the following national cloud deployments. * @param ServicePrincipalRiskDetectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilderGetQueryParameters.php index 11ce20519bd..5f4bc1fef7f 100644 --- a/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is supported in the following national cloud deployments. + * Retrieve the properties of a collection of servicePrincipalRiskDetection objects. This API is available in the following national cloud deployments. */ class ServicePrincipalRiskDetectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProviders/IdentityProvidersRequestBuilder.php b/src/Generated/IdentityProviders/IdentityProvidersRequestBuilder.php index 2de64cc4e26..552ff061e3b 100644 --- a/src/Generated/IdentityProviders/IdentityProvidersRequestBuilder.php +++ b/src/Generated/IdentityProviders/IdentityProvidersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve all identityProviders in the directory. This API is supported in the following national cloud deployments. + * Retrieve all identityProviders in the directory. This API is available in the following national cloud deployments. * @param IdentityProvidersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityprovider-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?IdentityProvidersRequestBuilderGetRequestConfiguration $req } /** - * Create a new identityProvider by specifying display name, identityProvider type, client ID, and client secret. This API is supported in the following national cloud deployments. + * Create a new identityProvider by specifying display name, identityProvider type, client ID, and client secret. This API is available in the following national cloud deployments. * @param IdentityProvider $body The request body * @param IdentityProvidersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(IdentityProvider $body, ?IdentityProvidersRequestBuilderPos } /** - * Retrieve all identityProviders in the directory. This API is supported in the following national cloud deployments. + * Retrieve all identityProviders in the directory. This API is available in the following national cloud deployments. * @param IdentityProvidersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?IdentityProvidersRequestBuilderGetReque } /** - * Create a new identityProvider by specifying display name, identityProvider type, client ID, and client secret. This API is supported in the following national cloud deployments. + * Create a new identityProvider by specifying display name, identityProvider type, client ID, and client secret. This API is available in the following national cloud deployments. * @param IdentityProvider $body The request body * @param IdentityProvidersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php index 4b3f6b28100..67c075c4d93 100644 --- a/src/Generated/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProviders/IdentityProvidersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve all identityProviders in the directory. This API is supported in the following national cloud deployments. + * Retrieve all identityProviders in the directory. This API is available in the following national cloud deployments. */ class IdentityProvidersRequestBuilderGetQueryParameters { diff --git a/src/Generated/IdentityProviders/Item/IdentityProviderItemRequestBuilder.php b/src/Generated/IdentityProviders/Item/IdentityProviderItemRequestBuilder.php index e29c402a7c3..b2ab3b8bf8c 100644 --- a/src/Generated/IdentityProviders/Item/IdentityProviderItemRequestBuilder.php +++ b/src/Generated/IdentityProviders/Item/IdentityProviderItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an existing identityProvider. This API is supported in the following national cloud deployments. + * Delete an existing identityProvider. This API is available in the following national cloud deployments. * @param IdentityProviderItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityprovider-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?IdentityProviderItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the properties of an existing identityProvider. This API is supported in the following national cloud deployments. + * Retrieve the properties of an existing identityProvider. This API is available in the following national cloud deployments. * @param IdentityProviderItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identityprovider-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?IdentityProviderItemRequestBuilderGetRequestConfiguration $ } /** - * Update properties in an existing identityProvider. This API is supported in the following national cloud deployments. + * Update properties in an existing identityProvider. This API is available in the following national cloud deployments. * @param IdentityProvider $body The request body * @param IdentityProviderItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(IdentityProvider $body, ?IdentityProviderItemRequestBuilde } /** - * Delete an existing identityProvider. This API is supported in the following national cloud deployments. + * Delete an existing identityProvider. This API is available in the following national cloud deployments. * @param IdentityProviderItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?IdentityProviderItemRequestBuilderDe } /** - * Retrieve the properties of an existing identityProvider. This API is supported in the following national cloud deployments. + * Retrieve the properties of an existing identityProvider. This API is available in the following national cloud deployments. * @param IdentityProviderItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?IdentityProviderItemRequestBuilderGetRe } /** - * Update properties in an existing identityProvider. This API is supported in the following national cloud deployments. + * Update properties in an existing identityProvider. This API is available in the following national cloud deployments. * @param IdentityProvider $body The request body * @param IdentityProviderItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityProviders/Item/IdentityProviderItemRequestBuilderGetQueryParameters.php b/src/Generated/IdentityProviders/Item/IdentityProviderItemRequestBuilderGetQueryParameters.php index 817b83cd83b..b49d3d4b6de 100644 --- a/src/Generated/IdentityProviders/Item/IdentityProviderItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/IdentityProviders/Item/IdentityProviderItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of an existing identityProvider. This API is supported in the following national cloud deployments. + * Retrieve the properties of an existing identityProvider. This API is available in the following national cloud deployments. */ class IdentityProviderItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilder.php b/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilder.php index d749d6ed22b..bf6affd8fd9 100644 --- a/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilder.php +++ b/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn't return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers an Azure AD audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Azure AD audit logs. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn't return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers an Azure AD audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Azure AD audit logs. This API is available in the following national cloud deployments. * @param BitlockerRecoveryKeyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?BitlockerRecoveryKeyItemRequestBuilderGetRequestConfigurati } /** - * Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn't return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers an Azure AD audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Azure AD audit logs. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn't return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers an Azure AD audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Azure AD audit logs. This API is available in the following national cloud deployments. * @param BitlockerRecoveryKeyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilderGetQueryParameters.php b/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilderGetQueryParameters.php index 2f54fc9df74..a91c12b13c1 100644 --- a/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn't return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers an Azure AD audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Azure AD audit logs. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn't return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers an Azure AD audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Azure AD audit logs. This API is available in the following national cloud deployments. */ class BitlockerRecoveryKeyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.php b/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.php index fb0a1f3773a..4a6746e0140 100644 --- a/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.php +++ b/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. This API is supported in the following national cloud deployments. + * Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. This API is available in the following national cloud deployments. * @param RecoveryKeysRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?RecoveryKeysRequestBuilderGetRequestConfiguration $requestC } /** - * Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. This API is supported in the following national cloud deployments. + * Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. This API is available in the following national cloud deployments. * @param RecoveryKeysRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilderGetQueryParameters.php b/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilderGetQueryParameters.php index 4de90a07805..cfc10ededaa 100644 --- a/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilderGetQueryParameters.php +++ b/src/Generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. This API is supported in the following national cloud deployments. + * Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. This API is available in the following national cloud deployments. */ class RecoveryKeysRequestBuilderGetQueryParameters { diff --git a/src/Generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilder.php b/src/Generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilder.php index ccbcbed583a..785c29ac6ff 100644 --- a/src/Generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilder.php +++ b/src/Generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ThreatAssessmentRequestItemRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types: This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types: This API is available in the following national cloud deployments. * @param ThreatAssessmentRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ThreatAssessmentRequestItemRequestBu } /** - * Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types: This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types: This API is available in the following national cloud deployments. * @param ThreatAssessmentRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilderGetQueryParameters.php index 2a4180c1b62..d68fb4fe0e1 100644 --- a/src/Generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types: This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types: This API is available in the following national cloud deployments. */ class ThreatAssessmentRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.php b/src/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.php index fc09bf84021..3b17922fc77 100644 --- a/src/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.php +++ b/src/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types: This API is supported in the following national cloud deployments. + * Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types: This API is available in the following national cloud deployments. * @param ThreatAssessmentRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ThreatAssessmentRequestsRequestBuilderGetRequestConfigurati } /** - * Create a new threat assessment request. A threat assessment request can be one of the following types: This API is supported in the following national cloud deployments. + * Create a new threat assessment request. A threat assessment request can be one of the following types: This API is available in the following national cloud deployments. * @param ThreatAssessmentRequest $body The request body * @param ThreatAssessmentRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ThreatAssessmentRequest $body, ?ThreatAssessmentRequestsReq } /** - * Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types: This API is supported in the following national cloud deployments. + * Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types: This API is available in the following national cloud deployments. * @param ThreatAssessmentRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ThreatAssessmentRequestsRequestBuilderG } /** - * Create a new threat assessment request. A threat assessment request can be one of the following types: This API is supported in the following national cloud deployments. + * Create a new threat assessment request. A threat assessment request can be one of the following types: This API is available in the following national cloud deployments. * @param ThreatAssessmentRequest $body The request body * @param ThreatAssessmentRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilderGetQueryParameters.php b/src/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilderGetQueryParameters.php index 5f12f8244da..f666fd94c7d 100644 --- a/src/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types: This API is supported in the following national cloud deployments. + * Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types: This API is available in the following national cloud deployments. */ class ThreatAssessmentRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Invitations/InvitationsRequestBuilder.php b/src/Generated/Invitations/InvitationsRequestBuilder.php index ad975e1679d..8f2e962ce81 100644 --- a/src/Generated/Invitations/InvitationsRequestBuilder.php +++ b/src/Generated/Invitations/InvitationsRequestBuilder.php @@ -71,7 +71,7 @@ public function get(?InvitationsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available: This API is supported in the following national cloud deployments. + * Use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available: This API is available in the following national cloud deployments. * @param Invitation $body The request body * @param InvitationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -112,7 +112,7 @@ public function toGetRequestInformation(?InvitationsRequestBuilderGetRequestConf } /** - * Use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available: This API is supported in the following national cloud deployments. + * Use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available: This API is available in the following national cloud deployments. * @param Invitation $body The request body * @param InvitationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Models/AccessAction.php b/src/Generated/Models/AccessAction.php index 52a1afb55af..0a448931b69 100644 --- a/src/Generated/Models/AccessAction.php +++ b/src/Generated/Models/AccessAction.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessPackageAnswer.php b/src/Generated/Models/AccessPackageAnswer.php index c1e2d9cfb33..3cd435f4214 100644 --- a/src/Generated/Models/AccessPackageAnswer.php +++ b/src/Generated/Models/AccessPackageAnswer.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -67,7 +67,7 @@ public function getAnsweredQuestion(): ?AccessPackageQuestion { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -123,8 +123,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -139,8 +139,8 @@ public function setAnsweredQuestion(?AccessPackageQuestion $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AccessPackageAnswerChoice.php b/src/Generated/Models/AccessPackageAnswerChoice.php index c00541170c3..a4ccf9ac320 100644 --- a/src/Generated/Models/AccessPackageAnswerChoice.php +++ b/src/Generated/Models/AccessPackageAnswerChoice.php @@ -48,7 +48,7 @@ public function getActualValue(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -141,16 +141,16 @@ public function setActualValue(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessPackageApprovalStage.php b/src/Generated/Models/AccessPackageApprovalStage.php index 0092e99961d..1ef77a7a090 100644 --- a/src/Generated/Models/AccessPackageApprovalStage.php +++ b/src/Generated/Models/AccessPackageApprovalStage.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -210,16 +210,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessPackageAssignmentApprovalSettings.php b/src/Generated/Models/AccessPackageAssignmentApprovalSettings.php index 267e896a1ca..24b003c70fc 100644 --- a/src/Generated/Models/AccessPackageAssignmentApprovalSettings.php +++ b/src/Generated/Models/AccessPackageAssignmentApprovalSettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessPackageAssignmentRequestRequirements.php b/src/Generated/Models/AccessPackageAssignmentRequestRequirements.php index 206cd25809d..fdeee421663 100644 --- a/src/Generated/Models/AccessPackageAssignmentRequestRequirements.php +++ b/src/Generated/Models/AccessPackageAssignmentRequestRequirements.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAllowCustomAssignmentSchedule(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -203,8 +203,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -219,8 +219,8 @@ public function setAllowCustomAssignmentSchedule(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AccessPackageAssignmentRequestorSettings.php b/src/Generated/Models/AccessPackageAssignmentRequestorSettings.php index 84ab06f64f7..d27037e422a 100644 --- a/src/Generated/Models/AccessPackageAssignmentRequestorSettings.php +++ b/src/Generated/Models/AccessPackageAssignmentRequestorSettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAllowCustomAssignmentSchedule(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -203,8 +203,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -219,8 +219,8 @@ public function setAllowCustomAssignmentSchedule(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AccessPackageAssignmentReviewSettings.php b/src/Generated/Models/AccessPackageAssignmentReviewSettings.php index 2b6c11d4bc8..62c4202dd0e 100644 --- a/src/Generated/Models/AccessPackageAssignmentReviewSettings.php +++ b/src/Generated/Models/AccessPackageAssignmentReviewSettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -205,16 +205,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessPackageAutomaticRequestSettings.php b/src/Generated/Models/AccessPackageAutomaticRequestSettings.php index 5e23000b5b3..cbeea4fad67 100644 --- a/src/Generated/Models/AccessPackageAutomaticRequestSettings.php +++ b/src/Generated/Models/AccessPackageAutomaticRequestSettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessPackageLocalizedText.php b/src/Generated/Models/AccessPackageLocalizedText.php index debb407ba0c..32eee7629b8 100644 --- a/src/Generated/Models/AccessPackageLocalizedText.php +++ b/src/Generated/Models/AccessPackageLocalizedText.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessReviewApplyAction.php b/src/Generated/Models/AccessReviewApplyAction.php index 74c8dd32bf6..6d18ef5fe72 100644 --- a/src/Generated/Models/AccessReviewApplyAction.php +++ b/src/Generated/Models/AccessReviewApplyAction.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -96,16 +96,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessReviewHistoryScheduleSettings.php b/src/Generated/Models/AccessReviewHistoryScheduleSettings.php index ae7798a1f48..74755750be4 100644 --- a/src/Generated/Models/AccessReviewHistoryScheduleSettings.php +++ b/src/Generated/Models/AccessReviewHistoryScheduleSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessReviewInstanceDecisionItemResource.php b/src/Generated/Models/AccessReviewInstanceDecisionItemResource.php index 9556587dc42..4ee0c0ed748 100644 --- a/src/Generated/Models/AccessReviewInstanceDecisionItemResource.php +++ b/src/Generated/Models/AccessReviewInstanceDecisionItemResource.php @@ -44,7 +44,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -57,7 +57,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -139,16 +139,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessReviewNotificationRecipientItem.php b/src/Generated/Models/AccessReviewNotificationRecipientItem.php index 434b8998781..54ef5ddbbb6 100644 --- a/src/Generated/Models/AccessReviewNotificationRecipientItem.php +++ b/src/Generated/Models/AccessReviewNotificationRecipientItem.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessReviewNotificationRecipientScope.php b/src/Generated/Models/AccessReviewNotificationRecipientScope.php index 2d28d8c9722..de8f38840fb 100644 --- a/src/Generated/Models/AccessReviewNotificationRecipientScope.php +++ b/src/Generated/Models/AccessReviewNotificationRecipientScope.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -95,16 +95,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessReviewRecommendationInsightSetting.php b/src/Generated/Models/AccessReviewRecommendationInsightSetting.php index ebff2a4bca3..e2e6f12bf68 100644 --- a/src/Generated/Models/AccessReviewRecommendationInsightSetting.php +++ b/src/Generated/Models/AccessReviewRecommendationInsightSetting.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -96,16 +96,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessReviewReviewerScope.php b/src/Generated/Models/AccessReviewReviewerScope.php index 92463a800c0..ab7630059f4 100644 --- a/src/Generated/Models/AccessReviewReviewerScope.php +++ b/src/Generated/Models/AccessReviewReviewerScope.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessReviewScheduleSettings.php b/src/Generated/Models/AccessReviewScheduleSettings.php index c9de4c55d6b..fcc80bace43 100644 --- a/src/Generated/Models/AccessReviewScheduleSettings.php +++ b/src/Generated/Models/AccessReviewScheduleSettings.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -76,7 +76,7 @@ public function getAutoApplyDecisionsEnabled(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -276,8 +276,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -300,8 +300,8 @@ public function setAutoApplyDecisionsEnabled(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AccessReviewScope.php b/src/Generated/Models/AccessReviewScope.php index 0f60c5ea09c..abe3de41062 100644 --- a/src/Generated/Models/AccessReviewScope.php +++ b/src/Generated/Models/AccessReviewScope.php @@ -44,7 +44,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -57,7 +57,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -97,16 +97,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccessReviewStageSettings.php b/src/Generated/Models/AccessReviewStageSettings.php index a4d4a8f6d6a..d386a5ae5f5 100644 --- a/src/Generated/Models/AccessReviewStageSettings.php +++ b/src/Generated/Models/AccessReviewStageSettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -225,16 +225,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AccountTargetContent.php b/src/Generated/Models/AccountTargetContent.php index cb4487870fa..dc22740d4aa 100644 --- a/src/Generated/Models/AccountTargetContent.php +++ b/src/Generated/Models/AccountTargetContent.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accou } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -110,16 +110,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ActionResultPart.php b/src/Generated/Models/ActionResultPart.php index 8d3b7ae8eb0..c3352a44ea9 100644 --- a/src/Generated/Models/ActionResultPart.php +++ b/src/Generated/Models/ActionResultPart.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Actio } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -109,16 +109,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AddIn.php b/src/Generated/Models/AddIn.php index d829d0cc7e8..1eef9be24e0 100644 --- a/src/Generated/Models/AddIn.php +++ b/src/Generated/Models/AddIn.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddIn } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Admin.php b/src/Generated/Models/Admin.php index c3e524d8f52..47253e31965 100644 --- a/src/Generated/Models/Admin.php +++ b/src/Generated/Models/Admin.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Admin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AggregationOption.php b/src/Generated/Models/AggregationOption.php index 94dc692b5b5..31622151ac4 100644 --- a/src/Generated/Models/AggregationOption.php +++ b/src/Generated/Models/AggregationOption.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Aggre } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AgreementFileData.php b/src/Generated/Models/AgreementFileData.php index 8ae7c907610..b396562f325 100644 --- a/src/Generated/Models/AgreementFileData.php +++ b/src/Generated/Models/AgreementFileData.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Agree } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Album.php b/src/Generated/Models/Album.php index eb31e825970..74767728cbf 100644 --- a/src/Generated/Models/Album.php +++ b/src/Generated/Models/Album.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): 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. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AlertDetection.php b/src/Generated/Models/AlertDetection.php index c92d2fbeb4e..b3b7ea3c9b3 100644 --- a/src/Generated/Models/AlertDetection.php +++ b/src/Generated/Models/AlertDetection.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Alert } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AlertHistoryState.php b/src/Generated/Models/AlertHistoryState.php index 149037af4ee..3030bde337a 100644 --- a/src/Generated/Models/AlertHistoryState.php +++ b/src/Generated/Models/AlertHistoryState.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Alert } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -74,7 +74,7 @@ public function getAssignedTo(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -197,8 +197,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -221,8 +221,8 @@ public function setAssignedTo(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AlertTrigger.php b/src/Generated/Models/AlertTrigger.php index 521da3cf926..e4f641c4c2c 100644 --- a/src/Generated/Models/AlertTrigger.php +++ b/src/Generated/Models/AlertTrigger.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Alert } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AlterationResponse.php b/src/Generated/Models/AlterationResponse.php index e842d9dd75a..92aa1d260fa 100644 --- a/src/Generated/Models/AlterationResponse.php +++ b/src/Generated/Models/AlterationResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Alter } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AlteredQueryToken.php b/src/Generated/Models/AlteredQueryToken.php index 4a266190b48..822d4a1338b 100644 --- a/src/Generated/Models/AlteredQueryToken.php +++ b/src/Generated/Models/AlteredQueryToken.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Alter } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AlternativeSecurityId.php b/src/Generated/Models/AlternativeSecurityId.php index 99d46087bdf..f029ddb146c 100644 --- a/src/Generated/Models/AlternativeSecurityId.php +++ b/src/Generated/Models/AlternativeSecurityId.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Alter } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AndroidMinimumOperatingSystem.php b/src/Generated/Models/AndroidMinimumOperatingSystem.php index fdb5c9b16cc..498ab0112e6 100644 --- a/src/Generated/Models/AndroidMinimumOperatingSystem.php +++ b/src/Generated/Models/AndroidMinimumOperatingSystem.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Andro } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -315,16 +315,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ApiApplication.php b/src/Generated/Models/ApiApplication.php index 44a232d5e87..ce3f8dd74f7 100644 --- a/src/Generated/Models/ApiApplication.php +++ b/src/Generated/Models/ApiApplication.php @@ -48,7 +48,7 @@ public function getAcceptMappedClaims(): ?bool { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -180,16 +180,16 @@ public function setAcceptMappedClaims(?bool $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ApiAuthenticationConfigurationBase.php b/src/Generated/Models/ApiAuthenticationConfigurationBase.php index 2327b8a0610..aac2a0bcf68 100644 --- a/src/Generated/Models/ApiAuthenticationConfigurationBase.php +++ b/src/Generated/Models/ApiAuthenticationConfigurationBase.php @@ -44,7 +44,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ApiAu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -57,7 +57,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -97,16 +97,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AppConfigurationSettingItem.php b/src/Generated/Models/AppConfigurationSettingItem.php index 258dd6f670c..bea32cf76ef 100644 --- a/src/Generated/Models/AppConfigurationSettingItem.php +++ b/src/Generated/Models/AppConfigurationSettingItem.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AppCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -87,7 +87,7 @@ public function getAppConfigKeyValue(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,8 +133,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -165,8 +165,8 @@ public function setAppConfigKeyValue(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AppConsentRequestScope.php b/src/Generated/Models/AppConsentRequestScope.php index 6ce4d14cbb8..46712213f26 100644 --- a/src/Generated/Models/AppConsentRequestScope.php +++ b/src/Generated/Models/AppConsentRequestScope.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AppCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AppIdentity.php b/src/Generated/Models/AppIdentity.php index a492b7d47ef..0e1ff490cc3 100644 --- a/src/Generated/Models/AppIdentity.php +++ b/src/Generated/Models/AppIdentity.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AppId } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAppId(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,8 +144,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -160,8 +160,8 @@ public function setAppId(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AppListItem.php b/src/Generated/Models/AppListItem.php index 56ead5686bc..b3b3366fe0c 100644 --- a/src/Generated/Models/AppListItem.php +++ b/src/Generated/Models/AppListItem.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AppLi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -75,7 +75,7 @@ public function getAppStoreUrl(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -147,8 +147,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -171,8 +171,8 @@ public function setAppStoreUrl(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AppLogCollectionDownloadDetails.php b/src/Generated/Models/AppLogCollectionDownloadDetails.php index 6db79be3d57..f01b4b628a2 100644 --- a/src/Generated/Models/AppLogCollectionDownloadDetails.php +++ b/src/Generated/Models/AppLogCollectionDownloadDetails.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AppLo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAppLogDecryptionAlgorithm(): ?AppLogDecryptionAlgorithm { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAppLogDecryptionAlgorithm(?AppLogDecryptionAlgorithm $value): } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AppManagementConfiguration.php b/src/Generated/Models/AppManagementConfiguration.php index 1c4ab104fa9..5247d3e5dc2 100644 --- a/src/Generated/Models/AppManagementConfiguration.php +++ b/src/Generated/Models/AppManagementConfiguration.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AppMa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AppRole.php b/src/Generated/Models/AppRole.php index bec8ab846b8..8fe0b616422 100644 --- a/src/Generated/Models/AppRole.php +++ b/src/Generated/Models/AppRole.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AppRo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAllowedMemberTypes(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -196,8 +196,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -212,8 +212,8 @@ public function setAllowedMemberTypes(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ApplicationServicePrincipal.php b/src/Generated/Models/ApplicationServicePrincipal.php index 1e2197614de..8c4ecb33045 100644 --- a/src/Generated/Models/ApplicationServicePrincipal.php +++ b/src/Generated/Models/ApplicationServicePrincipal.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Appli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getApplication(): ?Application { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setApplication(?Application $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AppliedConditionalAccessPolicy.php b/src/Generated/Models/AppliedConditionalAccessPolicy.php index cd68d3392ec..f327c721062 100644 --- a/src/Generated/Models/AppliedConditionalAccessPolicy.php +++ b/src/Generated/Models/AppliedConditionalAccessPolicy.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Appli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -69,7 +69,7 @@ public function getDisplayName(): ?string { } /** - * Gets the enforcedGrantControls property value. Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication'). + * Gets the enforcedGrantControls property value. Refers to the grant controls enforced by the conditional access policy (example: 'Require multifactor authentication'). * @return array|null */ public function getEnforcedGrantControls(): ?array { @@ -177,16 +177,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; @@ -201,7 +201,7 @@ public function setDisplayName(?string $value): void { } /** - * Sets the enforcedGrantControls property value. Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication'). + * Sets the enforcedGrantControls property value. Refers to the grant controls enforced by the conditional access policy (example: 'Require multifactor authentication'). * @param array|null $value Value to set for the enforcedGrantControls property. */ public function setEnforcedGrantControls(?array $value): void { diff --git a/src/Generated/Models/ApprovalSettings.php b/src/Generated/Models/ApprovalSettings.php index ac9dd222844..52b9289bf32 100644 --- a/src/Generated/Models/ApprovalSettings.php +++ b/src/Generated/Models/ApprovalSettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Appro } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -75,7 +75,7 @@ public function getApprovalStages(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -161,8 +161,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -185,8 +185,8 @@ public function setApprovalStages(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ArchivedPrintJob.php b/src/Generated/Models/ArchivedPrintJob.php index 2b43412e3fb..988cd5e6db3 100644 --- a/src/Generated/Models/ArchivedPrintJob.php +++ b/src/Generated/Models/ArchivedPrintJob.php @@ -60,7 +60,7 @@ public function getAcquiredDateTime(): ?DateTime { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -73,7 +73,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -245,16 +245,16 @@ public function setAcquiredDateTime(?DateTime $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AssignedLabel.php b/src/Generated/Models/AssignedLabel.php index 66bc22eee8b..09b161dc529 100644 --- a/src/Generated/Models/AssignedLabel.php +++ b/src/Generated/Models/AssignedLabel.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AssignedLicense.php b/src/Generated/Models/AssignedLicense.php index 3b624555d3b..5f3e21cf2d0 100644 --- a/src/Generated/Models/AssignedLicense.php +++ b/src/Generated/Models/AssignedLicense.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -126,16 +126,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AssignedPlan.php b/src/Generated/Models/AssignedPlan.php index 0884fc81c0b..995d65867fe 100644 --- a/src/Generated/Models/AssignedPlan.php +++ b/src/Generated/Models/AssignedPlan.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAssignedDateTime(): ?DateTime { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,8 +145,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -161,8 +161,8 @@ public function setAssignedDateTime(?DateTime $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AssignedTrainingInfo.php b/src/Generated/Models/AssignedTrainingInfo.php index 52edbeb59bf..42719ceaa18 100644 --- a/src/Generated/Models/AssignedTrainingInfo.php +++ b/src/Generated/Models/AssignedTrainingInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAssignedUserCount(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAssignedUserCount(?int $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AssignmentOrder.php b/src/Generated/Models/AssignmentOrder.php index 543f26f0140..5b13abcc481 100644 --- a/src/Generated/Models/AssignmentOrder.php +++ b/src/Generated/Models/AssignmentOrder.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AttachmentInfo.php b/src/Generated/Models/AttachmentInfo.php index 32b1b2589a5..35c7254dbb5 100644 --- a/src/Generated/Models/AttachmentInfo.php +++ b/src/Generated/Models/AttachmentInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attac } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAttachmentType(): ?AttachmentType { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,8 +144,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -160,8 +160,8 @@ public function setAttachmentType(?AttachmentType $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AttachmentItem.php b/src/Generated/Models/AttachmentItem.php index fd5631f3f77..6bf0720480d 100644 --- a/src/Generated/Models/AttachmentItem.php +++ b/src/Generated/Models/AttachmentItem.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attac } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAttachmentType(): ?AttachmentType { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,8 +172,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -188,8 +188,8 @@ public function setAttachmentType(?AttachmentType $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AttackSimulationRepeatOffender.php b/src/Generated/Models/AttackSimulationRepeatOffender.php index d57660d700a..f1e7c27b957 100644 --- a/src/Generated/Models/AttackSimulationRepeatOffender.php +++ b/src/Generated/Models/AttackSimulationRepeatOffender.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attac } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAttackSimulationUser(): ?AttackSimulationUser { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setAttackSimulationUser(?AttackSimulationUser $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AttackSimulationSimulationUserCoverage.php b/src/Generated/Models/AttackSimulationSimulationUserCoverage.php index 677654261b3..982ff2261cb 100644 --- a/src/Generated/Models/AttackSimulationSimulationUserCoverage.php +++ b/src/Generated/Models/AttackSimulationSimulationUserCoverage.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attac } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAttackSimulationUser(): ?AttackSimulationUser { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,8 +159,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -175,8 +175,8 @@ public function setAttackSimulationUser(?AttackSimulationUser $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AttackSimulationTrainingUserCoverage.php b/src/Generated/Models/AttackSimulationTrainingUserCoverage.php index 046008ebbfa..51bd000e1a9 100644 --- a/src/Generated/Models/AttackSimulationTrainingUserCoverage.php +++ b/src/Generated/Models/AttackSimulationTrainingUserCoverage.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attac } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAttackSimulationUser(): ?AttackSimulationUser { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,8 +119,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -135,8 +135,8 @@ public function setAttackSimulationUser(?AttackSimulationUser $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AttackSimulationUser.php b/src/Generated/Models/AttackSimulationUser.php index c74dddfae61..1e92dccb769 100644 --- a/src/Generated/Models/AttackSimulationUser.php +++ b/src/Generated/Models/AttackSimulationUser.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attac } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AttendanceInterval.php b/src/Generated/Models/AttendanceInterval.php index 9b6d9d20a6f..940db059e72 100644 --- a/src/Generated/Models/AttendanceInterval.php +++ b/src/Generated/Models/AttendanceInterval.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Atten } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AttendeeAvailability.php b/src/Generated/Models/AttendeeAvailability.php index 187da698642..82eec410523 100644 --- a/src/Generated/Models/AttendeeAvailability.php +++ b/src/Generated/Models/AttendeeAvailability.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Atten } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getAvailability(): ?FreeBusyStatus { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -140,8 +140,8 @@ public function setAvailability(?FreeBusyStatus $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AttributeDefinition.php b/src/Generated/Models/AttributeDefinition.php index 49b041ec633..4edb6a512de 100644 --- a/src/Generated/Models/AttributeDefinition.php +++ b/src/Generated/Models/AttributeDefinition.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attri } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -75,7 +75,7 @@ public function getApiExpressions(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -263,8 +263,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -287,8 +287,8 @@ public function setApiExpressions(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AttributeDefinitionMetadataEntry.php b/src/Generated/Models/AttributeDefinitionMetadataEntry.php index fe70116bf49..20ed2331af0 100644 --- a/src/Generated/Models/AttributeDefinitionMetadataEntry.php +++ b/src/Generated/Models/AttributeDefinitionMetadataEntry.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attri } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AttributeMapping.php b/src/Generated/Models/AttributeMapping.php index dab02cefd15..e4e201725c2 100644 --- a/src/Generated/Models/AttributeMapping.php +++ b/src/Generated/Models/AttributeMapping.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attri } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -186,16 +186,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AttributeMappingParameterSchema.php b/src/Generated/Models/AttributeMappingParameterSchema.php index 5c6589bb666..2252e303c26 100644 --- a/src/Generated/Models/AttributeMappingParameterSchema.php +++ b/src/Generated/Models/AttributeMappingParameterSchema.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attri } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAllowMultipleOccurrences(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,8 +144,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -160,8 +160,8 @@ public function setAllowMultipleOccurrences(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AttributeMappingSource.php b/src/Generated/Models/AttributeMappingSource.php index 35cf16bdae6..312726b3413 100644 --- a/src/Generated/Models/AttributeMappingSource.php +++ b/src/Generated/Models/AttributeMappingSource.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Attri } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -147,16 +147,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Audio.php b/src/Generated/Models/Audio.php index 27b7172c501..a9638bc1c1a 100644 --- a/src/Generated/Models/Audio.php +++ b/src/Generated/Models/Audio.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): 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. + * 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 { @@ -84,7 +84,7 @@ public function getArtist(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -312,8 +312,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -344,8 +344,8 @@ public function setArtist(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AudioConferencing.php b/src/Generated/Models/AudioConferencing.php index 21884875676..3481518c933 100644 --- a/src/Generated/Models/AudioConferencing.php +++ b/src/Generated/Models/AudioConferencing.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): 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. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -191,16 +191,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AuditActivityInitiator.php b/src/Generated/Models/AuditActivityInitiator.php index e04c843573c..9be16f737a0 100644 --- a/src/Generated/Models/AuditActivityInitiator.php +++ b/src/Generated/Models/AuditActivityInitiator.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Audit } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getApp(): ?AppIdentity { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setApp(?AppIdentity $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AuditActor.php b/src/Generated/Models/AuditActor.php index a65e590bfac..7ef49fc5340 100644 --- a/src/Generated/Models/AuditActor.php +++ b/src/Generated/Models/AuditActor.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Audit } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -88,7 +88,7 @@ public function getAuditActorType(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -213,8 +213,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -245,8 +245,8 @@ public function setAuditActorType(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AuditProperty.php b/src/Generated/Models/AuditProperty.php index 408834a7158..1ae9e0a44b1 100644 --- a/src/Generated/Models/AuditProperty.php +++ b/src/Generated/Models/AuditProperty.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Audit } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AuditResource.php b/src/Generated/Models/AuditResource.php index d1a0f318823..9b2bfbc9afa 100644 --- a/src/Generated/Models/AuditResource.php +++ b/src/Generated/Models/AuditResource.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Audit } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAuditResourceType(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -150,8 +150,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -166,8 +166,8 @@ public function setAuditResourceType(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/AuthenticationMethodFeatureConfiguration.php b/src/Generated/Models/AuthenticationMethodFeatureConfiguration.php index f7a43455d95..b868cfd510b 100644 --- a/src/Generated/Models/AuthenticationMethodFeatureConfiguration.php +++ b/src/Generated/Models/AuthenticationMethodFeatureConfiguration.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Authe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AuthenticationMethodsRegistrationCampaign.php b/src/Generated/Models/AuthenticationMethodsRegistrationCampaign.php index c410f013fc1..79f6813e287 100644 --- a/src/Generated/Models/AuthenticationMethodsRegistrationCampaign.php +++ b/src/Generated/Models/AuthenticationMethodsRegistrationCampaign.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Authe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -149,16 +149,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AuthenticationMethodsRegistrationCampaignIncludeTarget.php b/src/Generated/Models/AuthenticationMethodsRegistrationCampaignIncludeTarget.php index b44c4539df2..2a165f72680 100644 --- a/src/Generated/Models/AuthenticationMethodsRegistrationCampaignIncludeTarget.php +++ b/src/Generated/Models/AuthenticationMethodsRegistrationCampaignIncludeTarget.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Authe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AuthenticationMethodsRoot.php b/src/Generated/Models/AuthenticationMethodsRoot.php index 1dce4361f2a..7dbe1098a03 100644 --- a/src/Generated/Models/AuthenticationMethodsRoot.php +++ b/src/Generated/Models/AuthenticationMethodsRoot.php @@ -37,7 +37,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the userRegistrationDetails property value. Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multi-factor authentication, self-service password reset, and passwordless authentication). + * Gets the userRegistrationDetails property value. Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication). * @return array|null */ public function getUserRegistrationDetails(): ?array { @@ -60,7 +60,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the userRegistrationDetails property value. Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multi-factor authentication, self-service password reset, and passwordless authentication). + * Sets the userRegistrationDetails property value. Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication). * @param array|null $value Value to set for the userRegistrationDetails property. */ public function setUserRegistrationDetails(?array $value): void { diff --git a/src/Generated/Models/AuthenticationStrengthUsage.php b/src/Generated/Models/AuthenticationStrengthUsage.php index 19623236713..6774c2a26a8 100644 --- a/src/Generated/Models/AuthenticationStrengthUsage.php +++ b/src/Generated/Models/AuthenticationStrengthUsage.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Authe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AuthorizationInfo.php b/src/Generated/Models/AuthorizationInfo.php index 2fbc7eccd73..5362fb0931c 100644 --- a/src/Generated/Models/AuthorizationInfo.php +++ b/src/Generated/Models/AuthorizationInfo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Autho } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AutomaticRepliesMailTips.php b/src/Generated/Models/AutomaticRepliesMailTips.php index 6f9cb883b92..38975957e94 100644 --- a/src/Generated/Models/AutomaticRepliesMailTips.php +++ b/src/Generated/Models/AutomaticRepliesMailTips.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Autom } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AutomaticRepliesSetting.php b/src/Generated/Models/AutomaticRepliesSetting.php index 5092af2128b..4c5709d717d 100644 --- a/src/Generated/Models/AutomaticRepliesSetting.php +++ b/src/Generated/Models/AutomaticRepliesSetting.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Autom } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,16 +172,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AvailabilityItem.php b/src/Generated/Models/AvailabilityItem.php index 769371f926a..2c7ff54dfd1 100644 --- a/src/Generated/Models/AvailabilityItem.php +++ b/src/Generated/Models/AvailabilityItem.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Avail } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/AverageComparativeScore.php b/src/Generated/Models/AverageComparativeScore.php index 9d16d2f3cdf..b41be75f7a3 100644 --- a/src/Generated/Models/AverageComparativeScore.php +++ b/src/Generated/Models/AverageComparativeScore.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Avera } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAverageScore(): ?float { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setAverageScore(?float $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/BaseCollectionPaginationCountResponse.php b/src/Generated/Models/BaseCollectionPaginationCountResponse.php index 703d6194eec..50ce40095c3 100644 --- a/src/Generated/Models/BaseCollectionPaginationCountResponse.php +++ b/src/Generated/Models/BaseCollectionPaginationCountResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): BaseC } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BaseDeltaFunctionResponse.php b/src/Generated/Models/BaseDeltaFunctionResponse.php index 66f992b6305..85dd7f7eebf 100644 --- a/src/Generated/Models/BaseDeltaFunctionResponse.php +++ b/src/Generated/Models/BaseDeltaFunctionResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): BaseD } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BaseEndUserNotification.php b/src/Generated/Models/BaseEndUserNotification.php index a193f78eb21..b6decbb57f4 100644 --- a/src/Generated/Models/BaseEndUserNotification.php +++ b/src/Generated/Models/BaseEndUserNotification.php @@ -44,7 +44,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): BaseE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -57,7 +57,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -125,16 +125,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BitLockerRemovableDrivePolicy.php b/src/Generated/Models/BitLockerRemovableDrivePolicy.php index 1a711a05893..8a85ab4b42f 100644 --- a/src/Generated/Models/BitLockerRemovableDrivePolicy.php +++ b/src/Generated/Models/BitLockerRemovableDrivePolicy.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): BitLo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BookingCustomerInformationBase.php b/src/Generated/Models/BookingCustomerInformationBase.php index 2bba12d82ba..eae37760b57 100644 --- a/src/Generated/Models/BookingCustomerInformationBase.php +++ b/src/Generated/Models/BookingCustomerInformationBase.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Booki } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -95,16 +95,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BookingQuestionAnswer.php b/src/Generated/Models/BookingQuestionAnswer.php index 2f22d0e0d40..cd1ba696992 100644 --- a/src/Generated/Models/BookingQuestionAnswer.php +++ b/src/Generated/Models/BookingQuestionAnswer.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Booki } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -87,7 +87,7 @@ public function getAnswerOptions(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -205,8 +205,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -237,8 +237,8 @@ public function setAnswerOptions(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/BookingQuestionAssignment.php b/src/Generated/Models/BookingQuestionAssignment.php index 7c4769da7f7..d4d1cd97f76 100644 --- a/src/Generated/Models/BookingQuestionAssignment.php +++ b/src/Generated/Models/BookingQuestionAssignment.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Booki } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BookingReminder.php b/src/Generated/Models/BookingReminder.php index 7bf45460d32..a3353948cde 100644 --- a/src/Generated/Models/BookingReminder.php +++ b/src/Generated/Models/BookingReminder.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Booki } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -134,16 +134,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BookingSchedulingPolicy.php b/src/Generated/Models/BookingSchedulingPolicy.php index 1c216b2ffd9..354da5c4582 100644 --- a/src/Generated/Models/BookingSchedulingPolicy.php +++ b/src/Generated/Models/BookingSchedulingPolicy.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Booki } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAllowStaffSelection(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -162,8 +162,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -178,8 +178,8 @@ public function setAllowStaffSelection(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/BookingWorkHours.php b/src/Generated/Models/BookingWorkHours.php index 14ea81d0851..20bd54bad8f 100644 --- a/src/Generated/Models/BookingWorkHours.php +++ b/src/Generated/Models/BookingWorkHours.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Booki } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -122,16 +122,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BookingWorkTimeSlot.php b/src/Generated/Models/BookingWorkTimeSlot.php index e87ac7e1251..d6906264dd4 100644 --- a/src/Generated/Models/BookingWorkTimeSlot.php +++ b/src/Generated/Models/BookingWorkTimeSlot.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Booki } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BooleanColumn.php b/src/Generated/Models/BooleanColumn.php index 6456f7c5a30..7f61f2a2fd7 100644 --- a/src/Generated/Models/BooleanColumn.php +++ b/src/Generated/Models/BooleanColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Boole } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BroadcastMeetingCaptionSettings.php b/src/Generated/Models/BroadcastMeetingCaptionSettings.php index 3acefad4d33..3dd35510a68 100644 --- a/src/Generated/Models/BroadcastMeetingCaptionSettings.php +++ b/src/Generated/Models/BroadcastMeetingCaptionSettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Broad } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -140,16 +140,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BroadcastMeetingSettings.php b/src/Generated/Models/BroadcastMeetingSettings.php index be9d48149ca..77cdd60ab03 100644 --- a/src/Generated/Models/BroadcastMeetingSettings.php +++ b/src/Generated/Models/BroadcastMeetingSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Broad } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAllowedAudience(): ?BroadcastMeetingAudience { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,8 +172,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -188,8 +188,8 @@ public function setAllowedAudience(?BroadcastMeetingAudience $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/BrowserSharedCookieHistory.php b/src/Generated/Models/BrowserSharedCookieHistory.php index ce938eaacc3..e8ed30c1012 100644 --- a/src/Generated/Models/BrowserSharedCookieHistory.php +++ b/src/Generated/Models/BrowserSharedCookieHistory.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Brows } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -201,16 +201,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BrowserSiteHistory.php b/src/Generated/Models/BrowserSiteHistory.php index 418074b8098..2c88cd6fc85 100644 --- a/src/Generated/Models/BrowserSiteHistory.php +++ b/src/Generated/Models/BrowserSiteHistory.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Brows } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAllowRedirect(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -190,8 +190,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -206,8 +206,8 @@ public function setAllowRedirect(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/BucketAggregationDefinition.php b/src/Generated/Models/BucketAggregationDefinition.php index 4d947116d4f..19939631374 100644 --- a/src/Generated/Models/BucketAggregationDefinition.php +++ b/src/Generated/Models/BucketAggregationDefinition.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bucke } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -161,16 +161,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/BucketAggregationRange.php b/src/Generated/Models/BucketAggregationRange.php index f8f7b9682cf..5a3464e5196 100644 --- a/src/Generated/Models/BucketAggregationRange.php +++ b/src/Generated/Models/BucketAggregationRange.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bucke } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Bundle.php b/src/Generated/Models/Bundle.php index e98d55ab667..04e78525749 100644 --- a/src/Generated/Models/Bundle.php +++ b/src/Generated/Models/Bundle.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Bundl } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAlbum(): ?Album { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setAlbum(?Album $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/CalculatedColumn.php b/src/Generated/Models/CalculatedColumn.php index 7dee5b716a3..7c1f062cde5 100644 --- a/src/Generated/Models/CalculatedColumn.php +++ b/src/Generated/Models/CalculatedColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Calcu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CalendarSharingMessageAction.php b/src/Generated/Models/CalendarSharingMessageAction.php index 4e3af8356e8..a7fa6288dc1 100644 --- a/src/Generated/Models/CalendarSharingMessageAction.php +++ b/src/Generated/Models/CalendarSharingMessageAction.php @@ -59,7 +59,7 @@ public function getActionType(): ?CalendarSharingActionType { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -146,16 +146,16 @@ public function setActionType(?CalendarSharingActionType $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallMediaState.php b/src/Generated/Models/CallMediaState.php index 1bd8f95bf17..cf0127a1b5d 100644 --- a/src/Generated/Models/CallMediaState.php +++ b/src/Generated/Models/CallMediaState.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CallM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAudio(): ?MediaState { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,8 +102,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -118,8 +118,8 @@ public function setAudio(?MediaState $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/CallOptions.php b/src/Generated/Models/CallOptions.php index 261b2040e7c..07ae466a271 100644 --- a/src/Generated/Models/CallOptions.php +++ b/src/Generated/Models/CallOptions.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CallO } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -124,16 +124,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallParticipantInfo.php b/src/Generated/Models/CallParticipantInfo.php index 290d309d071..e482fcc2a80 100644 --- a/src/Generated/Models/CallParticipantInfo.php +++ b/src/Generated/Models/CallParticipantInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CallP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRecords/DeviceInfo.php b/src/Generated/Models/CallRecords/DeviceInfo.php index 0d98bb7ed1d..2c939b06cc0 100644 --- a/src/Generated/Models/CallRecords/DeviceInfo.php +++ b/src/Generated/Models/CallRecords/DeviceInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -382,16 +382,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRecords/DirectRoutingLogRow.php b/src/Generated/Models/CallRecords/DirectRoutingLogRow.php index 8785e778724..20a96a86913 100644 --- a/src/Generated/Models/CallRecords/DirectRoutingLogRow.php +++ b/src/Generated/Models/CallRecords/DirectRoutingLogRow.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Direc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -383,16 +383,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRecords/Endpoint.php b/src/Generated/Models/CallRecords/Endpoint.php index 010f172e641..273f579e3a8 100644 --- a/src/Generated/Models/CallRecords/Endpoint.php +++ b/src/Generated/Models/CallRecords/Endpoint.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Endpo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -110,16 +110,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRecords/FailureInfo.php b/src/Generated/Models/CallRecords/FailureInfo.php index 29a7f54c455..d484ae073fa 100644 --- a/src/Generated/Models/CallRecords/FailureInfo.php +++ b/src/Generated/Models/CallRecords/FailureInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Failu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRecords/FeedbackTokenSet.php b/src/Generated/Models/CallRecords/FeedbackTokenSet.php index 37e90639cce..9dad7c5458b 100644 --- a/src/Generated/Models/CallRecords/FeedbackTokenSet.php +++ b/src/Generated/Models/CallRecords/FeedbackTokenSet.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Feedb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRecords/Media.php b/src/Generated/Models/CallRecords/Media.php index 6a042f64dd3..7586699f8fc 100644 --- a/src/Generated/Models/CallRecords/Media.php +++ b/src/Generated/Models/CallRecords/Media.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -175,16 +175,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRecords/MediaStream.php b/src/Generated/Models/CallRecords/MediaStream.php index 71d5a6a8d40..275da0e0771 100644 --- a/src/Generated/Models/CallRecords/MediaStream.php +++ b/src/Generated/Models/CallRecords/MediaStream.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -206,7 +206,7 @@ public function getAverageVideoPacketLossRate(): ?float { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -510,8 +510,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -622,8 +622,8 @@ public function setAverageVideoPacketLossRate(?float $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/CallRecords/NetworkInfo.php b/src/Generated/Models/CallRecords/NetworkInfo.php index 6ba3204a0e9..97ec7ea7893 100644 --- a/src/Generated/Models/CallRecords/NetworkInfo.php +++ b/src/Generated/Models/CallRecords/NetworkInfo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Netwo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -455,16 +455,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRecords/PstnCallLogRow.php b/src/Generated/Models/CallRecords/PstnCallLogRow.php index 851c469ba16..74686b2093e 100644 --- a/src/Generated/Models/CallRecords/PstnCallLogRow.php +++ b/src/Generated/Models/CallRecords/PstnCallLogRow.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): PstnC } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -411,16 +411,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRecords/TraceRouteHop.php b/src/Generated/Models/CallRecords/TraceRouteHop.php index ba24e2d8952..0e9b874452f 100644 --- a/src/Generated/Models/CallRecords/TraceRouteHop.php +++ b/src/Generated/Models/CallRecords/TraceRouteHop.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Trace } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRecords/UserAgent.php b/src/Generated/Models/CallRecords/UserAgent.php index 63e723f74dc..46fc7e73cc3 100644 --- a/src/Generated/Models/CallRecords/UserAgent.php +++ b/src/Generated/Models/CallRecords/UserAgent.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserA } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -68,7 +68,7 @@ public function getApplicationVersion(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -124,8 +124,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -140,8 +140,8 @@ public function setApplicationVersion(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/CallRecords/UserFeedback.php b/src/Generated/Models/CallRecords/UserFeedback.php index de144a01383..c3cdbba358c 100644 --- a/src/Generated/Models/CallRecords/UserFeedback.php +++ b/src/Generated/Models/CallRecords/UserFeedback.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserF } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallRoute.php b/src/Generated/Models/CallRoute.php index 9dde13fd03d..9a1ab64ca04 100644 --- a/src/Generated/Models/CallRoute.php +++ b/src/Generated/Models/CallRoute.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CallR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CallTranscript.php b/src/Generated/Models/CallTranscript.php index c7bac5703a9..c514c2eb0fb 100644 --- a/src/Generated/Models/CallTranscript.php +++ b/src/Generated/Models/CallTranscript.php @@ -27,7 +27,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CallT } /** - * Gets the content property value. The content property + * Gets the content property value. The content of the transcript. Read-only. * @return StreamInterface|null */ public function getContent(): ?StreamInterface { @@ -39,7 +39,7 @@ public function getContent(): ?StreamInterface { } /** - * Gets the createdDateTime property value. The createdDateTime property + * Gets the createdDateTime property value. Date and time at which the transcript 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. Read-only. * @return DateTime|null */ public function getCreatedDateTime(): ?DateTime { @@ -67,7 +67,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the meetingId property value. The meetingId property + * Gets the meetingId property value. The unique identifier of the online meeting related to this transcript. Read-only. * @return string|null */ public function getMeetingId(): ?string { @@ -79,7 +79,7 @@ public function getMeetingId(): ?string { } /** - * Gets the meetingOrganizer property value. The meetingOrganizer property + * Gets the meetingOrganizer property value. The identity information of the organizer of the onlineMeeting related to this transcript. Read-only. * @return IdentitySet|null */ public function getMeetingOrganizer(): ?IdentitySet { @@ -91,7 +91,7 @@ public function getMeetingOrganizer(): ?IdentitySet { } /** - * Gets the metadataContent property value. The metadataContent property + * Gets the metadataContent property value. The time-aligned metadata of the utterances in the transcript. Read-only. * @return StreamInterface|null */ public function getMetadataContent(): ?StreamInterface { @@ -103,7 +103,7 @@ public function getMetadataContent(): ?StreamInterface { } /** - * Gets the transcriptContentUrl property value. The transcriptContentUrl property + * Gets the transcriptContentUrl property value. The URL that can be used to access the content of the transcript. Read-only. * @return string|null */ public function getTranscriptContentUrl(): ?string { @@ -129,7 +129,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the content property value. The content property + * Sets the content property value. The content of the transcript. Read-only. * @param StreamInterface|null $value Value to set for the content property. */ public function setContent(?StreamInterface $value): void { @@ -137,7 +137,7 @@ public function setContent(?StreamInterface $value): void { } /** - * Sets the createdDateTime property value. The createdDateTime property + * Sets the createdDateTime property value. Date and time at which the transcript 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. Read-only. * @param DateTime|null $value Value to set for the createdDateTime property. */ public function setCreatedDateTime(?DateTime $value): void { @@ -145,7 +145,7 @@ public function setCreatedDateTime(?DateTime $value): void { } /** - * Sets the meetingId property value. The meetingId property + * Sets the meetingId property value. The unique identifier of the online meeting related to this transcript. Read-only. * @param string|null $value Value to set for the meetingId property. */ public function setMeetingId(?string $value): void { @@ -153,7 +153,7 @@ public function setMeetingId(?string $value): void { } /** - * Sets the meetingOrganizer property value. The meetingOrganizer property + * Sets the meetingOrganizer property value. The identity information of the organizer of the onlineMeeting related to this transcript. Read-only. * @param IdentitySet|null $value Value to set for the meetingOrganizer property. */ public function setMeetingOrganizer(?IdentitySet $value): void { @@ -161,7 +161,7 @@ public function setMeetingOrganizer(?IdentitySet $value): void { } /** - * Sets the metadataContent property value. The metadataContent property + * Sets the metadataContent property value. The time-aligned metadata of the utterances in the transcript. Read-only. * @param StreamInterface|null $value Value to set for the metadataContent property. */ public function setMetadataContent(?StreamInterface $value): void { @@ -169,7 +169,7 @@ public function setMetadataContent(?StreamInterface $value): void { } /** - * Sets the transcriptContentUrl property value. The transcriptContentUrl property + * Sets the transcriptContentUrl property value. The URL that can be used to access the content of the transcript. Read-only. * @param string|null $value Value to set for the transcriptContentUrl property. */ public function setTranscriptContentUrl(?string $value): void { diff --git a/src/Generated/Models/CallTranscriptionInfo.php b/src/Generated/Models/CallTranscriptionInfo.php index bff145cf1fa..bc76948ade5 100644 --- a/src/Generated/Models/CallTranscriptionInfo.php +++ b/src/Generated/Models/CallTranscriptionInfo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CallT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CertificateAuthority.php b/src/Generated/Models/CertificateAuthority.php index cdd7639fa19..9edd1b22c63 100644 --- a/src/Generated/Models/CertificateAuthority.php +++ b/src/Generated/Models/CertificateAuthority.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Certi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Certification.php b/src/Generated/Models/Certification.php index 9a9f1f27931..f97feb021b7 100644 --- a/src/Generated/Models/Certification.php +++ b/src/Generated/Models/Certification.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Certi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -157,16 +157,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CertificationControl.php b/src/Generated/Models/CertificationControl.php index 4d85b93fbd3..e3bcfcf72ce 100644 --- a/src/Generated/Models/CertificationControl.php +++ b/src/Generated/Models/CertificationControl.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Certi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ChannelIdentity.php b/src/Generated/Models/ChannelIdentity.php index c870fbcfd50..9828a17122f 100644 --- a/src/Generated/Models/ChannelIdentity.php +++ b/src/Generated/Models/ChannelIdentity.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Chann } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ChatInfo.php b/src/Generated/Models/ChatInfo.php index b5d6b72f667..ee63e5780fa 100644 --- a/src/Generated/Models/ChatInfo.php +++ b/src/Generated/Models/ChatInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChatI } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ChatMessageAttachment.php b/src/Generated/Models/ChatMessageAttachment.php index 368a689ef8c..0e65b4bd0d8 100644 --- a/src/Generated/Models/ChatMessageAttachment.php +++ b/src/Generated/Models/ChatMessageAttachment.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChatM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -186,16 +186,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ChatMessageHistoryItem.php b/src/Generated/Models/ChatMessageHistoryItem.php index 1efda10f55c..395c98c655a 100644 --- a/src/Generated/Models/ChatMessageHistoryItem.php +++ b/src/Generated/Models/ChatMessageHistoryItem.php @@ -48,7 +48,7 @@ public function getActions(): ?ChatMessageActions { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -139,16 +139,16 @@ public function setActions(?ChatMessageActions $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ChatMessageMention.php b/src/Generated/Models/ChatMessageMention.php index ed80d82bfdb..139b46dd573 100644 --- a/src/Generated/Models/ChatMessageMention.php +++ b/src/Generated/Models/ChatMessageMention.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChatM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ChatMessagePolicyViolation.php b/src/Generated/Models/ChatMessagePolicyViolation.php index 9631cb5b645..073a8081cac 100644 --- a/src/Generated/Models/ChatMessagePolicyViolation.php +++ b/src/Generated/Models/ChatMessagePolicyViolation.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChatM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ChatMessagePolicyViolationPolicyTip.php b/src/Generated/Models/ChatMessagePolicyViolationPolicyTip.php index c21ca6ce247..95f8e555459 100644 --- a/src/Generated/Models/ChatMessagePolicyViolationPolicyTip.php +++ b/src/Generated/Models/ChatMessagePolicyViolationPolicyTip.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChatM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -140,16 +140,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ChatMessageReaction.php b/src/Generated/Models/ChatMessageReaction.php index 51b5c90419d..3ba5dfcf4a8 100644 --- a/src/Generated/Models/ChatMessageReaction.php +++ b/src/Generated/Models/ChatMessageReaction.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChatM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ChatViewpoint.php b/src/Generated/Models/ChatViewpoint.php index 1078b261ca6..fff4f004812 100644 --- a/src/Generated/Models/ChatViewpoint.php +++ b/src/Generated/Models/ChatViewpoint.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChatV } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ChoiceColumn.php b/src/Generated/Models/ChoiceColumn.php index bbb71c824dd..dd566345551 100644 --- a/src/Generated/Models/ChoiceColumn.php +++ b/src/Generated/Models/ChoiceColumn.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Choic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAllowTextEntry(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -140,8 +140,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -156,8 +156,8 @@ public function setAllowTextEntry(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/CloudAppSecurityState.php b/src/Generated/Models/CloudAppSecurityState.php index a1a49136cd3..514b39ca1a5 100644 --- a/src/Generated/Models/CloudAppSecurityState.php +++ b/src/Generated/Models/CloudAppSecurityState.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cloud } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CloudCommunications.php b/src/Generated/Models/CloudCommunications.php index a331c38e6d7..96cd058b5bb 100644 --- a/src/Generated/Models/CloudCommunications.php +++ b/src/Generated/Models/CloudCommunications.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cloud } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -154,16 +154,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CoachmarkLocation.php b/src/Generated/Models/CoachmarkLocation.php index 296597a884b..2bc12b90048 100644 --- a/src/Generated/Models/CoachmarkLocation.php +++ b/src/Generated/Models/CoachmarkLocation.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Coach } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CollapseProperty.php b/src/Generated/Models/CollapseProperty.php index 42d268888f9..976d5437119 100644 --- a/src/Generated/Models/CollapseProperty.php +++ b/src/Generated/Models/CollapseProperty.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Colla } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -126,16 +126,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ColumnValidation.php b/src/Generated/Models/ColumnValidation.php index efd976bef23..6b69c749cdc 100644 --- a/src/Generated/Models/ColumnValidation.php +++ b/src/Generated/Models/ColumnValidation.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Colum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Compliance.php b/src/Generated/Models/Compliance.php index 80365729986..c7ba50cc0d2 100644 --- a/src/Generated/Models/Compliance.php +++ b/src/Generated/Models/Compliance.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Compl } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ComplianceInformation.php b/src/Generated/Models/ComplianceInformation.php index f34be045105..206833b2e2e 100644 --- a/src/Generated/Models/ComplianceInformation.php +++ b/src/Generated/Models/ComplianceInformation.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Compl } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ComplianceManagementPartnerAssignment.php b/src/Generated/Models/ComplianceManagementPartnerAssignment.php index d36afe448da..c01d75edc27 100644 --- a/src/Generated/Models/ComplianceManagementPartnerAssignment.php +++ b/src/Generated/Models/ComplianceManagementPartnerAssignment.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Compl } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConditionalAccessApplications.php b/src/Generated/Models/ConditionalAccessApplications.php index f4ace273f21..b7aa94efdf7 100644 --- a/src/Generated/Models/ConditionalAccessApplications.php +++ b/src/Generated/Models/ConditionalAccessApplications.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getApplicationFilter(): ?ConditionalAccessFilter { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -195,8 +195,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -211,8 +211,8 @@ public function setApplicationFilter(?ConditionalAccessFilter $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ConditionalAccessClientApplications.php b/src/Generated/Models/ConditionalAccessClientApplications.php index de689dc35e9..bfa5fa9baf5 100644 --- a/src/Generated/Models/ConditionalAccessClientApplications.php +++ b/src/Generated/Models/ConditionalAccessClientApplications.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -149,16 +149,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConditionalAccessConditionSet.php b/src/Generated/Models/ConditionalAccessConditionSet.php index fad2b96a62e..31dcc7c44a2 100644 --- a/src/Generated/Models/ConditionalAccessConditionSet.php +++ b/src/Generated/Models/ConditionalAccessConditionSet.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getApplications(): ?ConditionalAccessApplications { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -237,8 +237,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -253,8 +253,8 @@ public function setApplications(?ConditionalAccessApplications $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ConditionalAccessDevices.php b/src/Generated/Models/ConditionalAccessDevices.php index a7ae50f75e5..7aa83b41818 100644 --- a/src/Generated/Models/ConditionalAccessDevices.php +++ b/src/Generated/Models/ConditionalAccessDevices.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConditionalAccessExternalTenants.php b/src/Generated/Models/ConditionalAccessExternalTenants.php index a5e7d7c0f1f..63d3bc35ee6 100644 --- a/src/Generated/Models/ConditionalAccessExternalTenants.php +++ b/src/Generated/Models/ConditionalAccessExternalTenants.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -110,16 +110,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConditionalAccessFilter.php b/src/Generated/Models/ConditionalAccessFilter.php index 5a68b4e4a8f..7033b059025 100644 --- a/src/Generated/Models/ConditionalAccessFilter.php +++ b/src/Generated/Models/ConditionalAccessFilter.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConditionalAccessGrantControls.php b/src/Generated/Models/ConditionalAccessGrantControls.php index 301ad4f94a8..4fe332823b4 100644 --- a/src/Generated/Models/ConditionalAccessGrantControls.php +++ b/src/Generated/Models/ConditionalAccessGrantControls.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAuthenticationStrength(): ?AuthenticationStrengthPolicy { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -179,8 +179,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -195,8 +195,8 @@ public function setAuthenticationStrength(?AuthenticationStrengthPolicy $value): } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ConditionalAccessGuestsOrExternalUsers.php b/src/Generated/Models/ConditionalAccessGuestsOrExternalUsers.php index 04d35da8990..10dd9b549d8 100644 --- a/src/Generated/Models/ConditionalAccessGuestsOrExternalUsers.php +++ b/src/Generated/Models/ConditionalAccessGuestsOrExternalUsers.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConditionalAccessLocations.php b/src/Generated/Models/ConditionalAccessLocations.php index b3550b1d1ad..16678963378 100644 --- a/src/Generated/Models/ConditionalAccessLocations.php +++ b/src/Generated/Models/ConditionalAccessLocations.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -135,16 +135,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConditionalAccessPlatforms.php b/src/Generated/Models/ConditionalAccessPlatforms.php index cbc5ae38d11..55bdc543cf5 100644 --- a/src/Generated/Models/ConditionalAccessPlatforms.php +++ b/src/Generated/Models/ConditionalAccessPlatforms.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConditionalAccessPolicyDetail.php b/src/Generated/Models/ConditionalAccessPolicyDetail.php index eb7d80f9a57..050c2d8c79a 100644 --- a/src/Generated/Models/ConditionalAccessPolicyDetail.php +++ b/src/Generated/Models/ConditionalAccessPolicyDetail.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConditionalAccessSessionControl.php b/src/Generated/Models/ConditionalAccessSessionControl.php index 8cc3227f751..7e8d05c34cc 100644 --- a/src/Generated/Models/ConditionalAccessSessionControl.php +++ b/src/Generated/Models/ConditionalAccessSessionControl.php @@ -45,7 +45,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -58,7 +58,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConditionalAccessSessionControls.php b/src/Generated/Models/ConditionalAccessSessionControls.php index bf112d1fc98..db698275ff6 100644 --- a/src/Generated/Models/ConditionalAccessSessionControls.php +++ b/src/Generated/Models/ConditionalAccessSessionControls.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getApplicationEnforcedRestrictions(): ?ApplicationEnforcedRestri } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,8 +158,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -174,8 +174,8 @@ public function setApplicationEnforcedRestrictions(?ApplicationEnforcedRestricti } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ConditionalAccessUsers.php b/src/Generated/Models/ConditionalAccessUsers.php index 39a0dee32a5..5b33483afcc 100644 --- a/src/Generated/Models/ConditionalAccessUsers.php +++ b/src/Generated/Models/ConditionalAccessUsers.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Condi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -255,16 +255,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConfigurationManagerClientEnabledFeatures.php b/src/Generated/Models/ConfigurationManagerClientEnabledFeatures.php index 35f367d1def..d485d2c104b 100644 --- a/src/Generated/Models/ConfigurationManagerClientEnabledFeatures.php +++ b/src/Generated/Models/ConfigurationManagerClientEnabledFeatures.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Confi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -175,16 +175,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ContainerFilter.php b/src/Generated/Models/ContainerFilter.php index 9b3541ff40b..db897f0dba2 100644 --- a/src/Generated/Models/ContainerFilter.php +++ b/src/Generated/Models/ContainerFilter.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Conta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ContentApprovalStatusColumn.php b/src/Generated/Models/ContentApprovalStatusColumn.php index 018f693b11a..18646b94aa7 100644 --- a/src/Generated/Models/ContentApprovalStatusColumn.php +++ b/src/Generated/Models/ContentApprovalStatusColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Conte } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ContentTypeInfo.php b/src/Generated/Models/ContentTypeInfo.php index 58c16861b48..7b972b418e6 100644 --- a/src/Generated/Models/ContentTypeInfo.php +++ b/src/Generated/Models/ContentTypeInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Conte } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ContentTypeOrder.php b/src/Generated/Models/ContentTypeOrder.php index af38812a3f5..d4af6e89cc1 100644 --- a/src/Generated/Models/ContentTypeOrder.php +++ b/src/Generated/Models/ContentTypeOrder.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Conte } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ControlScore.php b/src/Generated/Models/ControlScore.php index b407ed3ecaa..46ceedbafe5 100644 --- a/src/Generated/Models/ControlScore.php +++ b/src/Generated/Models/ControlScore.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Contr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ConvertIdResult.php b/src/Generated/Models/ConvertIdResult.php index 1fe140f86c6..5929f2b1171 100644 --- a/src/Generated/Models/ConvertIdResult.php +++ b/src/Generated/Models/ConvertIdResult.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Conve } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CopyNotebookModel.php b/src/Generated/Models/CopyNotebookModel.php index 048d29df0e3..1684673a5c8 100644 --- a/src/Generated/Models/CopyNotebookModel.php +++ b/src/Generated/Models/CopyNotebookModel.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyN } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -299,16 +299,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CrossTenantAccessPolicyB2BSetting.php b/src/Generated/Models/CrossTenantAccessPolicyB2BSetting.php index df3dbb7e524..772096d24fe 100644 --- a/src/Generated/Models/CrossTenantAccessPolicyB2BSetting.php +++ b/src/Generated/Models/CrossTenantAccessPolicyB2BSetting.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cross } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getApplications(): ?CrossTenantAccessPolicyTargetConfiguration { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setApplications(?CrossTenantAccessPolicyTargetConfiguration $val } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/CrossTenantAccessPolicyConfigurationPartner.php b/src/Generated/Models/CrossTenantAccessPolicyConfigurationPartner.php index dcf448c2995..7af9d58f927 100644 --- a/src/Generated/Models/CrossTenantAccessPolicyConfigurationPartner.php +++ b/src/Generated/Models/CrossTenantAccessPolicyConfigurationPartner.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cross } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -108,7 +108,7 @@ public function getB2bDirectConnectOutbound(): ?CrossTenantAccessPolicyB2BSettin } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -136,7 +136,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the identitySynchronization property value. Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multi-tenant organization by automating the creation, update, and deletion of users from one tenant to another. + * Gets the identitySynchronization property value. Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another. * @return CrossTenantIdentitySyncPolicyPartner|null */ public function getIdentitySynchronization(): ?CrossTenantIdentitySyncPolicyPartner { @@ -214,8 +214,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -262,15 +262,15 @@ public function setB2bDirectConnectOutbound(?CrossTenantAccessPolicyB2BSetting $ } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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 identitySynchronization property value. Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multi-tenant organization by automating the creation, update, and deletion of users from one tenant to another. + * Sets the identitySynchronization property value. Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another. * @param CrossTenantIdentitySyncPolicyPartner|null $value Value to set for the identitySynchronization property. */ public function setIdentitySynchronization(?CrossTenantIdentitySyncPolicyPartner $value): void { diff --git a/src/Generated/Models/CrossTenantAccessPolicyInboundTrust.php b/src/Generated/Models/CrossTenantAccessPolicyInboundTrust.php index 8d5678705e7..12f70d6310f 100644 --- a/src/Generated/Models/CrossTenantAccessPolicyInboundTrust.php +++ b/src/Generated/Models/CrossTenantAccessPolicyInboundTrust.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cross } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CrossTenantAccessPolicyTarget.php b/src/Generated/Models/CrossTenantAccessPolicyTarget.php index 6d161c88292..ce64d2988dd 100644 --- a/src/Generated/Models/CrossTenantAccessPolicyTarget.php +++ b/src/Generated/Models/CrossTenantAccessPolicyTarget.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cross } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CrossTenantAccessPolicyTargetConfiguration.php b/src/Generated/Models/CrossTenantAccessPolicyTargetConfiguration.php index 43ffe55a8cf..d8a8c31e708 100644 --- a/src/Generated/Models/CrossTenantAccessPolicyTargetConfiguration.php +++ b/src/Generated/Models/CrossTenantAccessPolicyTargetConfiguration.php @@ -48,7 +48,7 @@ public function getAccessType(): ?CrossTenantAccessPolicyTargetConfigurationAcce } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -127,16 +127,16 @@ public function setAccessType(?CrossTenantAccessPolicyTargetConfigurationAccessT } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CrossTenantIdentitySyncPolicyPartner.php b/src/Generated/Models/CrossTenantIdentitySyncPolicyPartner.php index a6eedaa2d2e..db16b362466 100644 --- a/src/Generated/Models/CrossTenantIdentitySyncPolicyPartner.php +++ b/src/Generated/Models/CrossTenantIdentitySyncPolicyPartner.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cross } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CrossTenantUserSyncInbound.php b/src/Generated/Models/CrossTenantUserSyncInbound.php index fe17371b782..88b2e70049e 100644 --- a/src/Generated/Models/CrossTenantUserSyncInbound.php +++ b/src/Generated/Models/CrossTenantUserSyncInbound.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cross } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CurrencyColumn.php b/src/Generated/Models/CurrencyColumn.php index 3b56bb28bd5..e25ed36d5f8 100644 --- a/src/Generated/Models/CurrencyColumn.php +++ b/src/Generated/Models/CurrencyColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Curre } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CustomExtensionAuthenticationConfiguration.php b/src/Generated/Models/CustomExtensionAuthenticationConfiguration.php index 51cb706f8ba..3c6e104c02f 100644 --- a/src/Generated/Models/CustomExtensionAuthenticationConfiguration.php +++ b/src/Generated/Models/CustomExtensionAuthenticationConfiguration.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -95,16 +95,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CustomExtensionCallbackConfiguration.php b/src/Generated/Models/CustomExtensionCallbackConfiguration.php index 56a48f5caf1..ca8bbd6a079 100644 --- a/src/Generated/Models/CustomExtensionCallbackConfiguration.php +++ b/src/Generated/Models/CustomExtensionCallbackConfiguration.php @@ -44,7 +44,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -57,7 +57,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -111,16 +111,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CustomExtensionCalloutInstance.php b/src/Generated/Models/CustomExtensionCalloutInstance.php index 1500ace45d1..cdf4cf479d4 100644 --- a/src/Generated/Models/CustomExtensionCalloutInstance.php +++ b/src/Generated/Models/CustomExtensionCalloutInstance.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CustomExtensionClientConfiguration.php b/src/Generated/Models/CustomExtensionClientConfiguration.php index 72b1aaae355..43830a25f07 100644 --- a/src/Generated/Models/CustomExtensionClientConfiguration.php +++ b/src/Generated/Models/CustomExtensionClientConfiguration.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CustomExtensionData.php b/src/Generated/Models/CustomExtensionData.php index 6a6be4038e9..43de1f1fe82 100644 --- a/src/Generated/Models/CustomExtensionData.php +++ b/src/Generated/Models/CustomExtensionData.php @@ -46,7 +46,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -59,7 +59,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -99,16 +99,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CustomExtensionEndpointConfiguration.php b/src/Generated/Models/CustomExtensionEndpointConfiguration.php index 9884de40147..2b30fc1c7e5 100644 --- a/src/Generated/Models/CustomExtensionEndpointConfiguration.php +++ b/src/Generated/Models/CustomExtensionEndpointConfiguration.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -95,16 +95,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/CustomSecurityAttributeValue.php b/src/Generated/Models/CustomSecurityAttributeValue.php index 7ca0ee3a8d7..0ba09ca565c 100644 --- a/src/Generated/Models/CustomSecurityAttributeValue.php +++ b/src/Generated/Models/CustomSecurityAttributeValue.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DataSubject.php b/src/Generated/Models/DataSubject.php index 9c8ee653527..8bc181964fe 100644 --- a/src/Generated/Models/DataSubject.php +++ b/src/Generated/Models/DataSubject.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DataS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DateTimeColumn.php b/src/Generated/Models/DateTimeColumn.php index 4109d6bbfdb..8d2a2c3335f 100644 --- a/src/Generated/Models/DateTimeColumn.php +++ b/src/Generated/Models/DateTimeColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DateT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DateTimeTimeZone.php b/src/Generated/Models/DateTimeTimeZone.php index a251bd6bbf3..cb4a5c0a8f6 100644 --- a/src/Generated/Models/DateTimeTimeZone.php +++ b/src/Generated/Models/DateTimeTimeZone.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DateT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DefaultColumnValue.php b/src/Generated/Models/DefaultColumnValue.php index c346b4ad807..9e3b4248897 100644 --- a/src/Generated/Models/DefaultColumnValue.php +++ b/src/Generated/Models/DefaultColumnValue.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Defau } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DefaultUserRolePermissions.php b/src/Generated/Models/DefaultUserRolePermissions.php index af6f651bef1..57b2d0103da 100644 --- a/src/Generated/Models/DefaultUserRolePermissions.php +++ b/src/Generated/Models/DefaultUserRolePermissions.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Defau } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -109,7 +109,7 @@ public function getAllowedToReadOtherUsers(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -182,8 +182,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -230,8 +230,8 @@ public function setAllowedToReadOtherUsers(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/DefenderDetectedMalwareActions.php b/src/Generated/Models/DefenderDetectedMalwareActions.php index a950c72a8b2..c67b31915a6 100644 --- a/src/Generated/Models/DefenderDetectedMalwareActions.php +++ b/src/Generated/Models/DefenderDetectedMalwareActions.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Defen } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -147,16 +147,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DelegatedAdminAccessContainer.php b/src/Generated/Models/DelegatedAdminAccessContainer.php index 7cdfa5afb77..8c718f303ce 100644 --- a/src/Generated/Models/DelegatedAdminAccessContainer.php +++ b/src/Generated/Models/DelegatedAdminAccessContainer.php @@ -59,7 +59,7 @@ public function getAccessContainerType(): ?DelegatedAdminAccessContainerType { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -132,16 +132,16 @@ public function setAccessContainerType(?DelegatedAdminAccessContainerType $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. + * 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. + * 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; diff --git a/src/Generated/Models/DelegatedAdminAccessDetails.php b/src/Generated/Models/DelegatedAdminAccessDetails.php index e8c615f7051..5b06f7a7c52 100644 --- a/src/Generated/Models/DelegatedAdminAccessDetails.php +++ b/src/Generated/Models/DelegatedAdminAccessDetails.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Deleg } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DelegatedAdminRelationshipCustomerParticipant.php b/src/Generated/Models/DelegatedAdminRelationshipCustomerParticipant.php index 04748a174e2..9694fab5e2e 100644 --- a/src/Generated/Models/DelegatedAdminRelationshipCustomerParticipant.php +++ b/src/Generated/Models/DelegatedAdminRelationshipCustomerParticipant.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Deleg } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Deleted.php b/src/Generated/Models/Deleted.php index 807da995380..93a72b44697 100644 --- a/src/Generated/Models/Deleted.php +++ b/src/Generated/Models/Deleted.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Delet } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DetailsInfo.php b/src/Generated/Models/DetailsInfo.php index 3b988d70a70..fbd7b72d013 100644 --- a/src/Generated/Models/DetailsInfo.php +++ b/src/Generated/Models/DetailsInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Detai } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DeviceActionResult.php b/src/Generated/Models/DeviceActionResult.php index bc113530838..5a5abdd6f0f 100644 --- a/src/Generated/Models/DeviceActionResult.php +++ b/src/Generated/Models/DeviceActionResult.php @@ -75,7 +75,7 @@ public function getActionState(): ?ActionState { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -88,7 +88,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -176,16 +176,16 @@ public function setActionState(?ActionState $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DeviceAndAppManagementAssignmentTarget.php b/src/Generated/Models/DeviceAndAppManagementAssignmentTarget.php index 9b09ef5e30f..65854e67b67 100644 --- a/src/Generated/Models/DeviceAndAppManagementAssignmentTarget.php +++ b/src/Generated/Models/DeviceAndAppManagementAssignmentTarget.php @@ -49,7 +49,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -62,7 +62,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DeviceAndAppManagementData.php b/src/Generated/Models/DeviceAndAppManagementData.php index 9b4d12596eb..1cd485ffbc6 100644 --- a/src/Generated/Models/DeviceAndAppManagementData.php +++ b/src/Generated/Models/DeviceAndAppManagementData.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -106,16 +106,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DeviceCompliancePolicySettingState.php b/src/Generated/Models/DeviceCompliancePolicySettingState.php index 2cb8196430a..ddf893f8505 100644 --- a/src/Generated/Models/DeviceCompliancePolicySettingState.php +++ b/src/Generated/Models/DeviceCompliancePolicySettingState.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -262,16 +262,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DeviceConfigurationSettingState.php b/src/Generated/Models/DeviceConfigurationSettingState.php index 09307b044b2..92c7ad906d9 100644 --- a/src/Generated/Models/DeviceConfigurationSettingState.php +++ b/src/Generated/Models/DeviceConfigurationSettingState.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -262,16 +262,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DeviceDetail.php b/src/Generated/Models/DeviceDetail.php index 3108c090978..a3c3d1fffaa 100644 --- a/src/Generated/Models/DeviceDetail.php +++ b/src/Generated/Models/DeviceDetail.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -186,16 +186,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DeviceEnrollmentPlatformRestriction.php b/src/Generated/Models/DeviceEnrollmentPlatformRestriction.php index cbf06712be0..4fcf0c68b52 100644 --- a/src/Generated/Models/DeviceEnrollmentPlatformRestriction.php +++ b/src/Generated/Models/DeviceEnrollmentPlatformRestriction.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -147,16 +147,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DeviceExchangeAccessStateSummary.php b/src/Generated/Models/DeviceExchangeAccessStateSummary.php index 30e6c47721e..efe10f42139 100644 --- a/src/Generated/Models/DeviceExchangeAccessStateSummary.php +++ b/src/Generated/Models/DeviceExchangeAccessStateSummary.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAllowedDeviceCount(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -161,8 +161,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -177,8 +177,8 @@ public function setAllowedDeviceCount(?int $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/DeviceGeoLocation.php b/src/Generated/Models/DeviceGeoLocation.php index 10463cb6a5b..0c226f16ca4 100644 --- a/src/Generated/Models/DeviceGeoLocation.php +++ b/src/Generated/Models/DeviceGeoLocation.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAltitude(): ?float { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -204,8 +204,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -220,8 +220,8 @@ public function setAltitude(?float $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/DeviceHealthAttestationState.php b/src/Generated/Models/DeviceHealthAttestationState.php index 9351ba628d6..2f86cc7456f 100644 --- a/src/Generated/Models/DeviceHealthAttestationState.php +++ b/src/Generated/Models/DeviceHealthAttestationState.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAttestationIdentityKey(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -537,8 +537,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -553,8 +553,8 @@ public function setAttestationIdentityKey(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/DeviceManagementPartnerAssignment.php b/src/Generated/Models/DeviceManagementPartnerAssignment.php index 6ef280ddf57..2d13c17b3ff 100644 --- a/src/Generated/Models/DeviceManagementPartnerAssignment.php +++ b/src/Generated/Models/DeviceManagementPartnerAssignment.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DeviceManagementSettings.php b/src/Generated/Models/DeviceManagementSettings.php index 7177ebc6ba7..20658489228 100644 --- a/src/Generated/Models/DeviceManagementSettings.php +++ b/src/Generated/Models/DeviceManagementSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DeviceOperatingSystemSummary.php b/src/Generated/Models/DeviceOperatingSystemSummary.php index 34fc3e2f339..f7c19187f59 100644 --- a/src/Generated/Models/DeviceOperatingSystemSummary.php +++ b/src/Generated/Models/DeviceOperatingSystemSummary.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -123,7 +123,7 @@ public function getAndroidWorkProfileCount(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -259,8 +259,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -315,8 +315,8 @@ public function setAndroidWorkProfileCount(?int $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/DeviceProtectionOverview.php b/src/Generated/Models/DeviceProtectionOverview.php index 3819c26cc3b..ed2b87dcffc 100644 --- a/src/Generated/Models/DeviceProtectionOverview.php +++ b/src/Generated/Models/DeviceProtectionOverview.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -245,16 +245,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Dictionary.php b/src/Generated/Models/Dictionary.php index a442f89d2d1..f9056f5b3fd 100644 --- a/src/Generated/Models/Dictionary.php +++ b/src/Generated/Models/Dictionary.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dicti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -95,16 +95,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DisplayNameLocalization.php b/src/Generated/Models/DisplayNameLocalization.php index 9dba8326a1b..61de58ac7ff 100644 --- a/src/Generated/Models/DisplayNameLocalization.php +++ b/src/Generated/Models/DisplayNameLocalization.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Displ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DocumentSet.php b/src/Generated/Models/DocumentSet.php index 03522893089..504a40adbf3 100644 --- a/src/Generated/Models/DocumentSet.php +++ b/src/Generated/Models/DocumentSet.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Docum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAllowedContentTypes(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -195,8 +195,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -211,8 +211,8 @@ public function setAllowedContentTypes(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/DocumentSetContent.php b/src/Generated/Models/DocumentSetContent.php index 2f1996ff823..20276a76ff5 100644 --- a/src/Generated/Models/DocumentSetContent.php +++ b/src/Generated/Models/DocumentSetContent.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Docum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DocumentSetVersionItem.php b/src/Generated/Models/DocumentSetVersionItem.php index 62c253f8101..0092e1a466f 100644 --- a/src/Generated/Models/DocumentSetVersionItem.php +++ b/src/Generated/Models/DocumentSetVersionItem.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Docum } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DomainState.php b/src/Generated/Models/DomainState.php index b46dd20126a..8a6a90d67b3 100644 --- a/src/Generated/Models/DomainState.php +++ b/src/Generated/Models/DomainState.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Domai } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DriveItemUploadableProperties.php b/src/Generated/Models/DriveItemUploadableProperties.php index 880f6303832..5d2dd76151c 100644 --- a/src/Generated/Models/DriveItemUploadableProperties.php +++ b/src/Generated/Models/DriveItemUploadableProperties.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Drive } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/DriveRecipient.php b/src/Generated/Models/DriveRecipient.php index e6620ce183b..9ff805dbdb0 100644 --- a/src/Generated/Models/DriveRecipient.php +++ b/src/Generated/Models/DriveRecipient.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Drive } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAlias(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAlias(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/EdgeSearchEngineBase.php b/src/Generated/Models/EdgeSearchEngineBase.php index e805cfe5218..2efcfdd74eb 100644 --- a/src/Generated/Models/EdgeSearchEngineBase.php +++ b/src/Generated/Models/EdgeSearchEngineBase.php @@ -46,7 +46,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): EdgeS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -59,7 +59,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -99,16 +99,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationAssignmentGrade.php b/src/Generated/Models/EducationAssignmentGrade.php index 5967b974f31..62a6f1c014f 100644 --- a/src/Generated/Models/EducationAssignmentGrade.php +++ b/src/Generated/Models/EducationAssignmentGrade.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -124,16 +124,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationAssignmentGradeType.php b/src/Generated/Models/EducationAssignmentGradeType.php index 48af9f4a820..2e0fbda13aa 100644 --- a/src/Generated/Models/EducationAssignmentGradeType.php +++ b/src/Generated/Models/EducationAssignmentGradeType.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -95,16 +95,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationAssignmentRecipient.php b/src/Generated/Models/EducationAssignmentRecipient.php index 968694780c3..6d828ee2ea5 100644 --- a/src/Generated/Models/EducationAssignmentRecipient.php +++ b/src/Generated/Models/EducationAssignmentRecipient.php @@ -44,7 +44,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -57,7 +57,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -97,16 +97,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationCourse.php b/src/Generated/Models/EducationCourse.php index 9b4ca37867c..104db7c64f1 100644 --- a/src/Generated/Models/EducationCourse.php +++ b/src/Generated/Models/EducationCourse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationFeedback.php b/src/Generated/Models/EducationFeedback.php index 5b6774cdf95..2db9f0b9a3d 100644 --- a/src/Generated/Models/EducationFeedback.php +++ b/src/Generated/Models/EducationFeedback.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationItemBody.php b/src/Generated/Models/EducationItemBody.php index 4ea94b4b355..9f836f4df97 100644 --- a/src/Generated/Models/EducationItemBody.php +++ b/src/Generated/Models/EducationItemBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationOnPremisesInfo.php b/src/Generated/Models/EducationOnPremisesInfo.php index c9aca4cf5e2..e545ad8a3b0 100644 --- a/src/Generated/Models/EducationOnPremisesInfo.php +++ b/src/Generated/Models/EducationOnPremisesInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationResource.php b/src/Generated/Models/EducationResource.php index 055e4567972..c8f8e9e0c50 100644 --- a/src/Generated/Models/EducationResource.php +++ b/src/Generated/Models/EducationResource.php @@ -50,7 +50,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -169,16 +169,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationRoot.php b/src/Generated/Models/EducationRoot.php index 40f6c94f92f..73cd479257d 100644 --- a/src/Generated/Models/EducationRoot.php +++ b/src/Generated/Models/EducationRoot.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -151,16 +151,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationStudent.php b/src/Generated/Models/EducationStudent.php index 8336a2b11ed..8ab58cdb4ad 100644 --- a/src/Generated/Models/EducationStudent.php +++ b/src/Generated/Models/EducationStudent.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationSubmissionRecipient.php b/src/Generated/Models/EducationSubmissionRecipient.php index 0bb987e00c2..ef27d532f4a 100644 --- a/src/Generated/Models/EducationSubmissionRecipient.php +++ b/src/Generated/Models/EducationSubmissionRecipient.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -95,16 +95,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationTeacher.php b/src/Generated/Models/EducationTeacher.php index 2002b4f3309..b95a53b790a 100644 --- a/src/Generated/Models/EducationTeacher.php +++ b/src/Generated/Models/EducationTeacher.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EducationTerm.php b/src/Generated/Models/EducationTerm.php index f860084d20d..a0a552556c0 100644 --- a/src/Generated/Models/EducationTerm.php +++ b/src/Generated/Models/EducationTerm.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EmailAddress.php b/src/Generated/Models/EmailAddress.php index 5e41b6b1443..91bb1e0bb25 100644 --- a/src/Generated/Models/EmailAddress.php +++ b/src/Generated/Models/EmailAddress.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Email } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAddress(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setAddress(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/EmailAuthenticationMethodConfiguration.php b/src/Generated/Models/EmailAuthenticationMethodConfiguration.php index 6996b3dd826..2462a431bd6 100644 --- a/src/Generated/Models/EmailAuthenticationMethodConfiguration.php +++ b/src/Generated/Models/EmailAuthenticationMethodConfiguration.php @@ -27,7 +27,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Email } /** - * Gets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview will automatically have email OTP enabled beginning in October 2021. + * Gets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021. * @return ExternalEmailOtpState|null */ public function getAllowExternalIdToUseEmailOtp(): ?ExternalEmailOtpState { @@ -75,7 +75,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview will automatically have email OTP enabled beginning in October 2021. + * Sets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021. * @param ExternalEmailOtpState|null $value Value to set for the allowExternalIdToUseEmailOtp property. */ public function setAllowExternalIdToUseEmailOtp(?ExternalEmailOtpState $value): void { diff --git a/src/Generated/Models/EmailSettings.php b/src/Generated/Models/EmailSettings.php index 7a1ffe53b9f..d1bd308f73a 100644 --- a/src/Generated/Models/EmailSettings.php +++ b/src/Generated/Models/EmailSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Email } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EmployeeExperience.php b/src/Generated/Models/EmployeeExperience.php index 2a7316ffe54..31ded97e982 100644 --- a/src/Generated/Models/EmployeeExperience.php +++ b/src/Generated/Models/EmployeeExperience.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Emplo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EmployeeOrgData.php b/src/Generated/Models/EmployeeOrgData.php index 1359152fec6..6536323f1c4 100644 --- a/src/Generated/Models/EmployeeOrgData.php +++ b/src/Generated/Models/EmployeeOrgData.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Emplo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EndUserNotificationSetting.php b/src/Generated/Models/EndUserNotificationSetting.php index 78d794ce64d..a56fecbe3f4 100644 --- a/src/Generated/Models/EndUserNotificationSetting.php +++ b/src/Generated/Models/EndUserNotificationSetting.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): EndUs } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -138,16 +138,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EntitlementManagementSchedule.php b/src/Generated/Models/EntitlementManagementSchedule.php index 8b17010d1b1..67cd472efe4 100644 --- a/src/Generated/Models/EntitlementManagementSchedule.php +++ b/src/Generated/Models/EntitlementManagementSchedule.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Entit } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Entity.php b/src/Generated/Models/Entity.php index bf0c2721eac..201a0f10ce8 100644 --- a/src/Generated/Models/Entity.php +++ b/src/Generated/Models/Entity.php @@ -932,7 +932,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Entit } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -945,7 +945,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -999,16 +999,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EscapedList.php b/src/Generated/Models/EscapedList.php index e5c34156ce1..80c17275e61 100644 --- a/src/Generated/Models/EscapedList.php +++ b/src/Generated/Models/EscapedList.php @@ -67,7 +67,7 @@ public function getDisplayName(): ?string { } /** - * Gets the drive property value. Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * 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 { @@ -79,7 +79,7 @@ public function getDrive(): ?Drive { } /** - * Gets the list property value. Provides additional details about the list. + * Gets the list property value. Contains more details about the list. * @return ListInfo|null */ public function getEscapedList(): ?ListInfo { @@ -165,7 +165,7 @@ public function getSubscriptions(): ?array { } /** - * Gets the system property value. If present, indicates that this is a system-managed list. Read-only. + * Gets the system property value. If present, indicates that the list is system-managed. Read-only. * @return SystemFacet|null */ public function getSystem(): ?SystemFacet { @@ -219,7 +219,7 @@ public function setDisplayName(?string $value): void { } /** - * Sets the drive property value. Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * 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 { @@ -227,7 +227,7 @@ public function setDrive(?Drive $value): void { } /** - * Sets the list property value. Provides additional details about the list. + * 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 { @@ -267,7 +267,7 @@ public function setSubscriptions(?array $value): void { } /** - * Sets the system property value. If present, indicates that this is a system-managed list. Read-only. + * 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 { diff --git a/src/Generated/Models/EscapedPrint.php b/src/Generated/Models/EscapedPrint.php index b9fdb6d6480..9d080f10dac 100644 --- a/src/Generated/Models/EscapedPrint.php +++ b/src/Generated/Models/EscapedPrint.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Escap } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -199,16 +199,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/EventMessageDetail.php b/src/Generated/Models/EventMessageDetail.php index 18749a41c45..41ec956421e 100644 --- a/src/Generated/Models/EventMessageDetail.php +++ b/src/Generated/Models/EventMessageDetail.php @@ -71,7 +71,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Event } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -84,7 +84,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -124,16 +124,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExcludeTarget.php b/src/Generated/Models/ExcludeTarget.php index c334bb8bb41..729887303df 100644 --- a/src/Generated/Models/ExcludeTarget.php +++ b/src/Generated/Models/ExcludeTarget.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Exclu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExpirationPattern.php b/src/Generated/Models/ExpirationPattern.php index b13f572f7c7..7e8e252cf51 100644 --- a/src/Generated/Models/ExpirationPattern.php +++ b/src/Generated/Models/ExpirationPattern.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Expir } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -132,16 +132,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExpressionInputObject.php b/src/Generated/Models/ExpressionInputObject.php index d703dc5a724..2f3b3325bb0 100644 --- a/src/Generated/Models/ExpressionInputObject.php +++ b/src/Generated/Models/ExpressionInputObject.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Expre } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExtensionSchemaProperty.php b/src/Generated/Models/ExtensionSchemaProperty.php index 176275694da..95b4f1c42b5 100644 --- a/src/Generated/Models/ExtensionSchemaProperty.php +++ b/src/Generated/Models/ExtensionSchemaProperty.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Exten } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/Acl.php b/src/Generated/Models/ExternalConnectors/Acl.php index c58de616c73..f19490f90f4 100644 --- a/src/Generated/Models/ExternalConnectors/Acl.php +++ b/src/Generated/Models/ExternalConnectors/Acl.php @@ -47,7 +47,7 @@ public function getAccessType(): ?AccessType { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -138,16 +138,16 @@ public function setAccessType(?AccessType $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/ActivitySettings.php b/src/Generated/Models/ExternalConnectors/ActivitySettings.php index 5fdf9b17ca0..202f3e4bd75 100644 --- a/src/Generated/Models/ExternalConnectors/ActivitySettings.php +++ b/src/Generated/Models/ExternalConnectors/ActivitySettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Activ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/Configuration.php b/src/Generated/Models/ExternalConnectors/Configuration.php index 2233e129f73..c02ae803a04 100644 --- a/src/Generated/Models/ExternalConnectors/Configuration.php +++ b/src/Generated/Models/ExternalConnectors/Configuration.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Confi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAuthorizedAppIds(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,8 +112,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -128,8 +128,8 @@ public function setAuthorizedAppIds(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/DisplayTemplate.php b/src/Generated/Models/ExternalConnectors/DisplayTemplate.php index 92dba407f75..714b4a8d9db 100644 --- a/src/Generated/Models/ExternalConnectors/DisplayTemplate.php +++ b/src/Generated/Models/ExternalConnectors/DisplayTemplate.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Displ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -148,16 +148,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/External.php b/src/Generated/Models/ExternalConnectors/External.php index 55c444164cf..63dc0a7efbe 100644 --- a/src/Generated/Models/ExternalConnectors/External.php +++ b/src/Generated/Models/ExternalConnectors/External.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Exter } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/ExternalItemContent.php b/src/Generated/Models/ExternalConnectors/ExternalItemContent.php index ad769d75e7e..1f1f1aa7846 100644 --- a/src/Generated/Models/ExternalConnectors/ExternalItemContent.php +++ b/src/Generated/Models/ExternalConnectors/ExternalItemContent.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Exter } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/Properties.php b/src/Generated/Models/ExternalConnectors/Properties.php index b32b6187346..59693f345ae 100644 --- a/src/Generated/Models/ExternalConnectors/Properties.php +++ b/src/Generated/Models/ExternalConnectors/Properties.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Prope } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/Property.php b/src/Generated/Models/ExternalConnectors/Property.php index fd8a2e3e759..c71da47b22f 100644 --- a/src/Generated/Models/ExternalConnectors/Property.php +++ b/src/Generated/Models/ExternalConnectors/Property.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Prope } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAliases(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -212,8 +212,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -228,8 +228,8 @@ public function setAliases(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/PropertyRule.php b/src/Generated/Models/ExternalConnectors/PropertyRule.php index 16644923c93..8ffb1fa1140 100644 --- a/src/Generated/Models/ExternalConnectors/PropertyRule.php +++ b/src/Generated/Models/ExternalConnectors/PropertyRule.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Prope } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -155,16 +155,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/SearchSettings.php b/src/Generated/Models/ExternalConnectors/SearchSettings.php index b42bba600af..22f0e8f39de 100644 --- a/src/Generated/Models/ExternalConnectors/SearchSettings.php +++ b/src/Generated/Models/ExternalConnectors/SearchSettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/UrlMatchInfo.php b/src/Generated/Models/ExternalConnectors/UrlMatchInfo.php index ed599c665f7..e6136cb7a20 100644 --- a/src/Generated/Models/ExternalConnectors/UrlMatchInfo.php +++ b/src/Generated/Models/ExternalConnectors/UrlMatchInfo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UrlMa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -126,16 +126,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalConnectors/UrlToItemResolverBase.php b/src/Generated/Models/ExternalConnectors/UrlToItemResolverBase.php index f5dedb26c44..2461a92c659 100644 --- a/src/Generated/Models/ExternalConnectors/UrlToItemResolverBase.php +++ b/src/Generated/Models/ExternalConnectors/UrlToItemResolverBase.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UrlTo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -109,16 +109,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExternalLink.php b/src/Generated/Models/ExternalLink.php index b58d94c4ebc..354ea66887a 100644 --- a/src/Generated/Models/ExternalLink.php +++ b/src/Generated/Models/ExternalLink.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Exter } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ExtractSensitivityLabelsResult.php b/src/Generated/Models/ExtractSensitivityLabelsResult.php index 653a30f8863..6d73fd0b565 100644 --- a/src/Generated/Models/ExtractSensitivityLabelsResult.php +++ b/src/Generated/Models/ExtractSensitivityLabelsResult.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Extra } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FeatureTarget.php b/src/Generated/Models/FeatureTarget.php index b01b28beba2..52cb1804422 100644 --- a/src/Generated/Models/FeatureTarget.php +++ b/src/Generated/Models/FeatureTarget.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Featu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Fido2KeyRestrictions.php b/src/Generated/Models/Fido2KeyRestrictions.php index ef3e2c6c009..f1473cf639f 100644 --- a/src/Generated/Models/Fido2KeyRestrictions.php +++ b/src/Generated/Models/Fido2KeyRestrictions.php @@ -50,7 +50,7 @@ public function getAaGuids(): ?array { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -148,16 +148,16 @@ public function setAaGuids(?array $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/File.php b/src/Generated/Models/File.php index c2dd20fa150..b882fb51df0 100644 --- a/src/Generated/Models/File.php +++ b/src/Generated/Models/File.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): File } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FileEncryptionInfo.php b/src/Generated/Models/FileEncryptionInfo.php index 65c78553959..b1f35b10e70 100644 --- a/src/Generated/Models/FileEncryptionInfo.php +++ b/src/Generated/Models/FileEncryptionInfo.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FileE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -190,16 +190,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FileHash.php b/src/Generated/Models/FileHash.php index 8042001522c..4dbecbf15ed 100644 --- a/src/Generated/Models/FileHash.php +++ b/src/Generated/Models/FileHash.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FileH } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FileSecurityState.php b/src/Generated/Models/FileSecurityState.php index be9dd168027..d7cc8c58c2d 100644 --- a/src/Generated/Models/FileSecurityState.php +++ b/src/Generated/Models/FileSecurityState.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FileS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FileSystemInfo.php b/src/Generated/Models/FileSystemInfo.php index ff10ea7e78a..acc7f8f51e2 100644 --- a/src/Generated/Models/FileSystemInfo.php +++ b/src/Generated/Models/FileSystemInfo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FileS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Filter.php b/src/Generated/Models/Filter.php index 0244ab3992e..f2a924e5c39 100644 --- a/src/Generated/Models/Filter.php +++ b/src/Generated/Models/Filter.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Filte } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -137,16 +137,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FilterClause.php b/src/Generated/Models/FilterClause.php index ae116f24e75..46032f8dcff 100644 --- a/src/Generated/Models/FilterClause.php +++ b/src/Generated/Models/FilterClause.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Filte } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FilterGroup.php b/src/Generated/Models/FilterGroup.php index 89e394e43cc..2513503facd 100644 --- a/src/Generated/Models/FilterGroup.php +++ b/src/Generated/Models/FilterGroup.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Filte } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FilterOperand.php b/src/Generated/Models/FilterOperand.php index 171754e9114..ef2e69da1ce 100644 --- a/src/Generated/Models/FilterOperand.php +++ b/src/Generated/Models/FilterOperand.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Filte } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Folder.php b/src/Generated/Models/Folder.php index 470e461efa2..d7ab902ebae 100644 --- a/src/Generated/Models/Folder.php +++ b/src/Generated/Models/Folder.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Folde } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FolderView.php b/src/Generated/Models/FolderView.php index 498f599dfd1..dac2bc76ca9 100644 --- a/src/Generated/Models/FolderView.php +++ b/src/Generated/Models/FolderView.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Folde } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FollowupFlag.php b/src/Generated/Models/FollowupFlag.php index cea272192b4..713aa0d6318 100644 --- a/src/Generated/Models/FollowupFlag.php +++ b/src/Generated/Models/FollowupFlag.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Follo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/FreeBusyError.php b/src/Generated/Models/FreeBusyError.php index a97e7e80477..13fc1b2c849 100644 --- a/src/Generated/Models/FreeBusyError.php +++ b/src/Generated/Models/FreeBusyError.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FreeB } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/GenericError.php b/src/Generated/Models/GenericError.php index 91ca941e199..bae3245985e 100644 --- a/src/Generated/Models/GenericError.php +++ b/src/Generated/Models/GenericError.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Gener } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/GeoCoordinates.php b/src/Generated/Models/GeoCoordinates.php index 95b2f0b4152..4a3b30b332f 100644 --- a/src/Generated/Models/GeoCoordinates.php +++ b/src/Generated/Models/GeoCoordinates.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GeoCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAltitude(): ?float { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAltitude(?float $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/GeolocationColumn.php b/src/Generated/Models/GeolocationColumn.php index 411393a89bf..8eba930dd60 100644 --- a/src/Generated/Models/GeolocationColumn.php +++ b/src/Generated/Models/GeolocationColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Geolo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/GroupFilter.php b/src/Generated/Models/GroupFilter.php index 87eff7bdff7..21ced872e40 100644 --- a/src/Generated/Models/GroupFilter.php +++ b/src/Generated/Models/GroupFilter.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Group } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Hashes.php b/src/Generated/Models/Hashes.php index 28d9768a9c6..d2ba5514466 100644 --- a/src/Generated/Models/Hashes.php +++ b/src/Generated/Models/Hashes.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Hashe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/HostSecurityState.php b/src/Generated/Models/HostSecurityState.php index 8f4f5f20e45..15893c63897 100644 --- a/src/Generated/Models/HostSecurityState.php +++ b/src/Generated/Models/HostSecurityState.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): HostS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -214,16 +214,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/HyperlinkOrPictureColumn.php b/src/Generated/Models/HyperlinkOrPictureColumn.php index 123a2f1c1ed..7a0997f6471 100644 --- a/src/Generated/Models/HyperlinkOrPictureColumn.php +++ b/src/Generated/Models/HyperlinkOrPictureColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Hyper } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Identity.php b/src/Generated/Models/Identity.php index aa5b9d3c768..39eeace1d48 100644 --- a/src/Generated/Models/Identity.php +++ b/src/Generated/Models/Identity.php @@ -53,7 +53,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Ident } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -66,7 +66,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -134,16 +134,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IdentityGovernance/IdentityGovernance.php b/src/Generated/Models/IdentityGovernance/IdentityGovernance.php index cbf41048282..efb01870247 100644 --- a/src/Generated/Models/IdentityGovernance/IdentityGovernance.php +++ b/src/Generated/Models/IdentityGovernance/IdentityGovernance.php @@ -52,7 +52,7 @@ public function getAccessReviews(): ?AccessReviewSet { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -77,7 +77,7 @@ public function getAppConsent(): ?AppConsentApprovalRoute { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -185,8 +185,8 @@ public function setAccessReviews(?AccessReviewSet $value): void { } /** - * 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. + * 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); @@ -201,8 +201,8 @@ public function setAppConsent(?AppConsentApprovalRoute $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/IdentityGovernance/Parameter.php b/src/Generated/Models/IdentityGovernance/Parameter.php index 7dd132cbee3..8c34b7e4c64 100644 --- a/src/Generated/Models/IdentityGovernance/Parameter.php +++ b/src/Generated/Models/IdentityGovernance/Parameter.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Param } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -140,16 +140,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IdentityGovernance/RunSummary.php b/src/Generated/Models/IdentityGovernance/RunSummary.php index 14a69b820cb..2c4fb6a73e5 100644 --- a/src/Generated/Models/IdentityGovernance/RunSummary.php +++ b/src/Generated/Models/IdentityGovernance/RunSummary.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RunSu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,16 +172,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IdentityGovernance/TaskReportSummary.php b/src/Generated/Models/IdentityGovernance/TaskReportSummary.php index a6432b9e867..f2d997885f1 100644 --- a/src/Generated/Models/IdentityGovernance/TaskReportSummary.php +++ b/src/Generated/Models/IdentityGovernance/TaskReportSummary.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TaskR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IdentityGovernance/UserSummary.php b/src/Generated/Models/IdentityGovernance/UserSummary.php index 70195835015..c5413e3cd4e 100644 --- a/src/Generated/Models/IdentityGovernance/UserSummary.php +++ b/src/Generated/Models/IdentityGovernance/UserSummary.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IdentityGovernance/WorkflowBase.php b/src/Generated/Models/IdentityGovernance/WorkflowBase.php index 2ad49e11dd8..2b104adf824 100644 --- a/src/Generated/Models/IdentityGovernance/WorkflowBase.php +++ b/src/Generated/Models/IdentityGovernance/WorkflowBase.php @@ -46,7 +46,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Workf } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -59,7 +59,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -255,16 +255,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IdentityGovernance/WorkflowExecutionConditions.php b/src/Generated/Models/IdentityGovernance/WorkflowExecutionConditions.php index e4f5a348225..97c5a8cbe91 100644 --- a/src/Generated/Models/IdentityGovernance/WorkflowExecutionConditions.php +++ b/src/Generated/Models/IdentityGovernance/WorkflowExecutionConditions.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Workf } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -96,16 +96,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IdentityGovernance/WorkflowExecutionTrigger.php b/src/Generated/Models/IdentityGovernance/WorkflowExecutionTrigger.php index a9fcd6aa600..874cfb209e8 100644 --- a/src/Generated/Models/IdentityGovernance/WorkflowExecutionTrigger.php +++ b/src/Generated/Models/IdentityGovernance/WorkflowExecutionTrigger.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Workf } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -95,16 +95,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IdentityProtectionRoot.php b/src/Generated/Models/IdentityProtectionRoot.php index 3888d594ac8..8643d40dd5b 100644 --- a/src/Generated/Models/IdentityProtectionRoot.php +++ b/src/Generated/Models/IdentityProtectionRoot.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Ident } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -153,16 +153,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IdentitySet.php b/src/Generated/Models/IdentitySet.php index 35aee8cedeb..f575ac8f255 100644 --- a/src/Generated/Models/IdentitySet.php +++ b/src/Generated/Models/IdentitySet.php @@ -45,7 +45,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Ident } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -70,7 +70,7 @@ public function getApplication(): ?Identity { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -140,8 +140,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -156,8 +156,8 @@ public function setApplication(?Identity $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/IdentitySource.php b/src/Generated/Models/IdentitySource.php index d91d873116e..1d2618bccdc 100644 --- a/src/Generated/Models/IdentitySource.php +++ b/src/Generated/Models/IdentitySource.php @@ -45,7 +45,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Ident } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -58,7 +58,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IdleSessionSignOut.php b/src/Generated/Models/IdleSessionSignOut.php index 40f130066d7..feda7f514a5 100644 --- a/src/Generated/Models/IdleSessionSignOut.php +++ b/src/Generated/Models/IdleSessionSignOut.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IdleS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Image.php b/src/Generated/Models/Image.php index ff2cc828e94..b690e3894d6 100644 --- a/src/Generated/Models/Image.php +++ b/src/Generated/Models/Image.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Image } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ImageInfo.php b/src/Generated/Models/ImageInfo.php index 7f5b7b19b44..494417a2a62 100644 --- a/src/Generated/Models/ImageInfo.php +++ b/src/Generated/Models/ImageInfo.php @@ -47,7 +47,7 @@ public function getAddImageQuery(): ?bool { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -84,7 +84,7 @@ public function getAlternativeText(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -152,8 +152,8 @@ public function setAddImageQuery(?bool $value): void { } /** - * 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. + * 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); @@ -176,8 +176,8 @@ public function setAlternativeText(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ImplicitGrantSettings.php b/src/Generated/Models/ImplicitGrantSettings.php index 9f4ce56cf76..5f826c65a0a 100644 --- a/src/Generated/Models/ImplicitGrantSettings.php +++ b/src/Generated/Models/ImplicitGrantSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Impli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ImportedWindowsAutopilotDeviceIdentityState.php b/src/Generated/Models/ImportedWindowsAutopilotDeviceIdentityState.php index 5f264b885df..b9db7f4e192 100644 --- a/src/Generated/Models/ImportedWindowsAutopilotDeviceIdentityState.php +++ b/src/Generated/Models/ImportedWindowsAutopilotDeviceIdentityState.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Impor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/InboundOutboundPolicyConfiguration.php b/src/Generated/Models/InboundOutboundPolicyConfiguration.php index ced3cfa2b33..b8ebb29b59c 100644 --- a/src/Generated/Models/InboundOutboundPolicyConfiguration.php +++ b/src/Generated/Models/InboundOutboundPolicyConfiguration.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Inbou } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IncomingContext.php b/src/Generated/Models/IncomingContext.php index 9e906317d1c..28f91d2f597 100644 --- a/src/Generated/Models/IncomingContext.php +++ b/src/Generated/Models/IncomingContext.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Incom } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IncompleteData.php b/src/Generated/Models/IncompleteData.php index 977d7b6d13a..5fad9c8409b 100644 --- a/src/Generated/Models/IncompleteData.php +++ b/src/Generated/Models/IncompleteData.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Incom } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/InformationProtection.php b/src/Generated/Models/InformationProtection.php index e0bb04d7131..39411d64a12 100644 --- a/src/Generated/Models/InformationProtection.php +++ b/src/Generated/Models/InformationProtection.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Infor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/InformationalUrl.php b/src/Generated/Models/InformationalUrl.php index dfda09fbaa3..30b51bed461 100644 --- a/src/Generated/Models/InformationalUrl.php +++ b/src/Generated/Models/InformationalUrl.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Infor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/InsightIdentity.php b/src/Generated/Models/InsightIdentity.php index 53414d1860d..209ec7ec3b7 100644 --- a/src/Generated/Models/InsightIdentity.php +++ b/src/Generated/Models/InsightIdentity.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Insig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAddress(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAddress(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/IntegerRange.php b/src/Generated/Models/IntegerRange.php index 0fd74f70191..2252c2932db 100644 --- a/src/Generated/Models/IntegerRange.php +++ b/src/Generated/Models/IntegerRange.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Integ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/InternetMessageHeader.php b/src/Generated/Models/InternetMessageHeader.php index 508e4ea453b..9c637aca151 100644 --- a/src/Generated/Models/InternetMessageHeader.php +++ b/src/Generated/Models/InternetMessageHeader.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Inter } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IntuneBrand.php b/src/Generated/Models/IntuneBrand.php index 56c5b3ef151..db9df959345 100644 --- a/src/Generated/Models/IntuneBrand.php +++ b/src/Generated/Models/IntuneBrand.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Intun } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -287,16 +287,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/InvestigationSecurityState.php b/src/Generated/Models/InvestigationSecurityState.php index 82cf64f69a4..dbdb209db79 100644 --- a/src/Generated/Models/InvestigationSecurityState.php +++ b/src/Generated/Models/InvestigationSecurityState.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Inves } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/InvitationParticipantInfo.php b/src/Generated/Models/InvitationParticipantInfo.php index 8dc03a49bb8..4b5c843f6c9 100644 --- a/src/Generated/Models/InvitationParticipantInfo.php +++ b/src/Generated/Models/InvitationParticipantInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Invit } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/InvitedUserMessageInfo.php b/src/Generated/Models/InvitedUserMessageInfo.php index 17f2a013af5..c3c44ea2b20 100644 --- a/src/Generated/Models/InvitedUserMessageInfo.php +++ b/src/Generated/Models/InvitedUserMessageInfo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Invit } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IosDeviceType.php b/src/Generated/Models/IosDeviceType.php index df98a654774..6286e03d400 100644 --- a/src/Generated/Models/IosDeviceType.php +++ b/src/Generated/Models/IosDeviceType.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IosDe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IosHomeScreenFolderPage.php b/src/Generated/Models/IosHomeScreenFolderPage.php index 412cc7ff477..718a0f7dfc0 100644 --- a/src/Generated/Models/IosHomeScreenFolderPage.php +++ b/src/Generated/Models/IosHomeScreenFolderPage.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IosHo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -66,7 +66,7 @@ public function getApps(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -122,8 +122,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -138,8 +138,8 @@ public function setApps(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/IosHomeScreenItem.php b/src/Generated/Models/IosHomeScreenItem.php index 2bd4003374b..88bdf28e2c1 100644 --- a/src/Generated/Models/IosHomeScreenItem.php +++ b/src/Generated/Models/IosHomeScreenItem.php @@ -46,7 +46,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IosHo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -59,7 +59,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -113,16 +113,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IosHomeScreenPage.php b/src/Generated/Models/IosHomeScreenPage.php index 0582c5fdf33..0529b045a9b 100644 --- a/src/Generated/Models/IosHomeScreenPage.php +++ b/src/Generated/Models/IosHomeScreenPage.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IosHo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -122,16 +122,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IosMinimumOperatingSystem.php b/src/Generated/Models/IosMinimumOperatingSystem.php index e6b724b4516..6ec01dad984 100644 --- a/src/Generated/Models/IosMinimumOperatingSystem.php +++ b/src/Generated/Models/IosMinimumOperatingSystem.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IosMi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -203,16 +203,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IosNetworkUsageRule.php b/src/Generated/Models/IosNetworkUsageRule.php index 69c3b535cca..19742621e64 100644 --- a/src/Generated/Models/IosNetworkUsageRule.php +++ b/src/Generated/Models/IosNetworkUsageRule.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IosNe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -136,16 +136,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/IosNotificationSettings.php b/src/Generated/Models/IosNotificationSettings.php index 122c1e7c103..d29ae3c9b44 100644 --- a/src/Generated/Models/IosNotificationSettings.php +++ b/src/Generated/Models/IosNotificationSettings.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IosNo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -75,7 +75,7 @@ public function getAppName(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -217,8 +217,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -241,8 +241,8 @@ public function setAppName(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/IpRange.php b/src/Generated/Models/IpRange.php index 40eca595d85..90f8bdd02a3 100644 --- a/src/Generated/Models/IpRange.php +++ b/src/Generated/Models/IpRange.php @@ -45,7 +45,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IpRan } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -58,7 +58,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ItemActionStat.php b/src/Generated/Models/ItemActionStat.php index a66ff390fb5..b1b9321115f 100644 --- a/src/Generated/Models/ItemActionStat.php +++ b/src/Generated/Models/ItemActionStat.php @@ -59,7 +59,7 @@ public function getActorCount(): ?int { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -132,16 +132,16 @@ public function setActorCount(?int $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ItemBody.php b/src/Generated/Models/ItemBody.php index 5edcb7cae92..cdbf3347bfb 100644 --- a/src/Generated/Models/ItemBody.php +++ b/src/Generated/Models/ItemBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ItemB } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ItemPreviewInfo.php b/src/Generated/Models/ItemPreviewInfo.php index fdcc12ae67c..52a1f876e44 100644 --- a/src/Generated/Models/ItemPreviewInfo.php +++ b/src/Generated/Models/ItemPreviewInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ItemP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ItemReference.php b/src/Generated/Models/ItemReference.php index 2a424a0f934..73586d4be91 100644 --- a/src/Generated/Models/ItemReference.php +++ b/src/Generated/Models/ItemReference.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ItemR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -200,16 +200,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/JoinMeetingIdSettings.php b/src/Generated/Models/JoinMeetingIdSettings.php index 1fcd3bac82d..7fbbeadb573 100644 --- a/src/Generated/Models/JoinMeetingIdSettings.php +++ b/src/Generated/Models/JoinMeetingIdSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): JoinM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Json.php b/src/Generated/Models/Json.php index 3dec63f2fec..5244752fdea 100644 --- a/src/Generated/Models/Json.php +++ b/src/Generated/Models/Json.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Json } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/KeyCredential.php b/src/Generated/Models/KeyCredential.php index cf2984de661..b01f27fa64a 100644 --- a/src/Generated/Models/KeyCredential.php +++ b/src/Generated/Models/KeyCredential.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): KeyCr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -202,16 +202,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/KeyCredentialConfiguration.php b/src/Generated/Models/KeyCredentialConfiguration.php index b2cd2004f58..b6fcce6b628 100644 --- a/src/Generated/Models/KeyCredentialConfiguration.php +++ b/src/Generated/Models/KeyCredentialConfiguration.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): KeyCr } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -132,16 +132,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/KeyValue.php b/src/Generated/Models/KeyValue.php index 0fb1dbe1221..732429a90e1 100644 --- a/src/Generated/Models/KeyValue.php +++ b/src/Generated/Models/KeyValue.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): KeyVa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/KeyValuePair.php b/src/Generated/Models/KeyValuePair.php index d529fc39914..aa448db89cf 100644 --- a/src/Generated/Models/KeyValuePair.php +++ b/src/Generated/Models/KeyValuePair.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): KeyVa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/LicenseAssignmentState.php b/src/Generated/Models/LicenseAssignmentState.php index c17e8240833..d51101f04ef 100644 --- a/src/Generated/Models/LicenseAssignmentState.php +++ b/src/Generated/Models/LicenseAssignmentState.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Licen } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -62,7 +62,7 @@ public function getAssignedByGroup(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -183,8 +183,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -199,8 +199,8 @@ public function setAssignedByGroup(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/LicenseProcessingState.php b/src/Generated/Models/LicenseProcessingState.php index 2b84169c624..1727852ac78 100644 --- a/src/Generated/Models/LicenseProcessingState.php +++ b/src/Generated/Models/LicenseProcessingState.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Licen } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/LicenseUnitsDetail.php b/src/Generated/Models/LicenseUnitsDetail.php index af70587e56c..837f69332f3 100644 --- a/src/Generated/Models/LicenseUnitsDetail.php +++ b/src/Generated/Models/LicenseUnitsDetail.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Licen } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ListInfo.php b/src/Generated/Models/ListInfo.php index ab2eeaac2ec..3da00c4f599 100644 --- a/src/Generated/Models/ListInfo.php +++ b/src/Generated/Models/ListInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ListI } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/LobbyBypassSettings.php b/src/Generated/Models/LobbyBypassSettings.php index c4d904b4130..1e67f5270c3 100644 --- a/src/Generated/Models/LobbyBypassSettings.php +++ b/src/Generated/Models/LobbyBypassSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Lobby } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/LocaleInfo.php b/src/Generated/Models/LocaleInfo.php index 0369878fcfc..9337f142d89 100644 --- a/src/Generated/Models/LocaleInfo.php +++ b/src/Generated/Models/LocaleInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Local } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Location.php b/src/Generated/Models/Location.php index 10cb84f2216..d3232e6f8d8 100644 --- a/src/Generated/Models/Location.php +++ b/src/Generated/Models/Location.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Locat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -67,7 +67,7 @@ public function getAddress(): ?PhysicalAddress { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -207,8 +207,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -223,8 +223,8 @@ public function setAddress(?PhysicalAddress $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/LocationConstraint.php b/src/Generated/Models/LocationConstraint.php index 309eaab7ecd..af60fce4215 100644 --- a/src/Generated/Models/LocationConstraint.php +++ b/src/Generated/Models/LocationConstraint.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Locat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/LoginPageLayoutConfiguration.php b/src/Generated/Models/LoginPageLayoutConfiguration.php index 43c1283d612..6f4186ee3c4 100644 --- a/src/Generated/Models/LoginPageLayoutConfiguration.php +++ b/src/Generated/Models/LoginPageLayoutConfiguration.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Login } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/LoginPageTextVisibilitySettings.php b/src/Generated/Models/LoginPageTextVisibilitySettings.php index a1e65e41326..25384b07c0d 100644 --- a/src/Generated/Models/LoginPageTextVisibilitySettings.php +++ b/src/Generated/Models/LoginPageTextVisibilitySettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Login } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,16 +172,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/LookupColumn.php b/src/Generated/Models/LookupColumn.php index 557b19a214d..a409fe978af 100644 --- a/src/Generated/Models/LookupColumn.php +++ b/src/Generated/Models/LookupColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Looku } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getAllowUnlimitedLength(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,8 +158,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -182,8 +182,8 @@ public function setAllowUnlimitedLength(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/MacOSIncludedApp.php b/src/Generated/Models/MacOSIncludedApp.php index 75ac5ccf084..8da62698c01 100644 --- a/src/Generated/Models/MacOSIncludedApp.php +++ b/src/Generated/Models/MacOSIncludedApp.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MacOS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MacOSLobChildApp.php b/src/Generated/Models/MacOSLobChildApp.php index 18de29c1910..b18515342ce 100644 --- a/src/Generated/Models/MacOSLobChildApp.php +++ b/src/Generated/Models/MacOSLobChildApp.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MacOS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MacOSMinimumOperatingSystem.php b/src/Generated/Models/MacOSMinimumOperatingSystem.php index 94450aa76a7..b9fd622ff4d 100644 --- a/src/Generated/Models/MacOSMinimumOperatingSystem.php +++ b/src/Generated/Models/MacOSMinimumOperatingSystem.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MacOS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -259,16 +259,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MailTips.php b/src/Generated/Models/MailTips.php index 4680a0b7817..bad8179fbda 100644 --- a/src/Generated/Models/MailTips.php +++ b/src/Generated/Models/MailTips.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MailT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAutomaticReplies(): ?AutomaticRepliesMailTips { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -259,8 +259,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -275,8 +275,8 @@ public function setAutomaticReplies(?AutomaticRepliesMailTips $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/MailTipsError.php b/src/Generated/Models/MailTipsError.php index 419a5afe1f7..30a9aeb42b6 100644 --- a/src/Generated/Models/MailTipsError.php +++ b/src/Generated/Models/MailTipsError.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MailT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MailboxSettings.php b/src/Generated/Models/MailboxSettings.php index 100a2793c7c..d2ead4b2fe2 100644 --- a/src/Generated/Models/MailboxSettings.php +++ b/src/Generated/Models/MailboxSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Mailb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getAutomaticRepliesSetting(): ?AutomaticRepliesSetting { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -214,8 +214,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -238,8 +238,8 @@ public function setAutomaticRepliesSetting(?AutomaticRepliesSetting $value): voi } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/Malware.php b/src/Generated/Models/Malware.php index 643487744a9..aedc35547af 100644 --- a/src/Generated/Models/Malware.php +++ b/src/Generated/Models/Malware.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Malwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MalwareState.php b/src/Generated/Models/MalwareState.php index b7b3ae0db46..68a8c98292e 100644 --- a/src/Generated/Models/MalwareState.php +++ b/src/Generated/Models/MalwareState.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Malwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -68,7 +68,7 @@ public function getCategory(): ?string { } /** - * Gets the family property value. Provider-generated malware family (for example, 'wannacry', 'notpetya', etc.). + * Gets the family property value. Provider-generated malware family (for example, 'wannacry,' 'notpetya,' etc.). * @return string|null */ public function getFamily(): ?string { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; @@ -182,7 +182,7 @@ public function setCategory(?string $value): void { } /** - * Sets the family property value. Provider-generated malware family (for example, 'wannacry', 'notpetya', etc.). + * Sets the family property value. Provider-generated malware family (for example, 'wannacry,' 'notpetya,' etc.). * @param string|null $value Value to set for the family property. */ public function setFamily(?string $value): void { diff --git a/src/Generated/Models/ManagedAppDiagnosticStatus.php b/src/Generated/Models/ManagedAppDiagnosticStatus.php index 751ac6321a1..31e340a8d9f 100644 --- a/src/Generated/Models/ManagedAppDiagnosticStatus.php +++ b/src/Generated/Models/ManagedAppDiagnosticStatus.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Manag } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.php b/src/Generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.php index 9ec39cf6833..197d42e3d4f 100644 --- a/src/Generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.php +++ b/src/Generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Manag } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaConfig.php b/src/Generated/Models/MediaConfig.php index e3b53124d0a..f2ad9a5ea4e 100644 --- a/src/Generated/Models/MediaConfig.php +++ b/src/Generated/Models/MediaConfig.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -96,16 +96,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaContentRatingAustralia.php b/src/Generated/Models/MediaContentRatingAustralia.php index e78d18bf65a..982c469255a 100644 --- a/src/Generated/Models/MediaContentRatingAustralia.php +++ b/src/Generated/Models/MediaContentRatingAustralia.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaContentRatingCanada.php b/src/Generated/Models/MediaContentRatingCanada.php index 70641f8cc61..f77df8a71db 100644 --- a/src/Generated/Models/MediaContentRatingCanada.php +++ b/src/Generated/Models/MediaContentRatingCanada.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaContentRatingFrance.php b/src/Generated/Models/MediaContentRatingFrance.php index 9463a699129..eb496f780dd 100644 --- a/src/Generated/Models/MediaContentRatingFrance.php +++ b/src/Generated/Models/MediaContentRatingFrance.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaContentRatingGermany.php b/src/Generated/Models/MediaContentRatingGermany.php index a9ee357ba01..3671f757329 100644 --- a/src/Generated/Models/MediaContentRatingGermany.php +++ b/src/Generated/Models/MediaContentRatingGermany.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaContentRatingIreland.php b/src/Generated/Models/MediaContentRatingIreland.php index dcd35f5cf8c..aeb12ec0f35 100644 --- a/src/Generated/Models/MediaContentRatingIreland.php +++ b/src/Generated/Models/MediaContentRatingIreland.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaContentRatingJapan.php b/src/Generated/Models/MediaContentRatingJapan.php index 603cb63bb0a..7c88605553a 100644 --- a/src/Generated/Models/MediaContentRatingJapan.php +++ b/src/Generated/Models/MediaContentRatingJapan.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaContentRatingNewZealand.php b/src/Generated/Models/MediaContentRatingNewZealand.php index 2127cbb9e84..e4f2b6ae681 100644 --- a/src/Generated/Models/MediaContentRatingNewZealand.php +++ b/src/Generated/Models/MediaContentRatingNewZealand.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaContentRatingUnitedKingdom.php b/src/Generated/Models/MediaContentRatingUnitedKingdom.php index 17c97f36dec..b3755e9fd2d 100644 --- a/src/Generated/Models/MediaContentRatingUnitedKingdom.php +++ b/src/Generated/Models/MediaContentRatingUnitedKingdom.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaContentRatingUnitedStates.php b/src/Generated/Models/MediaContentRatingUnitedStates.php index 8367e906193..8574881fa9a 100644 --- a/src/Generated/Models/MediaContentRatingUnitedStates.php +++ b/src/Generated/Models/MediaContentRatingUnitedStates.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaInfo.php b/src/Generated/Models/MediaInfo.php index b400acb388a..0909a582ec4 100644 --- a/src/Generated/Models/MediaInfo.php +++ b/src/Generated/Models/MediaInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MediaStream.php b/src/Generated/Models/MediaStream.php index f2329cdd83b..1945b3551cd 100644 --- a/src/Generated/Models/MediaStream.php +++ b/src/Generated/Models/MediaStream.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Media } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MeetingInfo.php b/src/Generated/Models/MeetingInfo.php index 537c9451842..d717e21c49a 100644 --- a/src/Generated/Models/MeetingInfo.php +++ b/src/Generated/Models/MeetingInfo.php @@ -44,7 +44,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Meeti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -57,7 +57,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -97,16 +97,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MeetingParticipantInfo.php b/src/Generated/Models/MeetingParticipantInfo.php index d62637ace37..aabb17bce4f 100644 --- a/src/Generated/Models/MeetingParticipantInfo.php +++ b/src/Generated/Models/MeetingParticipantInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Meeti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MeetingParticipants.php b/src/Generated/Models/MeetingParticipants.php index cb4f888ef38..c2dfba69df4 100644 --- a/src/Generated/Models/MeetingParticipants.php +++ b/src/Generated/Models/MeetingParticipants.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Meeti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAttendees(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,8 +119,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -135,8 +135,8 @@ public function setAttendees(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/MeetingTimeSuggestion.php b/src/Generated/Models/MeetingTimeSuggestion.php index 340e3abfde5..d5109cdc0e8 100644 --- a/src/Generated/Models/MeetingTimeSuggestion.php +++ b/src/Generated/Models/MeetingTimeSuggestion.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Meeti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAttendeeAvailability(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -191,8 +191,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -207,8 +207,8 @@ public function setAttendeeAvailability(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/MeetingTimeSuggestionsResult.php b/src/Generated/Models/MeetingTimeSuggestionsResult.php index d7a2b90bef9..984c34e3ffd 100644 --- a/src/Generated/Models/MeetingTimeSuggestionsResult.php +++ b/src/Generated/Models/MeetingTimeSuggestionsResult.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Meeti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MessageRuleActions.php b/src/Generated/Models/MessageRuleActions.php index 997e844f7c5..63dd47a494d 100644 --- a/src/Generated/Models/MessageRuleActions.php +++ b/src/Generated/Models/MessageRuleActions.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Messa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAssignCategories(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -258,8 +258,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -274,8 +274,8 @@ public function setAssignCategories(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/MessageRulePredicates.php b/src/Generated/Models/MessageRulePredicates.php index bf5bf03bd64..585b02ea021 100644 --- a/src/Generated/Models/MessageRulePredicates.php +++ b/src/Generated/Models/MessageRulePredicates.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Messa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -576,16 +576,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MessageSecurityState.php b/src/Generated/Models/MessageSecurityState.php index 1ec8ff5e8ee..917ff5ffa4d 100644 --- a/src/Generated/Models/MessageSecurityState.php +++ b/src/Generated/Models/MessageSecurityState.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Messa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -215,16 +215,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MicrosoftAuthenticatorFeatureSettings.php b/src/Generated/Models/MicrosoftAuthenticatorFeatureSettings.php index 30e60088f71..9d8a6968fbe 100644 --- a/src/Generated/Models/MicrosoftAuthenticatorFeatureSettings.php +++ b/src/Generated/Models/MicrosoftAuthenticatorFeatureSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Micro } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MimeContent.php b/src/Generated/Models/MimeContent.php index 5888fc552b6..71c6eed0b64 100644 --- a/src/Generated/Models/MimeContent.php +++ b/src/Generated/Models/MimeContent.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MimeC } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -120,16 +120,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MobileAppAssignmentSettings.php b/src/Generated/Models/MobileAppAssignmentSettings.php index d0faabdd09c..4a4f86095d8 100644 --- a/src/Generated/Models/MobileAppAssignmentSettings.php +++ b/src/Generated/Models/MobileAppAssignmentSettings.php @@ -52,7 +52,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Mobil } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -65,7 +65,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MobileAppIdentifier.php b/src/Generated/Models/MobileAppIdentifier.php index 11d920d2cb3..b1fedcd8f58 100644 --- a/src/Generated/Models/MobileAppIdentifier.php +++ b/src/Generated/Models/MobileAppIdentifier.php @@ -46,7 +46,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Mobil } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -59,7 +59,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -99,16 +99,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/MobileAppInstallTimeSettings.php b/src/Generated/Models/MobileAppInstallTimeSettings.php index 2fe6f357baf..e7ed2f5785c 100644 --- a/src/Generated/Models/MobileAppInstallTimeSettings.php +++ b/src/Generated/Models/MobileAppInstallTimeSettings.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Mobil } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -134,16 +134,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ModifiedProperty.php b/src/Generated/Models/ModifiedProperty.php index d916ee52eb8..43cdec05123 100644 --- a/src/Generated/Models/ModifiedProperty.php +++ b/src/Generated/Models/ModifiedProperty.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Modif } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/NetworkConnection.php b/src/Generated/Models/NetworkConnection.php index 54a5dc68fe3..81c154bb6a3 100644 --- a/src/Generated/Models/NetworkConnection.php +++ b/src/Generated/Models/NetworkConnection.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Netwo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getApplicationName(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -369,8 +369,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -385,8 +385,8 @@ public function setApplicationName(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/NotebookLinks.php b/src/Generated/Models/NotebookLinks.php index 5f0e8406072..0a699da29da 100644 --- a/src/Generated/Models/NotebookLinks.php +++ b/src/Generated/Models/NotebookLinks.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Noteb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/NumberColumn.php b/src/Generated/Models/NumberColumn.php index a063534fe16..7c1aba8a6ae 100644 --- a/src/Generated/Models/NumberColumn.php +++ b/src/Generated/Models/NumberColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Numbe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OAuthConsentAppDetail.php b/src/Generated/Models/OAuthConsentAppDetail.php index f45e142c843..55015a478ce 100644 --- a/src/Generated/Models/OAuthConsentAppDetail.php +++ b/src/Generated/Models/OAuthConsentAppDetail.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OAuth } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAppScope(): ?OAuthAppScope { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAppScope(?OAuthAppScope $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ODataErrors/ErrorDetails.php b/src/Generated/Models/ODataErrors/ErrorDetails.php index aaf742b494e..2ccc21231da 100644 --- a/src/Generated/Models/ODataErrors/ErrorDetails.php +++ b/src/Generated/Models/ODataErrors/ErrorDetails.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Error } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ODataErrors/InnerError.php b/src/Generated/Models/ODataErrors/InnerError.php index 90a48a000b0..e7c33740538 100644 --- a/src/Generated/Models/ODataErrors/InnerError.php +++ b/src/Generated/Models/ODataErrors/InnerError.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Inner } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -69,7 +69,7 @@ public function getClientRequestId(): ?string { } /** - * Gets the date property value. Date when the error occured. + * Gets the Date property value. Date when the error occured. * @return DateTime|null */ public function getDate(): ?DateTime { @@ -88,7 +88,7 @@ public function getFieldDeserializers(): array { $o = $this; return [ 'client-request-id' => fn(ParseNode $n) => $o->setClientRequestId($n->getStringValue()), - 'date' => fn(ParseNode $n) => $o->setDate($n->getDateTimeValue()), + 'Date' => fn(ParseNode $n) => $o->setDate($n->getDateTimeValue()), '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), 'request-id' => fn(ParseNode $n) => $o->setRequestId($n->getStringValue()), ]; @@ -124,23 +124,23 @@ public function getRequestId(): ?string { */ public function serialize(SerializationWriter $writer): void { $writer->writeStringValue('client-request-id', $this->getClientRequestId()); - $writer->writeDateTimeValue('date', $this->getDate()); + $writer->writeDateTimeValue('Date', $this->getDate()); $writer->writeStringValue('@odata.type', $this->getOdataType()); $writer->writeStringValue('request-id', $this->getRequestId()); $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. + * 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. + * 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; @@ -155,8 +155,8 @@ public function setClientRequestId(?string $value): void { } /** - * Sets the date property value. Date when the error occured. - * @param DateTime|null $value Value to set for the date property. + * Sets the Date property value. Date when the error occured. + * @param DateTime|null $value Value to set for the Date property. */ public function setDate(?DateTime $value): void { $this->getBackingStore()->set('date', $value); diff --git a/src/Generated/Models/ODataErrors/MainError.php b/src/Generated/Models/ODataErrors/MainError.php index 56af3de9a21..91f32ce4e97 100644 --- a/src/Generated/Models/ODataErrors/MainError.php +++ b/src/Generated/Models/ODataErrors/MainError.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MainE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -147,16 +147,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ODataErrors/ODataError.php b/src/Generated/Models/ODataErrors/ODataError.php index 74595cb1baa..1bcd8f84454 100644 --- a/src/Generated/Models/ODataErrors/ODataError.php +++ b/src/Generated/Models/ODataErrors/ODataError.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OData } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -90,16 +90,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ObjectDefinition.php b/src/Generated/Models/ObjectDefinition.php index 3749ad92e2b..1c50eca6fe5 100644 --- a/src/Generated/Models/ObjectDefinition.php +++ b/src/Generated/Models/ObjectDefinition.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Objec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAttributes(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,8 +158,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -174,8 +174,8 @@ public function setAttributes(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ObjectDefinitionMetadataEntry.php b/src/Generated/Models/ObjectDefinitionMetadataEntry.php index 0d433d269d7..dcd8a885bdc 100644 --- a/src/Generated/Models/ObjectDefinitionMetadataEntry.php +++ b/src/Generated/Models/ObjectDefinitionMetadataEntry.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Objec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ObjectIdentity.php b/src/Generated/Models/ObjectIdentity.php index 2bc9f4c5dd4..2e2b562c03f 100644 --- a/src/Generated/Models/ObjectIdentity.php +++ b/src/Generated/Models/ObjectIdentity.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Objec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -70,7 +70,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the issuer property value. Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. + * Gets the issuer property value. Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For guests from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. * @return string|null */ public function getIssuer(): ?string { @@ -130,23 +130,23 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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 issuer property value. Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. + * Sets the issuer property value. Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For guests from other Azure AD organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. * @param string|null $value Value to set for the issuer property. */ public function setIssuer(?string $value): void { diff --git a/src/Generated/Models/ObjectMapping.php b/src/Generated/Models/ObjectMapping.php index e1562bbd374..76a3b7175c9 100644 --- a/src/Generated/Models/ObjectMapping.php +++ b/src/Generated/Models/ObjectMapping.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Objec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAttributeMappings(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -205,8 +205,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -221,8 +221,8 @@ public function setAttributeMappings(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ObjectMappingMetadataEntry.php b/src/Generated/Models/ObjectMappingMetadataEntry.php index f911a474892..29a46404908 100644 --- a/src/Generated/Models/ObjectMappingMetadataEntry.php +++ b/src/Generated/Models/ObjectMappingMetadataEntry.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Objec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OmaSetting.php b/src/Generated/Models/OmaSetting.php index d2e6d37a469..27cee90b1fe 100644 --- a/src/Generated/Models/OmaSetting.php +++ b/src/Generated/Models/OmaSetting.php @@ -51,7 +51,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OmaSe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -146,16 +146,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OnPremisesAccidentalDeletionPrevention.php b/src/Generated/Models/OnPremisesAccidentalDeletionPrevention.php index 2a851a902fe..7478836823a 100644 --- a/src/Generated/Models/OnPremisesAccidentalDeletionPrevention.php +++ b/src/Generated/Models/OnPremisesAccidentalDeletionPrevention.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OnPre } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAlertThreshold(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setAlertThreshold(?int $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/OnPremisesDirectorySynchronizationConfiguration.php b/src/Generated/Models/OnPremisesDirectorySynchronizationConfiguration.php index e4644a5d191..2baa7b074f3 100644 --- a/src/Generated/Models/OnPremisesDirectorySynchronizationConfiguration.php +++ b/src/Generated/Models/OnPremisesDirectorySynchronizationConfiguration.php @@ -47,7 +47,7 @@ public function getAccidentalDeletionPrevention(): ?OnPremisesAccidentalDeletion } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -110,16 +110,16 @@ public function setAccidentalDeletionPrevention(?OnPremisesAccidentalDeletionPre } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OnPremisesDirectorySynchronizationFeature.php b/src/Generated/Models/OnPremisesDirectorySynchronizationFeature.php index dc1b57aa8fb..e2097df8490 100644 --- a/src/Generated/Models/OnPremisesDirectorySynchronizationFeature.php +++ b/src/Generated/Models/OnPremisesDirectorySynchronizationFeature.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OnPre } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -354,16 +354,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OnPremisesExtensionAttributes.php b/src/Generated/Models/OnPremisesExtensionAttributes.php index 0f858f57777..72c5f043930 100644 --- a/src/Generated/Models/OnPremisesExtensionAttributes.php +++ b/src/Generated/Models/OnPremisesExtensionAttributes.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OnPre } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -298,16 +298,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OnPremisesProvisioningError.php b/src/Generated/Models/OnPremisesProvisioningError.php index b83ddf8ee37..320cd9059c0 100644 --- a/src/Generated/Models/OnPremisesProvisioningError.php +++ b/src/Generated/Models/OnPremisesProvisioningError.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OnPre } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OnenoteOperationError.php b/src/Generated/Models/OnenoteOperationError.php index 3a8f062cd22..3b91a4c98e2 100644 --- a/src/Generated/Models/OnenoteOperationError.php +++ b/src/Generated/Models/OnenoteOperationError.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OnenotePagePreview.php b/src/Generated/Models/OnenotePagePreview.php index 70bee2355bf..9452ff8ae8b 100644 --- a/src/Generated/Models/OnenotePagePreview.php +++ b/src/Generated/Models/OnenotePagePreview.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OnenotePagePreviewLinks.php b/src/Generated/Models/OnenotePagePreviewLinks.php index 47c79d55e0a..9f58ff717a8 100644 --- a/src/Generated/Models/OnenotePagePreviewLinks.php +++ b/src/Generated/Models/OnenotePagePreviewLinks.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OnenotePatchContentCommand.php b/src/Generated/Models/OnenotePatchContentCommand.php index ccc176576e8..12dea11bbc7 100644 --- a/src/Generated/Models/OnenotePatchContentCommand.php +++ b/src/Generated/Models/OnenotePatchContentCommand.php @@ -47,7 +47,7 @@ public function getAction(): ?OnenotePatchActionType { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -152,16 +152,16 @@ public function setAction(?OnenotePatchActionType $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OnlineMeeting.php b/src/Generated/Models/OnlineMeeting.php index 3592f95c62a..1e6e6379070 100644 --- a/src/Generated/Models/OnlineMeeting.php +++ b/src/Generated/Models/OnlineMeeting.php @@ -114,7 +114,7 @@ public function getAttendanceReports(): ?array { } /** - * Gets the attendeeReport property value. The content stream of the attendee report of a Microsoft Teams live event. Read-only. + * Gets the attendeeReport property value. The attendeeReport property * @return StreamInterface|null */ public function getAttendeeReport(): ?StreamInterface { @@ -138,7 +138,7 @@ public function getAudioConferencing(): ?AudioConferencing { } /** - * Gets the broadcastSettings property value. Settings related to a live event. + * Gets the broadcastSettings property value. The broadcastSettings property * @return BroadcastMeetingSettings|null */ public function getBroadcastSettings(): ?BroadcastMeetingSettings { @@ -236,7 +236,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the isBroadcast property value. Indicates if this is a Teams live event. + * Gets the isBroadcast property value. The isBroadcast property * @return bool|null */ public function getIsBroadcast(): ?bool { @@ -368,7 +368,7 @@ public function getSubject(): ?string { } /** - * Gets the transcripts property value. The transcripts property + * Gets the transcripts property value. The transcripts of an online meeting. Read-only. * @return array|null */ public function getTranscripts(): ?array { @@ -498,7 +498,7 @@ public function setAttendanceReports(?array $value): void { } /** - * Sets the attendeeReport property value. The content stream of the attendee report of a Microsoft Teams live event. Read-only. + * Sets the attendeeReport property value. The attendeeReport property * @param StreamInterface|null $value Value to set for the attendeeReport property. */ public function setAttendeeReport(?StreamInterface $value): void { @@ -514,7 +514,7 @@ public function setAudioConferencing(?AudioConferencing $value): void { } /** - * Sets the broadcastSettings property value. Settings related to a live event. + * Sets the broadcastSettings property value. The broadcastSettings property * @param BroadcastMeetingSettings|null $value Value to set for the broadcastSettings property. */ public function setBroadcastSettings(?BroadcastMeetingSettings $value): void { @@ -554,7 +554,7 @@ public function setExternalId(?string $value): void { } /** - * Sets the isBroadcast property value. Indicates if this is a Teams live event. + * Sets the isBroadcast property value. The isBroadcast property * @param bool|null $value Value to set for the isBroadcast property. */ public function setIsBroadcast(?bool $value): void { @@ -642,7 +642,7 @@ public function setSubject(?string $value): void { } /** - * Sets the transcripts property value. The transcripts property + * Sets the transcripts property value. The transcripts of an online meeting. Read-only. * @param array|null $value Value to set for the transcripts property. */ public function setTranscripts(?array $value): void { diff --git a/src/Generated/Models/OnlineMeetingInfo.php b/src/Generated/Models/OnlineMeetingInfo.php index 21122ebbbf7..3433c3874fb 100644 --- a/src/Generated/Models/OnlineMeetingInfo.php +++ b/src/Generated/Models/OnlineMeetingInfo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Onlin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -184,16 +184,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OnlineMeetingRestricted.php b/src/Generated/Models/OnlineMeetingRestricted.php index 07ba591ad71..1bb480660d7 100644 --- a/src/Generated/Models/OnlineMeetingRestricted.php +++ b/src/Generated/Models/OnlineMeetingRestricted.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Onlin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OperationError.php b/src/Generated/Models/OperationError.php index 4bd548b4412..59054b533ef 100644 --- a/src/Generated/Models/OperationError.php +++ b/src/Generated/Models/OperationError.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Opera } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OptionalClaim.php b/src/Generated/Models/OptionalClaim.php index 15dfc92a79c..6b177d02944 100644 --- a/src/Generated/Models/OptionalClaim.php +++ b/src/Generated/Models/OptionalClaim.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Optio } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAdditionalProperties(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -154,8 +154,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -170,8 +170,8 @@ public function setAdditionalProperties(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/OptionalClaims.php b/src/Generated/Models/OptionalClaims.php index 748a179cd7d..d24723ee20c 100644 --- a/src/Generated/Models/OptionalClaims.php +++ b/src/Generated/Models/OptionalClaims.php @@ -50,7 +50,7 @@ public function getAccessToken(): ?array { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function setAccessToken(?array $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OsVersionCount.php b/src/Generated/Models/OsVersionCount.php index 3cb90251130..9f1c17a38e5 100644 --- a/src/Generated/Models/OsVersionCount.php +++ b/src/Generated/Models/OsVersionCount.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OsVer } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -134,16 +134,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/OutlookGeoCoordinates.php b/src/Generated/Models/OutlookGeoCoordinates.php index 298fd5d8eab..73b4d96cebe 100644 --- a/src/Generated/Models/OutlookGeoCoordinates.php +++ b/src/Generated/Models/OutlookGeoCoordinates.php @@ -47,7 +47,7 @@ public function getAccuracy(): ?float { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -84,7 +84,7 @@ public function getAltitudeAccuracy(): ?float { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -166,8 +166,8 @@ public function setAccuracy(?float $value): void { } /** - * 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. + * 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); @@ -190,8 +190,8 @@ public function setAltitudeAccuracy(?float $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/Package.php b/src/Generated/Models/Package.php index 525b4e87485..157ead8c3b1 100644 --- a/src/Generated/Models/Package.php +++ b/src/Generated/Models/Package.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Packa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PageLinks.php b/src/Generated/Models/PageLinks.php index 959b7ac5dd4..cbb3e3cd5d8 100644 --- a/src/Generated/Models/PageLinks.php +++ b/src/Generated/Models/PageLinks.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): PageL } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ParentalControlSettings.php b/src/Generated/Models/ParentalControlSettings.php index 05740ff89b8..d2820a4f920 100644 --- a/src/Generated/Models/ParentalControlSettings.php +++ b/src/Generated/Models/ParentalControlSettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Paren } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -126,16 +126,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ParseExpressionResponse.php b/src/Generated/Models/ParseExpressionResponse.php index b7354bda568..549e32055dd 100644 --- a/src/Generated/Models/ParseExpressionResponse.php +++ b/src/Generated/Models/ParseExpressionResponse.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Parse } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -168,16 +168,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ParticipantInfo.php b/src/Generated/Models/ParticipantInfo.php index 5f1133f8f58..9ecb0b3b99b 100644 --- a/src/Generated/Models/ParticipantInfo.php +++ b/src/Generated/Models/ParticipantInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Parti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,16 +172,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PasswordCredential.php b/src/Generated/Models/PasswordCredential.php index 01fa2f55649..7147f54d21a 100644 --- a/src/Generated/Models/PasswordCredential.php +++ b/src/Generated/Models/PasswordCredential.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Passw } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -188,16 +188,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PasswordCredentialConfiguration.php b/src/Generated/Models/PasswordCredentialConfiguration.php index df9359f0cfc..db9bed5a229 100644 --- a/src/Generated/Models/PasswordCredentialConfiguration.php +++ b/src/Generated/Models/PasswordCredentialConfiguration.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Passw } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -132,16 +132,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PasswordProfile.php b/src/Generated/Models/PasswordProfile.php index ea44d9f9811..e0fa7d073e0 100644 --- a/src/Generated/Models/PasswordProfile.php +++ b/src/Generated/Models/PasswordProfile.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Passw } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PasswordResetResponse.php b/src/Generated/Models/PasswordResetResponse.php index 24052de696d..09f56d65b57 100644 --- a/src/Generated/Models/PasswordResetResponse.php +++ b/src/Generated/Models/PasswordResetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Passw } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PatternedRecurrence.php b/src/Generated/Models/PatternedRecurrence.php index 6172f303b0d..2e8c96e77ed 100644 --- a/src/Generated/Models/PatternedRecurrence.php +++ b/src/Generated/Models/PatternedRecurrence.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Patte } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PayloadCoachmark.php b/src/Generated/Models/PayloadCoachmark.php index 6c22d307cd0..040d5a80cd7 100644 --- a/src/Generated/Models/PayloadCoachmark.php +++ b/src/Generated/Models/PayloadCoachmark.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Paylo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,16 +172,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PayloadDetail.php b/src/Generated/Models/PayloadDetail.php index 0953c98c96a..a6e9422ae1e 100644 --- a/src/Generated/Models/PayloadDetail.php +++ b/src/Generated/Models/PayloadDetail.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Paylo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -140,16 +140,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PendingContentUpdate.php b/src/Generated/Models/PendingContentUpdate.php index 25f8131a212..bcbb23e25e1 100644 --- a/src/Generated/Models/PendingContentUpdate.php +++ b/src/Generated/Models/PendingContentUpdate.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Pendi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PendingOperations.php b/src/Generated/Models/PendingOperations.php index 7819bada230..b9cbad02574 100644 --- a/src/Generated/Models/PendingOperations.php +++ b/src/Generated/Models/PendingOperations.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Pendi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PermissionScope.php b/src/Generated/Models/PermissionScope.php index 0d0bfaec82d..07cd83030fe 100644 --- a/src/Generated/Models/PermissionScope.php +++ b/src/Generated/Models/PermissionScope.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Permi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getAdminConsentDisplayName(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -214,8 +214,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -238,8 +238,8 @@ public function setAdminConsentDisplayName(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/PersonOrGroupColumn.php b/src/Generated/Models/PersonOrGroupColumn.php index b764bc8559a..49ac52056dd 100644 --- a/src/Generated/Models/PersonOrGroupColumn.php +++ b/src/Generated/Models/PersonOrGroupColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Perso } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAllowMultipleSelection(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAllowMultipleSelection(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/PersonType.php b/src/Generated/Models/PersonType.php index 2c965ae4465..bd5264d804a 100644 --- a/src/Generated/Models/PersonType.php +++ b/src/Generated/Models/PersonType.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Perso } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Phone.php b/src/Generated/Models/Phone.php index 7fc69638bab..d76181dc817 100644 --- a/src/Generated/Models/Phone.php +++ b/src/Generated/Models/Phone.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Phone } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Photo.php b/src/Generated/Models/Photo.php index 3666d95dce3..713e8019b29 100644 --- a/src/Generated/Models/Photo.php +++ b/src/Generated/Models/Photo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Photo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -215,16 +215,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PhysicalAddress.php b/src/Generated/Models/PhysicalAddress.php index a970c53f61f..7107f571dbf 100644 --- a/src/Generated/Models/PhysicalAddress.php +++ b/src/Generated/Models/PhysicalAddress.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Physi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PhysicalOfficeAddress.php b/src/Generated/Models/PhysicalOfficeAddress.php index 7814aeefc0c..3bc4d7657b8 100644 --- a/src/Generated/Models/PhysicalOfficeAddress.php +++ b/src/Generated/Models/PhysicalOfficeAddress.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Physi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,16 +172,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Pkcs12CertificateInformation.php b/src/Generated/Models/Pkcs12CertificateInformation.php index 5ed382ea45e..b6c2df81c4c 100644 --- a/src/Generated/Models/Pkcs12CertificateInformation.php +++ b/src/Generated/Models/Pkcs12CertificateInformation.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Pkcs1 } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PlannerAppliedCategories.php b/src/Generated/Models/PlannerAppliedCategories.php index 15988c5a678..205345fd4a7 100644 --- a/src/Generated/Models/PlannerAppliedCategories.php +++ b/src/Generated/Models/PlannerAppliedCategories.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Plann } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PlannerAssignments.php b/src/Generated/Models/PlannerAssignments.php index e5b59ab0553..805007c2f1b 100644 --- a/src/Generated/Models/PlannerAssignments.php +++ b/src/Generated/Models/PlannerAssignments.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Plann } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PlannerCategoryDescriptions.php b/src/Generated/Models/PlannerCategoryDescriptions.php index ac428d6f3fe..1ee5a6d1b21 100644 --- a/src/Generated/Models/PlannerCategoryDescriptions.php +++ b/src/Generated/Models/PlannerCategoryDescriptions.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Plann } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -438,16 +438,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PlannerChecklistItems.php b/src/Generated/Models/PlannerChecklistItems.php index 42ae1381ee4..9369d88b8d5 100644 --- a/src/Generated/Models/PlannerChecklistItems.php +++ b/src/Generated/Models/PlannerChecklistItems.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Plann } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PlannerExternalReferences.php b/src/Generated/Models/PlannerExternalReferences.php index f7d80d9efa7..f195c3c4c05 100644 --- a/src/Generated/Models/PlannerExternalReferences.php +++ b/src/Generated/Models/PlannerExternalReferences.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Plann } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PlannerOrderHintsByAssignee.php b/src/Generated/Models/PlannerOrderHintsByAssignee.php index 3520c5553a3..334faaa7863 100644 --- a/src/Generated/Models/PlannerOrderHintsByAssignee.php +++ b/src/Generated/Models/PlannerOrderHintsByAssignee.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Plann } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PlannerPlanContainer.php b/src/Generated/Models/PlannerPlanContainer.php index e70376212a3..a1b5d9d93d4 100644 --- a/src/Generated/Models/PlannerPlanContainer.php +++ b/src/Generated/Models/PlannerPlanContainer.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Plann } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PlannerTask.php b/src/Generated/Models/PlannerTask.php index 74c6f7fca0a..5dfa3abaa83 100644 --- a/src/Generated/Models/PlannerTask.php +++ b/src/Generated/Models/PlannerTask.php @@ -86,7 +86,7 @@ public function getAssignments(): ?PlannerAssignments { } /** - * Gets the bucketId property value. Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service. + * Gets the bucketId property value. Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. * @return string|null */ public function getBucketId(): ?string { @@ -182,7 +182,7 @@ public function getCreatedDateTime(): ?DateTime { } /** - * Gets the details property value. Read-only. Nullable. Additional details about the task. + * Gets the details property value. Read-only. Nullable. More details about the task. * @return PlannerTaskDetails|null */ public function getDetails(): ?PlannerTaskDetails { @@ -241,7 +241,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the hasDescription property value. Read-only. Value is true if the details object of the task has a non-empty description and false otherwise. + * Gets the hasDescription property value. Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. * @return bool|null */ public function getHasDescription(): ?bool { @@ -434,7 +434,7 @@ public function setAssignments(?PlannerAssignments $value): void { } /** - * Sets the bucketId property value. Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service. + * Sets the bucketId property value. Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. * @param string|null $value Value to set for the bucketId property. */ public function setBucketId(?string $value): void { @@ -498,7 +498,7 @@ public function setCreatedDateTime(?DateTime $value): void { } /** - * Sets the details property value. Read-only. Nullable. Additional details about the task. + * Sets the details property value. Read-only. Nullable. More details about the task. * @param PlannerTaskDetails|null $value Value to set for the details property. */ public function setDetails(?PlannerTaskDetails $value): void { @@ -514,7 +514,7 @@ public function setDueDateTime(?DateTime $value): void { } /** - * Sets the hasDescription property value. Read-only. Value is true if the details object of the task has a non-empty description and false otherwise. + * Sets the hasDescription property value. Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. * @param bool|null $value Value to set for the hasDescription property. */ public function setHasDescription(?bool $value): void { diff --git a/src/Generated/Models/PlannerUserIds.php b/src/Generated/Models/PlannerUserIds.php index 5fd95205e99..f17253ced27 100644 --- a/src/Generated/Models/PlannerUserIds.php +++ b/src/Generated/Models/PlannerUserIds.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Plann } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PreAuthorizedApplication.php b/src/Generated/Models/PreAuthorizedApplication.php index 03969dc1081..140ea48c578 100644 --- a/src/Generated/Models/PreAuthorizedApplication.php +++ b/src/Generated/Models/PreAuthorizedApplication.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): PreAu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAppId(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -126,8 +126,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -142,8 +142,8 @@ public function setAppId(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/PresenceStatusMessage.php b/src/Generated/Models/PresenceStatusMessage.php index 99c9dd4d0aa..e040a1e7986 100644 --- a/src/Generated/Models/PresenceStatusMessage.php +++ b/src/Generated/Models/PresenceStatusMessage.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Prese } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the expiryDateTime property value. Time in which the status message expires.If not provided, the status message does not expire.expiryDateTime.dateTime should not include time zone.expiryDateTime is not available when you request the presence of another user. + * Gets the expiryDateTime property value. Time in which the status message expires.If not provided, the status message doesn't expire.expiryDateTime.dateTime shouldn't include time zone.expiryDateTime isn't available when you request the presence of another user. * @return DateTimeTimeZone|null */ public function getExpiryDateTime(): ?DateTimeTimeZone { @@ -107,7 +107,7 @@ public function getOdataType(): ?string { } /** - * Gets the publishedDateTime property value. Time in which the status message was published.Read-only.publishedDateTime is not available when you request the presence of another user. + * Gets the publishedDateTime property value. Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. * @return DateTime|null */ public function getPublishedDateTime(): ?DateTime { @@ -131,23 +131,23 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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 expiryDateTime property value. Time in which the status message expires.If not provided, the status message does not expire.expiryDateTime.dateTime should not include time zone.expiryDateTime is not available when you request the presence of another user. + * Sets the expiryDateTime property value. Time in which the status message expires.If not provided, the status message doesn't expire.expiryDateTime.dateTime shouldn't include time zone.expiryDateTime isn't available when you request the presence of another user. * @param DateTimeTimeZone|null $value Value to set for the expiryDateTime property. */ public function setExpiryDateTime(?DateTimeTimeZone $value): void { @@ -171,7 +171,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the publishedDateTime property value. Time in which the status message was published.Read-only.publishedDateTime is not available when you request the presence of another user. + * Sets the publishedDateTime property value. Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. * @param DateTime|null $value Value to set for the publishedDateTime property. */ public function setPublishedDateTime(?DateTime $value): void { diff --git a/src/Generated/Models/PrintCertificateSigningRequest.php b/src/Generated/Models/PrintCertificateSigningRequest.php index 636218f57d9..ffb710291da 100644 --- a/src/Generated/Models/PrintCertificateSigningRequest.php +++ b/src/Generated/Models/PrintCertificateSigningRequest.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrintDocumentUploadProperties.php b/src/Generated/Models/PrintDocumentUploadProperties.php index 128a5c2b7d8..931bb424c70 100644 --- a/src/Generated/Models/PrintDocumentUploadProperties.php +++ b/src/Generated/Models/PrintDocumentUploadProperties.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrintJobConfiguration.php b/src/Generated/Models/PrintJobConfiguration.php index 7a5d7b8050e..e707a5a816d 100644 --- a/src/Generated/Models/PrintJobConfiguration.php +++ b/src/Generated/Models/PrintJobConfiguration.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -359,16 +359,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrintJobStatus.php b/src/Generated/Models/PrintJobStatus.php index 56814e18312..292382e70bb 100644 --- a/src/Generated/Models/PrintJobStatus.php +++ b/src/Generated/Models/PrintJobStatus.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -147,16 +147,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrintMargin.php b/src/Generated/Models/PrintMargin.php index e95ccac0d09..dbc56ca717f 100644 --- a/src/Generated/Models/PrintMargin.php +++ b/src/Generated/Models/PrintMargin.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrintOperationStatus.php b/src/Generated/Models/PrintOperationStatus.php index cbf7fcfb021..ff49893f15a 100644 --- a/src/Generated/Models/PrintOperationStatus.php +++ b/src/Generated/Models/PrintOperationStatus.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrintSettings.php b/src/Generated/Models/PrintSettings.php index c836cf6eb2a..39b3fce8517 100644 --- a/src/Generated/Models/PrintSettings.php +++ b/src/Generated/Models/PrintSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrintTaskStatus.php b/src/Generated/Models/PrintTaskStatus.php index a7037706a5f..f578fdf72fb 100644 --- a/src/Generated/Models/PrintTaskStatus.php +++ b/src/Generated/Models/PrintTaskStatus.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrinterCapabilities.php b/src/Generated/Models/PrinterCapabilities.php index 9b9c501862d..8f516d7432e 100644 --- a/src/Generated/Models/PrinterCapabilities.php +++ b/src/Generated/Models/PrinterCapabilities.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -563,16 +563,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrinterDefaults.php b/src/Generated/Models/PrinterDefaults.php index 8fbbc832305..f852dad0967 100644 --- a/src/Generated/Models/PrinterDefaults.php +++ b/src/Generated/Models/PrinterDefaults.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -329,16 +329,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrinterLocation.php b/src/Generated/Models/PrinterLocation.php index 879fcc1c1fc..fbfcc5fcc0c 100644 --- a/src/Generated/Models/PrinterLocation.php +++ b/src/Generated/Models/PrinterLocation.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAltitudeInMeters(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -354,8 +354,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -370,8 +370,8 @@ public function setAltitudeInMeters(?int $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/PrinterShareViewpoint.php b/src/Generated/Models/PrinterShareViewpoint.php index fda62b0dfa1..e63ddf3581a 100644 --- a/src/Generated/Models/PrinterShareViewpoint.php +++ b/src/Generated/Models/PrinterShareViewpoint.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrinterStatus.php b/src/Generated/Models/PrinterStatus.php index f321b4125bd..599707fe4d5 100644 --- a/src/Generated/Models/PrinterStatus.php +++ b/src/Generated/Models/PrinterStatus.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Print } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Privacy.php b/src/Generated/Models/Privacy.php index f062a86c4f5..78ea207e5b3 100644 --- a/src/Generated/Models/Privacy.php +++ b/src/Generated/Models/Privacy.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Priva } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PrivacyProfile.php b/src/Generated/Models/PrivacyProfile.php index 9caff9f5b23..6f364e1f11b 100644 --- a/src/Generated/Models/PrivacyProfile.php +++ b/src/Generated/Models/PrivacyProfile.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Priva } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Process.php b/src/Generated/Models/Process.php index e4a9e34cc82..e91f341332b 100644 --- a/src/Generated/Models/Process.php +++ b/src/Generated/Models/Process.php @@ -48,7 +48,7 @@ public function getAccountName(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -265,16 +265,16 @@ public function setAccountName(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Prompt.php b/src/Generated/Models/Prompt.php index 9db2b93be85..cbe1451f46f 100644 --- a/src/Generated/Models/Prompt.php +++ b/src/Generated/Models/Prompt.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Promp } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -95,16 +95,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ProvisionChannelEmailResult.php b/src/Generated/Models/ProvisionChannelEmailResult.php index 9217ca7ab79..9cd547ecd0a 100644 --- a/src/Generated/Models/ProvisionChannelEmailResult.php +++ b/src/Generated/Models/ProvisionChannelEmailResult.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Provi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ProvisionedPlan.php b/src/Generated/Models/ProvisionedPlan.php index db236f63d4d..f6d1972ceaf 100644 --- a/src/Generated/Models/ProvisionedPlan.php +++ b/src/Generated/Models/ProvisionedPlan.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Provi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ProvisioningErrorInfo.php b/src/Generated/Models/ProvisioningErrorInfo.php index 6e8cee5fbe5..4d0db6cc34e 100644 --- a/src/Generated/Models/ProvisioningErrorInfo.php +++ b/src/Generated/Models/ProvisioningErrorInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Provi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAdditionalDetails(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,8 +158,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -174,8 +174,8 @@ public function setAdditionalDetails(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ProvisioningStatusInfo.php b/src/Generated/Models/ProvisioningStatusInfo.php index 98540d6e661..845dd950bba 100644 --- a/src/Generated/Models/ProvisioningStatusInfo.php +++ b/src/Generated/Models/ProvisioningStatusInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Provi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ProvisioningStep.php b/src/Generated/Models/ProvisioningStep.php index f3037ee15c9..b4a9b736431 100644 --- a/src/Generated/Models/ProvisioningStep.php +++ b/src/Generated/Models/ProvisioningStep.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Provi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ProxiedDomain.php b/src/Generated/Models/ProxiedDomain.php index 23e21314ccf..34a920c5d70 100644 --- a/src/Generated/Models/ProxiedDomain.php +++ b/src/Generated/Models/ProxiedDomain.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Proxi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PublicClientApplication.php b/src/Generated/Models/PublicClientApplication.php index d4c675e52e2..3b7ea52f072 100644 --- a/src/Generated/Models/PublicClientApplication.php +++ b/src/Generated/Models/PublicClientApplication.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Publi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PublicError.php b/src/Generated/Models/PublicError.php index 7fe0647847d..254ada39a34 100644 --- a/src/Generated/Models/PublicError.php +++ b/src/Generated/Models/PublicError.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Publi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -161,16 +161,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PublicErrorDetail.php b/src/Generated/Models/PublicErrorDetail.php index 9d3ce14047a..e927d16cca1 100644 --- a/src/Generated/Models/PublicErrorDetail.php +++ b/src/Generated/Models/PublicErrorDetail.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Publi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PublicInnerError.php b/src/Generated/Models/PublicInnerError.php index 443e23df2a1..0a9207e1184 100644 --- a/src/Generated/Models/PublicInnerError.php +++ b/src/Generated/Models/PublicInnerError.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Publi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -147,16 +147,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/PublicationFacet.php b/src/Generated/Models/PublicationFacet.php index 4e97e8c7e80..76436e0dbfa 100644 --- a/src/Generated/Models/PublicationFacet.php +++ b/src/Generated/Models/PublicationFacet.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Publi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Quota.php b/src/Generated/Models/Quota.php index 606575a920a..5b3c66ce09f 100644 --- a/src/Generated/Models/Quota.php +++ b/src/Generated/Models/Quota.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Quota } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,16 +172,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RecentNotebook.php b/src/Generated/Models/RecentNotebook.php index 69f53ca2f1e..1e4c1be1125 100644 --- a/src/Generated/Models/RecentNotebook.php +++ b/src/Generated/Models/RecentNotebook.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Recen } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RecentNotebookLinks.php b/src/Generated/Models/RecentNotebookLinks.php index aa9f51576db..10993d00ce5 100644 --- a/src/Generated/Models/RecentNotebookLinks.php +++ b/src/Generated/Models/RecentNotebookLinks.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Recen } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Recipient.php b/src/Generated/Models/Recipient.php index 49d159078ae..5e63157badd 100644 --- a/src/Generated/Models/Recipient.php +++ b/src/Generated/Models/Recipient.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Recip } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -110,16 +110,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RecommendedAction.php b/src/Generated/Models/RecommendedAction.php index 65752f51657..9f4a773d7ed 100644 --- a/src/Generated/Models/RecommendedAction.php +++ b/src/Generated/Models/RecommendedAction.php @@ -47,7 +47,7 @@ public function getActionWebUrl(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -138,16 +138,16 @@ public function setActionWebUrl(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RecordingInfo.php b/src/Generated/Models/RecordingInfo.php index 8bcc4de9a27..d0bc035be3e 100644 --- a/src/Generated/Models/RecordingInfo.php +++ b/src/Generated/Models/RecordingInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Recor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RecurrencePattern.php b/src/Generated/Models/RecurrencePattern.php index 841ef34afec..e3def94cb78 100644 --- a/src/Generated/Models/RecurrencePattern.php +++ b/src/Generated/Models/RecurrencePattern.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Recur } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -189,16 +189,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RecurrenceRange.php b/src/Generated/Models/RecurrenceRange.php index df5ef7968dc..717a859798b 100644 --- a/src/Generated/Models/RecurrenceRange.php +++ b/src/Generated/Models/RecurrenceRange.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Recur } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RedirectUriSettings.php b/src/Generated/Models/RedirectUriSettings.php index 72eda7cffc6..2df144edc9a 100644 --- a/src/Generated/Models/RedirectUriSettings.php +++ b/src/Generated/Models/RedirectUriSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Redir } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ReferenceCreate.php b/src/Generated/Models/ReferenceCreate.php index eef8c0a44cb..68dc4e63e8f 100644 --- a/src/Generated/Models/ReferenceCreate.php +++ b/src/Generated/Models/ReferenceCreate.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Refer } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ReferenceUpdate.php b/src/Generated/Models/ReferenceUpdate.php index c1d9a7693fd..fe1945fa9f0 100644 --- a/src/Generated/Models/ReferenceUpdate.php +++ b/src/Generated/Models/ReferenceUpdate.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Refer } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ReferencedObject.php b/src/Generated/Models/ReferencedObject.php index 0e543075e3d..9714d3077c2 100644 --- a/src/Generated/Models/ReferencedObject.php +++ b/src/Generated/Models/ReferencedObject.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Refer } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RegistrationEnforcement.php b/src/Generated/Models/RegistrationEnforcement.php index 90dc1edd601..8d9e753fd7f 100644 --- a/src/Generated/Models/RegistrationEnforcement.php +++ b/src/Generated/Models/RegistrationEnforcement.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Regis } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAuthenticationMethodsRegistrationCampaign(): ?AuthenticationM } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,8 +102,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -118,8 +118,8 @@ public function setAuthenticationMethodsRegistrationCampaign(?AuthenticationMeth } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/RegistryKeyState.php b/src/Generated/Models/RegistryKeyState.php index 632136ea054..5fdc87db000 100644 --- a/src/Generated/Models/RegistryKeyState.php +++ b/src/Generated/Models/RegistryKeyState.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Regis } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,16 +228,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RelatedContact.php b/src/Generated/Models/RelatedContact.php index 79939ec96f7..f7b25d69d15 100644 --- a/src/Generated/Models/RelatedContact.php +++ b/src/Generated/Models/RelatedContact.php @@ -47,7 +47,7 @@ public function getAccessConsent(): ?bool { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -166,16 +166,16 @@ public function setAccessConsent(?bool $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Reminder.php b/src/Generated/Models/Reminder.php index 8c48327e6a8..6514a0012d1 100644 --- a/src/Generated/Models/Reminder.php +++ b/src/Generated/Models/Reminder.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -200,16 +200,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RemoteItem.php b/src/Generated/Models/RemoteItem.php index 72db8d8228e..4d839335cd2 100644 --- a/src/Generated/Models/RemoteItem.php +++ b/src/Generated/Models/RemoteItem.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remot } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -355,16 +355,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Report.php b/src/Generated/Models/Report.php index 9d3cfdb2d9c..87976174b1f 100644 --- a/src/Generated/Models/Report.php +++ b/src/Generated/Models/Report.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Repor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -106,16 +106,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ReportRoot.php b/src/Generated/Models/ReportRoot.php index 236770dfcc7..d0be395fdf0 100644 --- a/src/Generated/Models/ReportRoot.php +++ b/src/Generated/Models/ReportRoot.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Repor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAuthenticationMethods(): ?AuthenticationMethodsRoot { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -181,8 +181,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -197,8 +197,8 @@ public function setAuthenticationMethods(?AuthenticationMethodsRoot $value): voi } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/RequestSchedule.php b/src/Generated/Models/RequestSchedule.php index a8643d4e230..56bf29bab4e 100644 --- a/src/Generated/Models/RequestSchedule.php +++ b/src/Generated/Models/RequestSchedule.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reque } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RequestSignatureVerification.php b/src/Generated/Models/RequestSignatureVerification.php index c4cefb9a8cb..19c905d94db 100644 --- a/src/Generated/Models/RequestSignatureVerification.php +++ b/src/Generated/Models/RequestSignatureVerification.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reque } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAllowedWeakAlgorithms(): ?WeakAlgorithms { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setAllowedWeakAlgorithms(?WeakAlgorithms $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/RequiredResourceAccess.php b/src/Generated/Models/RequiredResourceAccess.php index 30b5992a0c9..e984080d9ac 100644 --- a/src/Generated/Models/RequiredResourceAccess.php +++ b/src/Generated/Models/RequiredResourceAccess.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Requi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ResourceAccess.php b/src/Generated/Models/ResourceAccess.php index ad3044f9902..3d3e710a838 100644 --- a/src/Generated/Models/ResourceAccess.php +++ b/src/Generated/Models/ResourceAccess.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resou } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ResourceAction.php b/src/Generated/Models/ResourceAction.php index f7e12ca4956..8a4985546d5 100644 --- a/src/Generated/Models/ResourceAction.php +++ b/src/Generated/Models/ResourceAction.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resou } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -66,7 +66,7 @@ public function getAllowedResourceActions(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -138,8 +138,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -154,8 +154,8 @@ public function setAllowedResourceActions(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ResourceReference.php b/src/Generated/Models/ResourceReference.php index 00d55f30942..2a384c1d3a3 100644 --- a/src/Generated/Models/ResourceReference.php +++ b/src/Generated/Models/ResourceReference.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resou } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ResourceSpecificPermission.php b/src/Generated/Models/ResourceSpecificPermission.php index b91608da8ed..195954eaf94 100644 --- a/src/Generated/Models/ResourceSpecificPermission.php +++ b/src/Generated/Models/ResourceSpecificPermission.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resou } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ResourceVisualization.php b/src/Generated/Models/ResourceVisualization.php index 095ba05371c..261620cfb1f 100644 --- a/src/Generated/Models/ResourceVisualization.php +++ b/src/Generated/Models/ResourceVisualization.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resou } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -200,16 +200,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ResponseStatus.php b/src/Generated/Models/ResponseStatus.php index 2fd612f832b..f35cf8c8f59 100644 --- a/src/Generated/Models/ResponseStatus.php +++ b/src/Generated/Models/ResponseStatus.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Respo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ResultInfo.php b/src/Generated/Models/ResultInfo.php index 1bf35585b61..a0e6262f25b 100644 --- a/src/Generated/Models/ResultInfo.php +++ b/src/Generated/Models/ResultInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resul } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ResultTemplateOption.php b/src/Generated/Models/ResultTemplateOption.php index 6c8782e320d..7c761587d37 100644 --- a/src/Generated/Models/ResultTemplateOption.php +++ b/src/Generated/Models/ResultTemplateOption.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resul } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RgbColor.php b/src/Generated/Models/RgbColor.php index 52c1fd0459a..ef807330276 100644 --- a/src/Generated/Models/RgbColor.php +++ b/src/Generated/Models/RgbColor.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RgbCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getB(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,8 +133,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -149,8 +149,8 @@ public function setB(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/RiskServicePrincipalActivity.php b/src/Generated/Models/RiskServicePrincipalActivity.php index 5973952dcf8..813d12bbc75 100644 --- a/src/Generated/Models/RiskServicePrincipalActivity.php +++ b/src/Generated/Models/RiskServicePrincipalActivity.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RiskS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -126,16 +126,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RiskUserActivity.php b/src/Generated/Models/RiskUserActivity.php index 91da8456ddc..1dadfc864b7 100644 --- a/src/Generated/Models/RiskUserActivity.php +++ b/src/Generated/Models/RiskUserActivity.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RiskU } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -126,16 +126,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RoleManagement.php b/src/Generated/Models/RoleManagement.php index dd3f10d25a0..9ab092f768d 100644 --- a/src/Generated/Models/RoleManagement.php +++ b/src/Generated/Models/RoleManagement.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RoleM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RolePermission.php b/src/Generated/Models/RolePermission.php index 08ece8f5c0d..2088722ed98 100644 --- a/src/Generated/Models/RolePermission.php +++ b/src/Generated/Models/RolePermission.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RoleP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -108,16 +108,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Root.php b/src/Generated/Models/Root.php index 47b7e6987ef..187c70ba599 100644 --- a/src/Generated/Models/Root.php +++ b/src/Generated/Models/Root.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Root } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RubricCriterion.php b/src/Generated/Models/RubricCriterion.php index 79e905f793c..d72174f771a 100644 --- a/src/Generated/Models/RubricCriterion.php +++ b/src/Generated/Models/RubricCriterion.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Rubri } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RubricLevel.php b/src/Generated/Models/RubricLevel.php index 1920904c81a..5bace464e0f 100644 --- a/src/Generated/Models/RubricLevel.php +++ b/src/Generated/Models/RubricLevel.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Rubri } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RubricQuality.php b/src/Generated/Models/RubricQuality.php index 2011be41dd9..2393ff9d598 100644 --- a/src/Generated/Models/RubricQuality.php +++ b/src/Generated/Models/RubricQuality.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Rubri } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -161,16 +161,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RubricQualityFeedbackModel.php b/src/Generated/Models/RubricQualityFeedbackModel.php index b3c6244f827..435eb88bcc1 100644 --- a/src/Generated/Models/RubricQualityFeedbackModel.php +++ b/src/Generated/Models/RubricQualityFeedbackModel.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Rubri } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/RubricQualitySelectedColumnModel.php b/src/Generated/Models/RubricQualitySelectedColumnModel.php index 3ac19d00c31..80bb2756cb9 100644 --- a/src/Generated/Models/RubricQualitySelectedColumnModel.php +++ b/src/Generated/Models/RubricQualitySelectedColumnModel.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Rubri } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SamlSingleSignOnSettings.php b/src/Generated/Models/SamlSingleSignOnSettings.php index 88b50b495ec..fe109c5dc2a 100644 --- a/src/Generated/Models/SamlSingleSignOnSettings.php +++ b/src/Generated/Models/SamlSingleSignOnSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SamlS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ScheduleEntity.php b/src/Generated/Models/ScheduleEntity.php index f3e6d5643d2..5050b4479c4 100644 --- a/src/Generated/Models/ScheduleEntity.php +++ b/src/Generated/Models/ScheduleEntity.php @@ -45,7 +45,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Sched } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -58,7 +58,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -140,16 +140,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ScheduleInformation.php b/src/Generated/Models/ScheduleInformation.php index 26f0599132c..2644900b830 100644 --- a/src/Generated/Models/ScheduleInformation.php +++ b/src/Generated/Models/ScheduleInformation.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Sched } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAvailabilityView(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -161,8 +161,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -177,8 +177,8 @@ public function setAvailabilityView(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ScheduleItem.php b/src/Generated/Models/ScheduleItem.php index 1c0dd0691e8..04a81500a27 100644 --- a/src/Generated/Models/ScheduleItem.php +++ b/src/Generated/Models/ScheduleItem.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Sched } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,16 +172,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ScoredEmailAddress.php b/src/Generated/Models/ScoredEmailAddress.php index d583a48d188..6183b61faf6 100644 --- a/src/Generated/Models/ScoredEmailAddress.php +++ b/src/Generated/Models/ScoredEmailAddress.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Score } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAddress(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,8 +144,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -160,8 +160,8 @@ public function setAddress(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/SearchAggregation.php b/src/Generated/Models/SearchAggregation.php index 06fa5414bf6..4446d8a6506 100644 --- a/src/Generated/Models/SearchAggregation.php +++ b/src/Generated/Models/SearchAggregation.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SearchAlteration.php b/src/Generated/Models/SearchAlteration.php index 7663b61c000..58a781d6982 100644 --- a/src/Generated/Models/SearchAlteration.php +++ b/src/Generated/Models/SearchAlteration.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -87,7 +87,7 @@ public function getAlteredQueryTokens(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,8 +133,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -165,8 +165,8 @@ public function setAlteredQueryTokens(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/SearchAlterationOptions.php b/src/Generated/Models/SearchAlterationOptions.php index 3c461693c88..b685a7546a1 100644 --- a/src/Generated/Models/SearchAlterationOptions.php +++ b/src/Generated/Models/SearchAlterationOptions.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SearchBucket.php b/src/Generated/Models/SearchBucket.php index fcd35ea4826..bfb911098fa 100644 --- a/src/Generated/Models/SearchBucket.php +++ b/src/Generated/Models/SearchBucket.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAggregationFilterToken(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAggregationFilterToken(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/SearchHit.php b/src/Generated/Models/SearchHit.php index 3a71500e92d..9982469bcf8 100644 --- a/src/Generated/Models/SearchHit.php +++ b/src/Generated/Models/SearchHit.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -186,16 +186,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SearchHitsContainer.php b/src/Generated/Models/SearchHitsContainer.php index fa23ae85590..cc499ef39c8 100644 --- a/src/Generated/Models/SearchHitsContainer.php +++ b/src/Generated/Models/SearchHitsContainer.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAggregations(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -149,8 +149,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -165,8 +165,8 @@ public function setAggregations(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/SearchQuery.php b/src/Generated/Models/SearchQuery.php index 58fd5ff82ce..82685be71ce 100644 --- a/src/Generated/Models/SearchQuery.php +++ b/src/Generated/Models/SearchQuery.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SearchRequest.php b/src/Generated/Models/SearchRequest.php index 53a8701836f..402555c1498 100644 --- a/src/Generated/Models/SearchRequest.php +++ b/src/Generated/Models/SearchRequest.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -77,7 +77,7 @@ public function getAggregations(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -334,8 +334,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -358,8 +358,8 @@ public function setAggregations(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/SearchResponse.php b/src/Generated/Models/SearchResponse.php index 4c870c44b2e..594ad0ed75b 100644 --- a/src/Generated/Models/SearchResponse.php +++ b/src/Generated/Models/SearchResponse.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -156,16 +156,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SearchResult.php b/src/Generated/Models/SearchResult.php index e942d30959e..19b7f41598d 100644 --- a/src/Generated/Models/SearchResult.php +++ b/src/Generated/Models/SearchResult.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Searc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SectionLinks.php b/src/Generated/Models/SectionLinks.php index d6b95c84fa8..aa85f67b97c 100644 --- a/src/Generated/Models/SectionLinks.php +++ b/src/Generated/Models/SectionLinks.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Secti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SecureScoreControlStateUpdate.php b/src/Generated/Models/SecureScoreControlStateUpdate.php index 6e44bc710b6..7992d32d90a 100644 --- a/src/Generated/Models/SecureScoreControlStateUpdate.php +++ b/src/Generated/Models/SecureScoreControlStateUpdate.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Secur } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAssignedTo(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,8 +159,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -175,8 +175,8 @@ public function setAssignedTo(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/Security/AlertComment.php b/src/Generated/Models/Security/AlertComment.php index f2f678a337e..53ad8565e22 100644 --- a/src/Generated/Models/Security/AlertComment.php +++ b/src/Generated/Models/Security/AlertComment.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Alert } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/AlertEvidence.php b/src/Generated/Models/Security/AlertEvidence.php index 54a7fd1dacf..bde210294a9 100644 --- a/src/Generated/Models/Security/AlertEvidence.php +++ b/src/Generated/Models/Security/AlertEvidence.php @@ -63,7 +63,6 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Alert case '#microsoft.graph.security.processEvidence': return new ProcessEvidence(); case '#microsoft.graph.security.registryKeyEvidence': return new RegistryKeyEvidence(); case '#microsoft.graph.security.registryValueEvidence': return new RegistryValueEvidence(); - case '#microsoft.graph.security.securityGroupEvidence': return new SecurityGroupEvidence(); case '#microsoft.graph.security.urlEvidence': return new UrlEvidence(); case '#microsoft.graph.security.userEvidence': return new UserEvidence(); } @@ -72,7 +71,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Alert } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -85,7 +84,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -243,16 +242,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/AutonomousSystem.php b/src/Generated/Models/Security/AutonomousSystem.php index b7c6043f015..7718a1a8109 100644 --- a/src/Generated/Models/Security/AutonomousSystem.php +++ b/src/Generated/Models/Security/AutonomousSystem.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Auton } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/CvssSummary.php b/src/Generated/Models/Security/CvssSummary.php index 9dd3af0fd4b..3ef5d9ef95b 100644 --- a/src/Generated/Models/Security/CvssSummary.php +++ b/src/Generated/Models/Security/CvssSummary.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CvssS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/Dictionary.php b/src/Generated/Models/Security/Dictionary.php index 8c9dcd319d4..f4cbd1eb708 100644 --- a/src/Generated/Models/Security/Dictionary.php +++ b/src/Generated/Models/Security/Dictionary.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dicti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/EmailSender.php b/src/Generated/Models/Security/EmailSender.php index 1fd63256c70..6e1ce87abf1 100644 --- a/src/Generated/Models/Security/EmailSender.php +++ b/src/Generated/Models/Security/EmailSender.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Email } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/EventPropagationResult.php b/src/Generated/Models/Security/EventPropagationResult.php index 7dce0cacde6..21b6aecbc61 100644 --- a/src/Generated/Models/Security/EventPropagationResult.php +++ b/src/Generated/Models/Security/EventPropagationResult.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Event } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/EventQuery.php b/src/Generated/Models/Security/EventQuery.php index a0de365920c..9413a2c2a22 100644 --- a/src/Generated/Models/Security/EventQuery.php +++ b/src/Generated/Models/Security/EventQuery.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Event } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/ExportFileMetadata.php b/src/Generated/Models/Security/ExportFileMetadata.php index 6517efff57f..4e6702e7a47 100644 --- a/src/Generated/Models/Security/ExportFileMetadata.php +++ b/src/Generated/Models/Security/ExportFileMetadata.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Expor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/FileDetails.php b/src/Generated/Models/Security/FileDetails.php index f716febcf1e..1007706a262 100644 --- a/src/Generated/Models/Security/FileDetails.php +++ b/src/Generated/Models/Security/FileDetails.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FileD } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -200,16 +200,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/FileHash.php b/src/Generated/Models/Security/FileHash.php index a53ec88d7d6..e13d61847da 100644 --- a/src/Generated/Models/Security/FileHash.php +++ b/src/Generated/Models/Security/FileHash.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FileH } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAlgorithm(): ?FileHashAlgorithm { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setAlgorithm(?FileHashAlgorithm $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/Security/FormattedContent.php b/src/Generated/Models/Security/FormattedContent.php index db9b4c17fde..b85c4121e86 100644 --- a/src/Generated/Models/Security/FormattedContent.php +++ b/src/Generated/Models/Security/FormattedContent.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forma } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/HostReputationRule.php b/src/Generated/Models/Security/HostReputationRule.php index c84adc4631a..52d511752b1 100644 --- a/src/Generated/Models/Security/HostReputationRule.php +++ b/src/Generated/Models/Security/HostReputationRule.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): HostR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/HostSslCertificatePort.php b/src/Generated/Models/Security/HostSslCertificatePort.php index 936d92ce41b..b09b153966f 100644 --- a/src/Generated/Models/Security/HostSslCertificatePort.php +++ b/src/Generated/Models/Security/HostSslCertificatePort.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): HostS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/HuntingQueryResults.php b/src/Generated/Models/Security/HuntingQueryResults.php index 5115a05681c..a3a6d62a1ed 100644 --- a/src/Generated/Models/Security/HuntingQueryResults.php +++ b/src/Generated/Models/Security/HuntingQueryResults.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Hunti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/HuntingRowResult.php b/src/Generated/Models/Security/HuntingRowResult.php index 3449938f527..cf5d0393478 100644 --- a/src/Generated/Models/Security/HuntingRowResult.php +++ b/src/Generated/Models/Security/HuntingRowResult.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Hunti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/Hyperlink.php b/src/Generated/Models/Security/Hyperlink.php index 48c1f1d7155..cf7d3adb348 100644 --- a/src/Generated/Models/Security/Hyperlink.php +++ b/src/Generated/Models/Security/Hyperlink.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Hyper } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/IntelligenceProfileCountryOrRegionOfOrigin.php b/src/Generated/Models/Security/IntelligenceProfileCountryOrRegionOfOrigin.php index 3d949e14704..61ca577e77c 100644 --- a/src/Generated/Models/Security/IntelligenceProfileCountryOrRegionOfOrigin.php +++ b/src/Generated/Models/Security/IntelligenceProfileCountryOrRegionOfOrigin.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Intel } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/KubernetesServicePort.php b/src/Generated/Models/Security/KubernetesServicePort.php index 173f44608f8..ce8c2e1ea73 100644 --- a/src/Generated/Models/Security/KubernetesServicePort.php +++ b/src/Generated/Models/Security/KubernetesServicePort.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Kuber } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAppProtocol(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,8 +172,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -188,8 +188,8 @@ public function setAppProtocol(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/Security/LoggedOnUser.php b/src/Generated/Models/Security/LoggedOnUser.php index d175ccbbfae..589a5408749 100644 --- a/src/Generated/Models/Security/LoggedOnUser.php +++ b/src/Generated/Models/Security/LoggedOnUser.php @@ -47,7 +47,7 @@ public function getAccountName(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -124,16 +124,16 @@ public function setAccountName(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/OcrSettings.php b/src/Generated/Models/Security/OcrSettings.php index 9a68832d035..318fa9fb4f9 100644 --- a/src/Generated/Models/Security/OcrSettings.php +++ b/src/Generated/Models/Security/OcrSettings.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): OcrSe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/RedundancyDetectionSettings.php b/src/Generated/Models/Security/RedundancyDetectionSettings.php index 71ca9099a36..64315193647 100644 --- a/src/Generated/Models/Security/RedundancyDetectionSettings.php +++ b/src/Generated/Models/Security/RedundancyDetectionSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Redun } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/RetentionEventStatus.php b/src/Generated/Models/Security/RetentionEventStatus.php index 61fa3805c23..4e2b1c7d11e 100644 --- a/src/Generated/Models/Security/RetentionEventStatus.php +++ b/src/Generated/Models/Security/RetentionEventStatus.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reten } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/SecurityGroupEvidence.php b/src/Generated/Models/Security/SecurityGroupEvidence.php deleted file mode 100644 index 17a00ca36ed..00000000000 --- a/src/Generated/Models/Security/SecurityGroupEvidence.php +++ /dev/null @@ -1,90 +0,0 @@ -setOdataType('#microsoft.graph.security.securityGroupEvidence'); - } - - /** - * 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 SecurityGroupEvidence - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): SecurityGroupEvidence { - return new SecurityGroupEvidence(); - } - - /** - * Gets the displayName property value. The name of the security group. - * @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 array_merge(parent::getFieldDeserializers(), [ - 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), - 'securityGroupId' => fn(ParseNode $n) => $o->setSecurityGroupId($n->getStringValue()), - ]); - } - - /** - * Gets the securityGroupId property value. Unique identifier of the security group. - * @return string|null - */ - public function getSecurityGroupId(): ?string { - $val = $this->getBackingStore()->get('securityGroupId'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityGroupId'"); - } - - /** - * 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('securityGroupId', $this->getSecurityGroupId()); - } - - /** - * Sets the displayName property value. The name of the security group. - * @param string|null $value Value to set for the displayName property. - */ - public function setDisplayName(?string $value): void { - $this->getBackingStore()->set('displayName', $value); - } - - /** - * Sets the securityGroupId property value. Unique identifier of the security group. - * @param string|null $value Value to set for the securityGroupId property. - */ - public function setSecurityGroupId(?string $value): void { - $this->getBackingStore()->set('securityGroupId', $value); - } - -} diff --git a/src/Generated/Models/Security/SinglePropertySchema.php b/src/Generated/Models/Security/SinglePropertySchema.php index 25155be7c1b..45a5d5c367c 100644 --- a/src/Generated/Models/Security/SinglePropertySchema.php +++ b/src/Generated/Models/Security/SinglePropertySchema.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Singl } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/SslCertificateEntity.php b/src/Generated/Models/Security/SslCertificateEntity.php index 5bc222989a1..770b3b6570f 100644 --- a/src/Generated/Models/Security/SslCertificateEntity.php +++ b/src/Generated/Models/Security/SslCertificateEntity.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SslCe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -76,7 +76,7 @@ public function getAlternateNames(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -225,8 +225,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -249,8 +249,8 @@ public function setAlternateNames(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/Security/TopicModelingSettings.php b/src/Generated/Models/Security/TopicModelingSettings.php index a2da52838cc..70d223affe6 100644 --- a/src/Generated/Models/Security/TopicModelingSettings.php +++ b/src/Generated/Models/Security/TopicModelingSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Topic } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/UserAccount.php b/src/Generated/Models/Security/UserAccount.php index a94eebb0385..8887f6adac6 100644 --- a/src/Generated/Models/Security/UserAccount.php +++ b/src/Generated/Models/Security/UserAccount.php @@ -47,7 +47,7 @@ public function getAccountName(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getAzureAdUserId(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -180,8 +180,8 @@ public function setAccountName(?string $value): void { } /** - * 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. + * 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); @@ -196,8 +196,8 @@ public function setAzureAdUserId(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/Security/VmMetadata.php b/src/Generated/Models/Security/VmMetadata.php index e8d78fa72ba..59b968f18ad 100644 --- a/src/Generated/Models/Security/VmMetadata.php +++ b/src/Generated/Models/Security/VmMetadata.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): VmMet } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Security/WhoisContact.php b/src/Generated/Models/Security/WhoisContact.php index 42330b3fb2d..df88e8bec97 100644 --- a/src/Generated/Models/Security/WhoisContact.php +++ b/src/Generated/Models/Security/WhoisContact.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Whois } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAddress(): ?PhysicalAddress { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,8 +173,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -189,8 +189,8 @@ public function setAddress(?PhysicalAddress $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/Security/WhoisNameserver.php b/src/Generated/Models/Security/WhoisNameserver.php index 525d23dc4cc..062452d8742 100644 --- a/src/Generated/Models/Security/WhoisNameserver.php +++ b/src/Generated/Models/Security/WhoisNameserver.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Whois } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SecurityResource.php b/src/Generated/Models/SecurityResource.php index aa17b6f55c4..231de9ae226 100644 --- a/src/Generated/Models/SecurityResource.php +++ b/src/Generated/Models/SecurityResource.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Secur } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SecurityVendorInformation.php b/src/Generated/Models/SecurityVendorInformation.php index 7f9c40360b3..0c193abb197 100644 --- a/src/Generated/Models/SecurityVendorInformation.php +++ b/src/Generated/Models/SecurityVendorInformation.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Secur } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SelfServiceSignUpAuthenticationFlowConfiguration.php b/src/Generated/Models/SelfServiceSignUpAuthenticationFlowConfiguration.php index a3fd4b707ea..7e473244714 100644 --- a/src/Generated/Models/SelfServiceSignUpAuthenticationFlowConfiguration.php +++ b/src/Generated/Models/SelfServiceSignUpAuthenticationFlowConfiguration.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SelfS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SelfSignedCertificate.php b/src/Generated/Models/SelfSignedCertificate.php index 3259e544555..7c9f6d09d2a 100644 --- a/src/Generated/Models/SelfSignedCertificate.php +++ b/src/Generated/Models/SelfSignedCertificate.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SelfS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -216,16 +216,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SensitivityLabelAssignment.php b/src/Generated/Models/SensitivityLabelAssignment.php index c45d8a95c9a..464c279ed9c 100644 --- a/src/Generated/Models/SensitivityLabelAssignment.php +++ b/src/Generated/Models/SensitivityLabelAssignment.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Sensi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAssignmentMethod(): ?SensitivityLabelAssignmentMethod { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAssignmentMethod(?SensitivityLabelAssignmentMethod $value): v } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ServiceHealthIssuePost.php b/src/Generated/Models/ServiceHealthIssuePost.php index 92a22d37838..5dafa4924dc 100644 --- a/src/Generated/Models/ServiceHealthIssuePost.php +++ b/src/Generated/Models/ServiceHealthIssuePost.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Servi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -131,16 +131,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ServicePlanInfo.php b/src/Generated/Models/ServicePlanInfo.php index b95f494cc84..6c029dba910 100644 --- a/src/Generated/Models/ServicePlanInfo.php +++ b/src/Generated/Models/ServicePlanInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Servi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAppliesTo(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,8 +144,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -160,8 +160,8 @@ public function setAppliesTo(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ServicePrincipalLockConfiguration.php b/src/Generated/Models/ServicePrincipalLockConfiguration.php index 9359e8c0118..4c9ccff7d75 100644 --- a/src/Generated/Models/ServicePrincipalLockConfiguration.php +++ b/src/Generated/Models/ServicePrincipalLockConfiguration.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Servi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAllProperties(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,8 +158,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -174,8 +174,8 @@ public function setAllProperties(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ServiceProvisioningError.php b/src/Generated/Models/ServiceProvisioningError.php index fcd5d5b537c..5555643326b 100644 --- a/src/Generated/Models/ServiceProvisioningError.php +++ b/src/Generated/Models/ServiceProvisioningError.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Servi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -138,16 +138,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ServiceUpdateMessageViewpoint.php b/src/Generated/Models/ServiceUpdateMessageViewpoint.php index dc5dfc67dff..90587fc9021 100644 --- a/src/Generated/Models/ServiceUpdateMessageViewpoint.php +++ b/src/Generated/Models/ServiceUpdateMessageViewpoint.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Servi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SettingSource.php b/src/Generated/Models/SettingSource.php index ed47bbdb7de..0d2d18c0707 100644 --- a/src/Generated/Models/SettingSource.php +++ b/src/Generated/Models/SettingSource.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Setti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SettingTemplateValue.php b/src/Generated/Models/SettingTemplateValue.php index 04ab3566a0c..9fd02953000 100644 --- a/src/Generated/Models/SettingTemplateValue.php +++ b/src/Generated/Models/SettingTemplateValue.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Setti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SettingValue.php b/src/Generated/Models/SettingValue.php index 4f224e845ed..494d29213e8 100644 --- a/src/Generated/Models/SettingValue.php +++ b/src/Generated/Models/SettingValue.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Setti } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SharePointOneDriveOptions.php b/src/Generated/Models/SharePointOneDriveOptions.php index ac7f1db0d5c..993f9fb9b53 100644 --- a/src/Generated/Models/SharePointOneDriveOptions.php +++ b/src/Generated/Models/SharePointOneDriveOptions.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Share } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Shared.php b/src/Generated/Models/Shared.php index 38c8e6a1379..f86e5e659a9 100644 --- a/src/Generated/Models/Shared.php +++ b/src/Generated/Models/Shared.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Share } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SharedPCAccountManagerPolicy.php b/src/Generated/Models/SharedPCAccountManagerPolicy.php index 4477c0a8022..3089f8b8d2c 100644 --- a/src/Generated/Models/SharedPCAccountManagerPolicy.php +++ b/src/Generated/Models/SharedPCAccountManagerPolicy.php @@ -50,7 +50,7 @@ public function getAccountDeletionPolicy(): ?SharedPCAccountDeletionPolicyType { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -155,16 +155,16 @@ public function setAccountDeletionPolicy(?SharedPCAccountDeletionPolicyType $val } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SharepointIds.php b/src/Generated/Models/SharepointIds.php index 80ac673d94b..a1d84cd7de5 100644 --- a/src/Generated/Models/SharepointIds.php +++ b/src/Generated/Models/SharepointIds.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Share } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -186,16 +186,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SharingDetail.php b/src/Generated/Models/SharingDetail.php index b77d5e2e3f4..109f49bc247 100644 --- a/src/Generated/Models/SharingDetail.php +++ b/src/Generated/Models/SharingDetail.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Shari } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SharingInvitation.php b/src/Generated/Models/SharingInvitation.php index 4c5cccc5651..65a7e1e0d91 100644 --- a/src/Generated/Models/SharingInvitation.php +++ b/src/Generated/Models/SharingInvitation.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Shari } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SharingLink.php b/src/Generated/Models/SharingLink.php index 2be256a07e5..c31e5045e25 100644 --- a/src/Generated/Models/SharingLink.php +++ b/src/Generated/Models/SharingLink.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Shari } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getApplication(): ?Identity { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,8 +172,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -188,8 +188,8 @@ public function setApplication(?Identity $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ShiftActivity.php b/src/Generated/Models/ShiftActivity.php index f76c6099750..bf19e1f91fe 100644 --- a/src/Generated/Models/ShiftActivity.php +++ b/src/Generated/Models/ShiftActivity.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Shift } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ShiftAvailability.php b/src/Generated/Models/ShiftAvailability.php index 4f1c4a50428..5e94bc3bb35 100644 --- a/src/Generated/Models/ShiftAvailability.php +++ b/src/Generated/Models/ShiftAvailability.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Shift } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SignInActivity.php b/src/Generated/Models/SignInActivity.php index 995867be2df..9e8d31fb782 100644 --- a/src/Generated/Models/SignInActivity.php +++ b/src/Generated/Models/SignInActivity.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SignI } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SignInLocation.php b/src/Generated/Models/SignInLocation.php index d897cc71208..81df2adb32d 100644 --- a/src/Generated/Models/SignInLocation.php +++ b/src/Generated/Models/SignInLocation.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SignI } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SignInStatus.php b/src/Generated/Models/SignInStatus.php index 68170ac500b..e2b7881a15a 100644 --- a/src/Generated/Models/SignInStatus.php +++ b/src/Generated/Models/SignInStatus.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SignI } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAdditionalDetails(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAdditionalDetails(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/SigningCertificateUpdateStatus.php b/src/Generated/Models/SigningCertificateUpdateStatus.php index 6aff4ce805a..f93a7979164 100644 --- a/src/Generated/Models/SigningCertificateUpdateStatus.php +++ b/src/Generated/Models/SigningCertificateUpdateStatus.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Signi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SimulationEvent.php b/src/Generated/Models/SimulationEvent.php index a47f3ddb39a..0a78457bf9f 100644 --- a/src/Generated/Models/SimulationEvent.php +++ b/src/Generated/Models/SimulationEvent.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Simul } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SimulationEventsContent.php b/src/Generated/Models/SimulationEventsContent.php index 13b6d6c4edc..6164a2fb630 100644 --- a/src/Generated/Models/SimulationEventsContent.php +++ b/src/Generated/Models/SimulationEventsContent.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Simul } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SimulationReport.php b/src/Generated/Models/SimulationReport.php index b762324afa8..3908ba197ef 100644 --- a/src/Generated/Models/SimulationReport.php +++ b/src/Generated/Models/SimulationReport.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Simul } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SimulationReportOverview.php b/src/Generated/Models/SimulationReportOverview.php index 4559845e7df..b25c92e3629 100644 --- a/src/Generated/Models/SimulationReportOverview.php +++ b/src/Generated/Models/SimulationReportOverview.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Simul } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -147,16 +147,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SiteCollection.php b/src/Generated/Models/SiteCollection.php index 19ed9f974bc..580f41a3365 100644 --- a/src/Generated/Models/SiteCollection.php +++ b/src/Generated/Models/SiteCollection.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SiteC } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SizeRange.php b/src/Generated/Models/SizeRange.php index 6690ace954c..60eed9f8c15 100644 --- a/src/Generated/Models/SizeRange.php +++ b/src/Generated/Models/SizeRange.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SizeR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SolutionsRoot.php b/src/Generated/Models/SolutionsRoot.php index eb565209bc2..1f26e6beda7 100644 --- a/src/Generated/Models/SolutionsRoot.php +++ b/src/Generated/Models/SolutionsRoot.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Solut } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SortProperty.php b/src/Generated/Models/SortProperty.php index b22217a316a..f124cbb0af0 100644 --- a/src/Generated/Models/SortProperty.php +++ b/src/Generated/Models/SortProperty.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SortP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SpaApplication.php b/src/Generated/Models/SpaApplication.php index 941fe8e8be1..409474ed5f1 100644 --- a/src/Generated/Models/SpaApplication.php +++ b/src/Generated/Models/SpaApplication.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SpaAp } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SpecialFolder.php b/src/Generated/Models/SpecialFolder.php index f9495d32063..a7b31a63f58 100644 --- a/src/Generated/Models/SpecialFolder.php +++ b/src/Generated/Models/SpecialFolder.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Speci } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/StaffAvailabilityItem.php b/src/Generated/Models/StaffAvailabilityItem.php index 18b1ecc2460..5d7b5c5315d 100644 --- a/src/Generated/Models/StaffAvailabilityItem.php +++ b/src/Generated/Models/StaffAvailabilityItem.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Staff } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAvailabilityItems(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,8 +119,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -135,8 +135,8 @@ public function setAvailabilityItems(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/StandardTimeZoneOffset.php b/src/Generated/Models/StandardTimeZoneOffset.php index 89b38ed84e0..e70983e3f34 100644 --- a/src/Generated/Models/StandardTimeZoneOffset.php +++ b/src/Generated/Models/StandardTimeZoneOffset.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Stand } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -166,16 +166,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/StoragePlanInformation.php b/src/Generated/Models/StoragePlanInformation.php index c47a3f9d3ff..5b151b8646b 100644 --- a/src/Generated/Models/StoragePlanInformation.php +++ b/src/Generated/Models/StoragePlanInformation.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Stora } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/StringKeyAttributeMappingSourceValuePair.php b/src/Generated/Models/StringKeyAttributeMappingSourceValuePair.php index 1efc6696d0b..04b117cd92e 100644 --- a/src/Generated/Models/StringKeyAttributeMappingSourceValuePair.php +++ b/src/Generated/Models/StringKeyAttributeMappingSourceValuePair.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Strin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/StringKeyLongValuePair.php b/src/Generated/Models/StringKeyLongValuePair.php index 21513566065..c89463b5290 100644 --- a/src/Generated/Models/StringKeyLongValuePair.php +++ b/src/Generated/Models/StringKeyLongValuePair.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Strin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/StringKeyObjectValuePair.php b/src/Generated/Models/StringKeyObjectValuePair.php index 338b94d7264..151dd74bf89 100644 --- a/src/Generated/Models/StringKeyObjectValuePair.php +++ b/src/Generated/Models/StringKeyObjectValuePair.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Strin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/StringKeyStringValuePair.php b/src/Generated/Models/StringKeyStringValuePair.php index ed2d6a13351..6829e6936b4 100644 --- a/src/Generated/Models/StringKeyStringValuePair.php +++ b/src/Generated/Models/StringKeyStringValuePair.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Strin } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SubjectRightsRequestDetail.php b/src/Generated/Models/SubjectRightsRequestDetail.php index e92de071c53..a95a6468110 100644 --- a/src/Generated/Models/SubjectRightsRequestDetail.php +++ b/src/Generated/Models/SubjectRightsRequestDetail.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Subje } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -191,16 +191,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SubjectRightsRequestHistory.php b/src/Generated/Models/SubjectRightsRequestHistory.php index f960f610a3a..8456906cd52 100644 --- a/src/Generated/Models/SubjectRightsRequestHistory.php +++ b/src/Generated/Models/SubjectRightsRequestHistory.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Subje } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SubjectRightsRequestMailboxLocation.php b/src/Generated/Models/SubjectRightsRequestMailboxLocation.php index f3c54004556..f9a5c461945 100644 --- a/src/Generated/Models/SubjectRightsRequestMailboxLocation.php +++ b/src/Generated/Models/SubjectRightsRequestMailboxLocation.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Subje } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -96,16 +96,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SubjectRightsRequestSiteLocation.php b/src/Generated/Models/SubjectRightsRequestSiteLocation.php index 0e405e47e7f..c2a41b74de8 100644 --- a/src/Generated/Models/SubjectRightsRequestSiteLocation.php +++ b/src/Generated/Models/SubjectRightsRequestSiteLocation.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Subje } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -96,16 +96,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SubjectRightsRequestStageDetail.php b/src/Generated/Models/SubjectRightsRequestStageDetail.php index 8fac134b924..34061e15643 100644 --- a/src/Generated/Models/SubjectRightsRequestStageDetail.php +++ b/src/Generated/Models/SubjectRightsRequestStageDetail.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Subje } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SubjectSet.php b/src/Generated/Models/SubjectSet.php index ff68a22d3a1..400a37bcb3c 100644 --- a/src/Generated/Models/SubjectSet.php +++ b/src/Generated/Models/SubjectSet.php @@ -53,7 +53,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Subje } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -66,7 +66,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -106,16 +106,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SubscribedSku.php b/src/Generated/Models/SubscribedSku.php index 2d960f8b816..39eaefecd58 100644 --- a/src/Generated/Models/SubscribedSku.php +++ b/src/Generated/Models/SubscribedSku.php @@ -62,7 +62,7 @@ public function getAppliesTo(): ?string { } /** - * Gets the capabilityStatus property value. Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer cancelled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. + * Gets the capabilityStatus property value. Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. * @return string|null */ public function getCapabilityStatus(): ?string { @@ -219,7 +219,7 @@ public function setAppliesTo(?string $value): void { } /** - * Sets the capabilityStatus property value. Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer cancelled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. + * Sets the capabilityStatus property value. Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. * @param string|null $value Value to set for the capabilityStatus property. */ public function setCapabilityStatus(?string $value): void { diff --git a/src/Generated/Models/SynchronizationError.php b/src/Generated/Models/SynchronizationError.php index feed2600beb..ea1b31eb890 100644 --- a/src/Generated/Models/SynchronizationError.php +++ b/src/Generated/Models/SynchronizationError.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationJobApplicationParameters.php b/src/Generated/Models/SynchronizationJobApplicationParameters.php index 4a6b60465d6..a8e75e02b6a 100644 --- a/src/Generated/Models/SynchronizationJobApplicationParameters.php +++ b/src/Generated/Models/SynchronizationJobApplicationParameters.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationJobRestartCriteria.php b/src/Generated/Models/SynchronizationJobRestartCriteria.php index 8651a8541b2..cb143190934 100644 --- a/src/Generated/Models/SynchronizationJobRestartCriteria.php +++ b/src/Generated/Models/SynchronizationJobRestartCriteria.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationJobSubject.php b/src/Generated/Models/SynchronizationJobSubject.php index eeedf8b62d7..18158b5d98e 100644 --- a/src/Generated/Models/SynchronizationJobSubject.php +++ b/src/Generated/Models/SynchronizationJobSubject.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationLinkedObjects.php b/src/Generated/Models/SynchronizationLinkedObjects.php index 1782a192b14..e29157ad2e6 100644 --- a/src/Generated/Models/SynchronizationLinkedObjects.php +++ b/src/Generated/Models/SynchronizationLinkedObjects.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -135,16 +135,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationMetadataEntry.php b/src/Generated/Models/SynchronizationMetadataEntry.php index fa6d8aa03b0..e9345058dea 100644 --- a/src/Generated/Models/SynchronizationMetadataEntry.php +++ b/src/Generated/Models/SynchronizationMetadataEntry.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationProgress.php b/src/Generated/Models/SynchronizationProgress.php index 2c7949472a4..6da25c9700a 100644 --- a/src/Generated/Models/SynchronizationProgress.php +++ b/src/Generated/Models/SynchronizationProgress.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,16 +145,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationQuarantine.php b/src/Generated/Models/SynchronizationQuarantine.php index c4ebe26cede..fa558c273af 100644 --- a/src/Generated/Models/SynchronizationQuarantine.php +++ b/src/Generated/Models/SynchronizationQuarantine.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationRule.php b/src/Generated/Models/SynchronizationRule.php index fcdab5fb984..f642ae5ee7f 100644 --- a/src/Generated/Models/SynchronizationRule.php +++ b/src/Generated/Models/SynchronizationRule.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -233,16 +233,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationSchedule.php b/src/Generated/Models/SynchronizationSchedule.php index 9fea2972379..78fca2c6a1e 100644 --- a/src/Generated/Models/SynchronizationSchedule.php +++ b/src/Generated/Models/SynchronizationSchedule.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -132,16 +132,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationSecretKeyStringValuePair.php b/src/Generated/Models/SynchronizationSecretKeyStringValuePair.php index 2968428e9b1..70634130b8f 100644 --- a/src/Generated/Models/SynchronizationSecretKeyStringValuePair.php +++ b/src/Generated/Models/SynchronizationSecretKeyStringValuePair.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationStatus.php b/src/Generated/Models/SynchronizationStatus.php index 29104e544c9..c3b18b22be6 100644 --- a/src/Generated/Models/SynchronizationStatus.php +++ b/src/Generated/Models/SynchronizationStatus.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Synch } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -262,16 +262,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SynchronizationTaskExecution.php b/src/Generated/Models/SynchronizationTaskExecution.php index 9b5c54caf72..2a559099a4f 100644 --- a/src/Generated/Models/SynchronizationTaskExecution.php +++ b/src/Generated/Models/SynchronizationTaskExecution.php @@ -48,7 +48,7 @@ public function getActivityIdentifier(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -293,16 +293,16 @@ public function setActivityIdentifier(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/SystemFacet.php b/src/Generated/Models/SystemFacet.php index d2bf19f1ba3..7f404ba196f 100644 --- a/src/Generated/Models/SystemFacet.php +++ b/src/Generated/Models/SystemFacet.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Syste } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TargetResource.php b/src/Generated/Models/TargetResource.php index 4cc2db0d505..b7ef08909d9 100644 --- a/src/Generated/Models/TargetResource.php +++ b/src/Generated/Models/TargetResource.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Targe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -175,16 +175,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TeamFunSettings.php b/src/Generated/Models/TeamFunSettings.php index 733b815e305..a350efcdc39 100644 --- a/src/Generated/Models/TeamFunSettings.php +++ b/src/Generated/Models/TeamFunSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TeamF } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -84,7 +84,7 @@ public function getAllowStickersAndMemes(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,8 +144,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -176,8 +176,8 @@ public function setAllowStickersAndMemes(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/TeamGuestSettings.php b/src/Generated/Models/TeamGuestSettings.php index 2dbf0fee703..4701f310452 100644 --- a/src/Generated/Models/TeamGuestSettings.php +++ b/src/Generated/Models/TeamGuestSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TeamG } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getAllowDeleteChannels(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -140,8 +140,8 @@ public function setAllowDeleteChannels(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/TeamMemberSettings.php b/src/Generated/Models/TeamMemberSettings.php index 16818ed6bb0..c92dfd883a0 100644 --- a/src/Generated/Models/TeamMemberSettings.php +++ b/src/Generated/Models/TeamMemberSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TeamM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -120,7 +120,7 @@ public function getAllowDeleteChannels(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,8 +172,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -228,8 +228,8 @@ public function setAllowDeleteChannels(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/TeamMessagingSettings.php b/src/Generated/Models/TeamMessagingSettings.php index 24a651c0c4b..a15fbd3f8f0 100644 --- a/src/Generated/Models/TeamMessagingSettings.php +++ b/src/Generated/Models/TeamMessagingSettings.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TeamM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -108,7 +108,7 @@ public function getAllowUserEditMessages(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,8 +158,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -206,8 +206,8 @@ public function setAllowUserEditMessages(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/TeamSummary.php b/src/Generated/Models/TeamSummary.php index 6e5df66ed91..b2474438b6e 100644 --- a/src/Generated/Models/TeamSummary.php +++ b/src/Generated/Models/TeamSummary.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TeamS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TeamsAppAuthorization.php b/src/Generated/Models/TeamsAppAuthorization.php index 0c4e1289466..16dcc351d6e 100644 --- a/src/Generated/Models/TeamsAppAuthorization.php +++ b/src/Generated/Models/TeamsAppAuthorization.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Teams } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TeamsAppPermissionSet.php b/src/Generated/Models/TeamsAppPermissionSet.php index 022864f95cb..78fbf351027 100644 --- a/src/Generated/Models/TeamsAppPermissionSet.php +++ b/src/Generated/Models/TeamsAppPermissionSet.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Teams } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TeamsAppResourceSpecificPermission.php b/src/Generated/Models/TeamsAppResourceSpecificPermission.php index 55ddaeab2d3..a0245f3ba3e 100644 --- a/src/Generated/Models/TeamsAppResourceSpecificPermission.php +++ b/src/Generated/Models/TeamsAppResourceSpecificPermission.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Teams } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TeamsTabConfiguration.php b/src/Generated/Models/TeamsTabConfiguration.php index 369c53937fe..f88fc8c6b2d 100644 --- a/src/Generated/Models/TeamsTabConfiguration.php +++ b/src/Generated/Models/TeamsTabConfiguration.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Teams } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TeamworkActivityTopic.php b/src/Generated/Models/TeamworkActivityTopic.php index 3d671224d43..7253d49b077 100644 --- a/src/Generated/Models/TeamworkActivityTopic.php +++ b/src/Generated/Models/TeamworkActivityTopic.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Teamw } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TeamworkNotificationRecipient.php b/src/Generated/Models/TeamworkNotificationRecipient.php index 108382a2339..15a020e10b1 100644 --- a/src/Generated/Models/TeamworkNotificationRecipient.php +++ b/src/Generated/Models/TeamworkNotificationRecipient.php @@ -45,7 +45,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Teamw } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -58,7 +58,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TeamworkOnlineMeetingInfo.php b/src/Generated/Models/TeamworkOnlineMeetingInfo.php index f69346fba04..a8b42b30d50 100644 --- a/src/Generated/Models/TeamworkOnlineMeetingInfo.php +++ b/src/Generated/Models/TeamworkOnlineMeetingInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Teamw } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TeleconferenceDeviceMediaQuality.php b/src/Generated/Models/TeleconferenceDeviceMediaQuality.php index 129a9a799ec..435b8795b91 100644 --- a/src/Generated/Models/TeleconferenceDeviceMediaQuality.php +++ b/src/Generated/Models/TeleconferenceDeviceMediaQuality.php @@ -45,7 +45,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Telec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -130,7 +130,7 @@ public function getAverageOutboundRoundTripDelay(): ?DateInterval { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -392,8 +392,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -448,8 +448,8 @@ public function setAverageOutboundRoundTripDelay(?DateInterval $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/TeleconferenceDeviceQuality.php b/src/Generated/Models/TeleconferenceDeviceQuality.php index 435150bf3e5..38a78172039 100644 --- a/src/Generated/Models/TeleconferenceDeviceQuality.php +++ b/src/Generated/Models/TeleconferenceDeviceQuality.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Telec } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -231,16 +231,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TenantInformation.php b/src/Generated/Models/TenantInformation.php index 9bc07344612..278c84eae82 100644 --- a/src/Generated/Models/TenantInformation.php +++ b/src/Generated/Models/TenantInformation.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenan } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TenantRelationship.php b/src/Generated/Models/TenantRelationship.php index 9f4c1545783..4737fc370a4 100644 --- a/src/Generated/Models/TenantRelationship.php +++ b/src/Generated/Models/TenantRelationship.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenan } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TermColumn.php b/src/Generated/Models/TermColumn.php index f44dfabf7a0..8ba33675f7f 100644 --- a/src/Generated/Models/TermColumn.php +++ b/src/Generated/Models/TermColumn.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TermC } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -62,7 +62,7 @@ public function getAllowMultipleValues(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -146,8 +146,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -162,8 +162,8 @@ public function setAllowMultipleValues(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/TermStore/LocalizedDescription.php b/src/Generated/Models/TermStore/LocalizedDescription.php index a483e600eb4..45bfcfd4147 100644 --- a/src/Generated/Models/TermStore/LocalizedDescription.php +++ b/src/Generated/Models/TermStore/LocalizedDescription.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Local } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TermStore/LocalizedLabel.php b/src/Generated/Models/TermStore/LocalizedLabel.php index 5cd4b3ef39d..6da80615ec8 100644 --- a/src/Generated/Models/TermStore/LocalizedLabel.php +++ b/src/Generated/Models/TermStore/LocalizedLabel.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Local } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TermStore/LocalizedName.php b/src/Generated/Models/TermStore/LocalizedName.php index d504dd54014..11e4835830c 100644 --- a/src/Generated/Models/TermStore/LocalizedName.php +++ b/src/Generated/Models/TermStore/LocalizedName.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Local } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TermsExpiration.php b/src/Generated/Models/TermsExpiration.php index 59f50e4837a..caf3057a62a 100644 --- a/src/Generated/Models/TermsExpiration.php +++ b/src/Generated/Models/TermsExpiration.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Terms } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -118,16 +118,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TextColumn.php b/src/Generated/Models/TextColumn.php index 31c5416d60d..143c37033fd 100644 --- a/src/Generated/Models/TextColumn.php +++ b/src/Generated/Models/TextColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TextC } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getAppendChangesToExistingText(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,8 +158,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -182,8 +182,8 @@ public function setAppendChangesToExistingText(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/Thumbnail.php b/src/Generated/Models/Thumbnail.php index 1d812789e2e..25a8702c8cf 100644 --- a/src/Generated/Models/Thumbnail.php +++ b/src/Generated/Models/Thumbnail.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Thumb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/ThumbnailColumn.php b/src/Generated/Models/ThumbnailColumn.php index cabf741ed97..b703ed662aa 100644 --- a/src/Generated/Models/ThumbnailColumn.php +++ b/src/Generated/Models/ThumbnailColumn.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Thumb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TicketInfo.php b/src/Generated/Models/TicketInfo.php index 52a889b4729..e23cd081c67 100644 --- a/src/Generated/Models/TicketInfo.php +++ b/src/Generated/Models/TicketInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Ticke } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TimeConstraint.php b/src/Generated/Models/TimeConstraint.php index fd224cd3aef..2e3c2a42fe5 100644 --- a/src/Generated/Models/TimeConstraint.php +++ b/src/Generated/Models/TimeConstraint.php @@ -48,7 +48,7 @@ public function getActivityDomain(): ?ActivityDomain { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -127,16 +127,16 @@ public function setActivityDomain(?ActivityDomain $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TimeRange.php b/src/Generated/Models/TimeRange.php index 5a8cd473509..e05e8867d3b 100644 --- a/src/Generated/Models/TimeRange.php +++ b/src/Generated/Models/TimeRange.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TimeR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TimeSlot.php b/src/Generated/Models/TimeSlot.php index 959d3cf29a2..528294310fa 100644 --- a/src/Generated/Models/TimeSlot.php +++ b/src/Generated/Models/TimeSlot.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TimeS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TimeZoneBase.php b/src/Generated/Models/TimeZoneBase.php index 887c8c8804a..641153ad2b8 100644 --- a/src/Generated/Models/TimeZoneBase.php +++ b/src/Generated/Models/TimeZoneBase.php @@ -42,7 +42,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TimeZ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -55,7 +55,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -109,16 +109,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TimeZoneInformation.php b/src/Generated/Models/TimeZoneInformation.php index 15affa04ce6..fcce59ba0de 100644 --- a/src/Generated/Models/TimeZoneInformation.php +++ b/src/Generated/Models/TimeZoneInformation.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): TimeZ } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAlias(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setAlias(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/ToneInfo.php b/src/Generated/Models/ToneInfo.php index 84a4c5237c6..08d8532a531 100644 --- a/src/Generated/Models/ToneInfo.php +++ b/src/Generated/Models/ToneInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ToneI } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/TrainingEventsContent.php b/src/Generated/Models/TrainingEventsContent.php index 322b0e83716..57e8fafd3ba 100644 --- a/src/Generated/Models/TrainingEventsContent.php +++ b/src/Generated/Models/TrainingEventsContent.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Train } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAssignedTrainingsInfos(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,8 +119,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -135,8 +135,8 @@ public function setAssignedTrainingsInfos(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/TrainingSetting.php b/src/Generated/Models/TrainingSetting.php index 3cc51395bb3..1c436c552e3 100644 --- a/src/Generated/Models/TrainingSetting.php +++ b/src/Generated/Models/TrainingSetting.php @@ -46,7 +46,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Train } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -59,7 +59,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -113,16 +113,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UnifiedApprovalStage.php b/src/Generated/Models/UnifiedApprovalStage.php index a8069bbf49d..89c3256a2e0 100644 --- a/src/Generated/Models/UnifiedApprovalStage.php +++ b/src/Generated/Models/UnifiedApprovalStage.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unifi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getApprovalStageTimeOutInDays(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -177,8 +177,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -193,8 +193,8 @@ public function setApprovalStageTimeOutInDays(?int $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/UnifiedRole.php b/src/Generated/Models/UnifiedRole.php index c904a2adb4d..f3724c5c6d8 100644 --- a/src/Generated/Models/UnifiedRole.php +++ b/src/Generated/Models/UnifiedRole.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unifi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UnifiedRoleManagementPolicyRuleTarget.php b/src/Generated/Models/UnifiedRoleManagementPolicyRuleTarget.php index 19fd92d1267..4f46e5533c4 100644 --- a/src/Generated/Models/UnifiedRoleManagementPolicyRuleTarget.php +++ b/src/Generated/Models/UnifiedRoleManagementPolicyRuleTarget.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unifi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -195,16 +195,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UnifiedRolePermission.php b/src/Generated/Models/UnifiedRolePermission.php index 373657b9fc7..95f38904cc2 100644 --- a/src/Generated/Models/UnifiedRolePermission.php +++ b/src/Generated/Models/UnifiedRolePermission.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unifi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAllowedResourceActions(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -149,8 +149,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -165,8 +165,8 @@ public function setAllowedResourceActions(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/UpdateAllowedCombinationsResult.php b/src/Generated/Models/UpdateAllowedCombinationsResult.php index cd04682953e..7ebc728a960 100644 --- a/src/Generated/Models/UpdateAllowedCombinationsResult.php +++ b/src/Generated/Models/UpdateAllowedCombinationsResult.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Updat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAdditionalInformation(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,8 +158,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -174,8 +174,8 @@ public function setAdditionalInformation(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/UpdateWindowsDeviceAccountActionParameter.php b/src/Generated/Models/UpdateWindowsDeviceAccountActionParameter.php index a753ca535d6..8993e70bdf7 100644 --- a/src/Generated/Models/UpdateWindowsDeviceAccountActionParameter.php +++ b/src/Generated/Models/UpdateWindowsDeviceAccountActionParameter.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Updat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,16 +172,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UploadSession.php b/src/Generated/Models/UploadSession.php index 4c2c346e0b0..ce70f7dc8ac 100644 --- a/src/Generated/Models/UploadSession.php +++ b/src/Generated/Models/UploadSession.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Uploa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -141,16 +141,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UriClickSecurityState.php b/src/Generated/Models/UriClickSecurityState.php index 0022eadfcc7..891cd4cbff5 100644 --- a/src/Generated/Models/UriClickSecurityState.php +++ b/src/Generated/Models/UriClickSecurityState.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UriCl } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UsageDetails.php b/src/Generated/Models/UsageDetails.php index 64020e6de41..1cd79df4904 100644 --- a/src/Generated/Models/UsageDetails.php +++ b/src/Generated/Models/UsageDetails.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Usage } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserAttributeValuesItem.php b/src/Generated/Models/UserAttributeValuesItem.php index d30bd0a83af..7fec9fb7b50 100644 --- a/src/Generated/Models/UserAttributeValuesItem.php +++ b/src/Generated/Models/UserAttributeValuesItem.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserA } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserExperienceAnalyticsAutopilotDevicesSummary.php b/src/Generated/Models/UserExperienceAnalyticsAutopilotDevicesSummary.php index 25af4bd7fb2..88aaac8d435 100644 --- a/src/Generated/Models/UserExperienceAnalyticsAutopilotDevicesSummary.php +++ b/src/Generated/Models/UserExperienceAnalyticsAutopilotDevicesSummary.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserExperienceAnalyticsCloudIdentityDevicesSummary.php b/src/Generated/Models/UserExperienceAnalyticsCloudIdentityDevicesSummary.php index d4dcc29ee3e..dbdb29afe56 100644 --- a/src/Generated/Models/UserExperienceAnalyticsCloudIdentityDevicesSummary.php +++ b/src/Generated/Models/UserExperienceAnalyticsCloudIdentityDevicesSummary.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserExperienceAnalyticsCloudManagementDevicesSummary.php b/src/Generated/Models/UserExperienceAnalyticsCloudManagementDevicesSummary.php index 02ec06a58b4..f1bfb0b4137 100644 --- a/src/Generated/Models/UserExperienceAnalyticsCloudManagementDevicesSummary.php +++ b/src/Generated/Models/UserExperienceAnalyticsCloudManagementDevicesSummary.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserExperienceAnalyticsInsight.php b/src/Generated/Models/UserExperienceAnalyticsInsight.php index 3cc95003f43..d56e46498fa 100644 --- a/src/Generated/Models/UserExperienceAnalyticsInsight.php +++ b/src/Generated/Models/UserExperienceAnalyticsInsight.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -150,16 +150,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserExperienceAnalyticsInsightValue.php b/src/Generated/Models/UserExperienceAnalyticsInsightValue.php index 67bf10b5414..a6c2137c80a 100644 --- a/src/Generated/Models/UserExperienceAnalyticsInsightValue.php +++ b/src/Generated/Models/UserExperienceAnalyticsInsightValue.php @@ -46,7 +46,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -59,7 +59,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -99,16 +99,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserExperienceAnalyticsSettings.php b/src/Generated/Models/UserExperienceAnalyticsSettings.php index 27a99be50cf..2f49ee04527 100644 --- a/src/Generated/Models/UserExperienceAnalyticsSettings.php +++ b/src/Generated/Models/UserExperienceAnalyticsSettings.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserExperienceAnalyticsWindows10DevicesSummary.php b/src/Generated/Models/UserExperienceAnalyticsWindows10DevicesSummary.php index 28cf4fcbcf5..304c6716dc9 100644 --- a/src/Generated/Models/UserExperienceAnalyticsWindows10DevicesSummary.php +++ b/src/Generated/Models/UserExperienceAnalyticsWindows10DevicesSummary.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevicesSummary.php b/src/Generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevicesSummary.php index b78e63db015..7a4181acb3e 100644 --- a/src/Generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevicesSummary.php +++ b/src/Generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevicesSummary.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserE } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAutopilotDevicesSummary(): ?UserExperienceAnalyticsAutopilotD } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -287,8 +287,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -303,8 +303,8 @@ public function setAutopilotDevicesSummary(?UserExperienceAnalyticsAutopilotDevi } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/UserFlowApiConnectorConfiguration.php b/src/Generated/Models/UserFlowApiConnectorConfiguration.php index 0244c5837d5..2ad0b182f92 100644 --- a/src/Generated/Models/UserFlowApiConnectorConfiguration.php +++ b/src/Generated/Models/UserFlowApiConnectorConfiguration.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserF } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserPrint.php b/src/Generated/Models/UserPrint.php index e36a72b578e..312c844d10d 100644 --- a/src/Generated/Models/UserPrint.php +++ b/src/Generated/Models/UserPrint.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -105,16 +105,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserRegistrationFeatureCount.php b/src/Generated/Models/UserRegistrationFeatureCount.php index 2e17e1a9629..d6addfc57d9 100644 --- a/src/Generated/Models/UserRegistrationFeatureCount.php +++ b/src/Generated/Models/UserRegistrationFeatureCount.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserRegistrationFeatureSummary.php b/src/Generated/Models/UserRegistrationFeatureSummary.php index 326e6f8acd2..9debb82203d 100644 --- a/src/Generated/Models/UserRegistrationFeatureSummary.php +++ b/src/Generated/Models/UserRegistrationFeatureSummary.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -147,16 +147,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserRegistrationMethodCount.php b/src/Generated/Models/UserRegistrationMethodCount.php index 63f2b82eb16..e3e15cb99f2 100644 --- a/src/Generated/Models/UserRegistrationMethodCount.php +++ b/src/Generated/Models/UserRegistrationMethodCount.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAuthenticationMethod(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,8 +116,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -132,8 +132,8 @@ public function setAuthenticationMethod(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/UserRegistrationMethodSummary.php b/src/Generated/Models/UserRegistrationMethodSummary.php index 0fc4a734958..592ce0ab9d8 100644 --- a/src/Generated/Models/UserRegistrationMethodSummary.php +++ b/src/Generated/Models/UserRegistrationMethodSummary.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserR } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -147,16 +147,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserSecurityState.php b/src/Generated/Models/UserSecurityState.php index f8237c2f935..3b0ce8e7a35 100644 --- a/src/Generated/Models/UserSecurityState.php +++ b/src/Generated/Models/UserSecurityState.php @@ -60,7 +60,7 @@ public function getAccountName(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -73,7 +73,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -301,16 +301,16 @@ public function setAccountName(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserSimulationDetails.php b/src/Generated/Models/UserSimulationDetails.php index bbf7024f25b..dab9b99a24a 100644 --- a/src/Generated/Models/UserSimulationDetails.php +++ b/src/Generated/Models/UserSimulationDetails.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -62,7 +62,7 @@ public function getAssignedTrainingsCount(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -220,8 +220,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -236,8 +236,8 @@ public function setAssignedTrainingsCount(?int $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/UserSimulationEventInfo.php b/src/Generated/Models/UserSimulationEventInfo.php index 2eef5508010..b88d24953f9 100644 --- a/src/Generated/Models/UserSimulationEventInfo.php +++ b/src/Generated/Models/UserSimulationEventInfo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserS } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserTrainingContentEventInfo.php b/src/Generated/Models/UserTrainingContentEventInfo.php index 913d94f1d18..7c3e2d48a47 100644 --- a/src/Generated/Models/UserTrainingContentEventInfo.php +++ b/src/Generated/Models/UserTrainingContentEventInfo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -159,16 +159,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserTrainingEventInfo.php b/src/Generated/Models/UserTrainingEventInfo.php index d350d9d786e..7cabef3ea93 100644 --- a/src/Generated/Models/UserTrainingEventInfo.php +++ b/src/Generated/Models/UserTrainingEventInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/UserTrainingStatusInfo.php b/src/Generated/Models/UserTrainingStatusInfo.php index 75035d0d167..21b2dc5b2bd 100644 --- a/src/Generated/Models/UserTrainingStatusInfo.php +++ b/src/Generated/Models/UserTrainingStatusInfo.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): UserT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAssignedDateTime(): ?DateTime { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -145,8 +145,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -161,8 +161,8 @@ public function setAssignedDateTime(?DateTime $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/VerifiedDomain.php b/src/Generated/Models/VerifiedDomain.php index ed028008f96..223ec3ed83f 100644 --- a/src/Generated/Models/VerifiedDomain.php +++ b/src/Generated/Models/VerifiedDomain.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Verif } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/VerifiedPublisher.php b/src/Generated/Models/VerifiedPublisher.php index cb476e2be76..929a0e365c5 100644 --- a/src/Generated/Models/VerifiedPublisher.php +++ b/src/Generated/Models/VerifiedPublisher.php @@ -48,7 +48,7 @@ public function getAddedDateTime(): ?DateTime { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -139,16 +139,16 @@ public function setAddedDateTime(?DateTime $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Video.php b/src/Generated/Models/Video.php index 75587934a81..7c9e09c06c2 100644 --- a/src/Generated/Models/Video.php +++ b/src/Generated/Models/Video.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Video } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -96,7 +96,7 @@ public function getAudioSamplesPerSecond(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -228,8 +228,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -268,8 +268,8 @@ public function setAudioSamplesPerSecond(?int $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/VisualInfo.php b/src/Generated/Models/VisualInfo.php index 1084109f740..fcc73eb8b5e 100644 --- a/src/Generated/Models/VisualInfo.php +++ b/src/Generated/Models/VisualInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Visua } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -72,7 +72,7 @@ public function getBackgroundColor(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,8 +158,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -182,8 +182,8 @@ public function setBackgroundColor(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/VppLicensingType.php b/src/Generated/Models/VppLicensingType.php index 8d36cb3e41c..85922ce55a7 100644 --- a/src/Generated/Models/VppLicensingType.php +++ b/src/Generated/Models/VppLicensingType.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): VppLi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/VulnerabilityState.php b/src/Generated/Models/VulnerabilityState.php index ec8356ff020..6e5232d7682 100644 --- a/src/Generated/Models/VulnerabilityState.php +++ b/src/Generated/Models/VulnerabilityState.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Vulne } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WatermarkProtectionValues.php b/src/Generated/Models/WatermarkProtectionValues.php index 608c74981b6..f32af6ba282 100644 --- a/src/Generated/Models/WatermarkProtectionValues.php +++ b/src/Generated/Models/WatermarkProtectionValues.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Water } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WebApplication.php b/src/Generated/Models/WebApplication.php index 5a7c6df2cbf..bfb4ecd6564 100644 --- a/src/Generated/Models/WebApplication.php +++ b/src/Generated/Models/WebApplication.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): WebAp } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -170,16 +170,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Website.php b/src/Generated/Models/Website.php index 3f00bcf2c12..250560561d0 100644 --- a/src/Generated/Models/Website.php +++ b/src/Generated/Models/Website.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Websi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAddress(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,8 +130,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -146,8 +146,8 @@ public function setAddress(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/Win32LobAppInstallExperience.php b/src/Generated/Models/Win32LobAppInstallExperience.php index 447cab79fde..f874af87834 100644 --- a/src/Generated/Models/Win32LobAppInstallExperience.php +++ b/src/Generated/Models/Win32LobAppInstallExperience.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Win32 } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Win32LobAppMsiInformation.php b/src/Generated/Models/Win32LobAppMsiInformation.php index 8dc07a860bb..fee44b3f65e 100644 --- a/src/Generated/Models/Win32LobAppMsiInformation.php +++ b/src/Generated/Models/Win32LobAppMsiInformation.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Win32 } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -189,16 +189,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Win32LobAppRestartSettings.php b/src/Generated/Models/Win32LobAppRestartSettings.php index f9d94adc6c7..f4dd56c5eda 100644 --- a/src/Generated/Models/Win32LobAppRestartSettings.php +++ b/src/Generated/Models/Win32LobAppRestartSettings.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Win32 } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Win32LobAppReturnCode.php b/src/Generated/Models/Win32LobAppReturnCode.php index 87d2d1c10f3..931e93d374a 100644 --- a/src/Generated/Models/Win32LobAppReturnCode.php +++ b/src/Generated/Models/Win32LobAppReturnCode.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Win32 } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Win32LobAppRule.php b/src/Generated/Models/Win32LobAppRule.php index cfa7b10a41c..b78849877f7 100644 --- a/src/Generated/Models/Win32LobAppRule.php +++ b/src/Generated/Models/Win32LobAppRule.php @@ -48,7 +48,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Win32 } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -115,16 +115,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/Windows10NetworkProxyServer.php b/src/Generated/Models/Windows10NetworkProxyServer.php index d64b9bdf63d..372f890eb49 100644 --- a/src/Generated/Models/Windows10NetworkProxyServer.php +++ b/src/Generated/Models/Windows10NetworkProxyServer.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAddress(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -143,8 +143,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -159,8 +159,8 @@ public function setAddress(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/WindowsDeviceAccount.php b/src/Generated/Models/WindowsDeviceAccount.php index c9313a65fea..1f669910815 100644 --- a/src/Generated/Models/WindowsDeviceAccount.php +++ b/src/Generated/Models/WindowsDeviceAccount.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -110,16 +110,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsFirewallNetworkProfile.php b/src/Generated/Models/WindowsFirewallNetworkProfile.php index f5c4e3b7557..96e6fc66b5e 100644 --- a/src/Generated/Models/WindowsFirewallNetworkProfile.php +++ b/src/Generated/Models/WindowsFirewallNetworkProfile.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -63,7 +63,7 @@ public function getAuthorizedApplicationRulesFromGroupPolicyMerged(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -259,8 +259,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -275,8 +275,8 @@ public function setAuthorizedApplicationRulesFromGroupPolicyMerged(?bool $value) } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/WindowsInformationProtectionApp.php b/src/Generated/Models/WindowsInformationProtectionApp.php index b6531042b6a..596eab75541 100644 --- a/src/Generated/Models/WindowsInformationProtectionApp.php +++ b/src/Generated/Models/WindowsInformationProtectionApp.php @@ -46,7 +46,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -59,7 +59,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -169,16 +169,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsInformationProtectionDataRecoveryCertificate.php b/src/Generated/Models/WindowsInformationProtectionDataRecoveryCertificate.php index b95783ffb3a..ce9f7dc9bcd 100644 --- a/src/Generated/Models/WindowsInformationProtectionDataRecoveryCertificate.php +++ b/src/Generated/Models/WindowsInformationProtectionDataRecoveryCertificate.php @@ -40,7 +40,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -53,7 +53,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -149,16 +149,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsInformationProtectionIPRangeCollection.php b/src/Generated/Models/WindowsInformationProtectionIPRangeCollection.php index 446159e1314..cf0e202e2a7 100644 --- a/src/Generated/Models/WindowsInformationProtectionIPRangeCollection.php +++ b/src/Generated/Models/WindowsInformationProtectionIPRangeCollection.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -122,16 +122,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsInformationProtectionProxiedDomainCollection.php b/src/Generated/Models/WindowsInformationProtectionProxiedDomainCollection.php index 2341d119fdd..33dc64e7ae9 100644 --- a/src/Generated/Models/WindowsInformationProtectionProxiedDomainCollection.php +++ b/src/Generated/Models/WindowsInformationProtectionProxiedDomainCollection.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -122,16 +122,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsInformationProtectionResourceCollection.php b/src/Generated/Models/WindowsInformationProtectionResourceCollection.php index 30747d3d54e..d84c6ab8939 100644 --- a/src/Generated/Models/WindowsInformationProtectionResourceCollection.php +++ b/src/Generated/Models/WindowsInformationProtectionResourceCollection.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -129,16 +129,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsMalwareCategoryCount.php b/src/Generated/Models/WindowsMalwareCategoryCount.php index 8e5f125db42..fe0cb1e8c79 100644 --- a/src/Generated/Models/WindowsMalwareCategoryCount.php +++ b/src/Generated/Models/WindowsMalwareCategoryCount.php @@ -51,7 +51,7 @@ public function getActiveMalwareDetectionCount(): ?int { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -170,16 +170,16 @@ public function setActiveMalwareDetectionCount(?int $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsMalwareExecutionStateCount.php b/src/Generated/Models/WindowsMalwareExecutionStateCount.php index 2ea8ec341ef..412e0a69bb4 100644 --- a/src/Generated/Models/WindowsMalwareExecutionStateCount.php +++ b/src/Generated/Models/WindowsMalwareExecutionStateCount.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -134,16 +134,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsMalwareNameCount.php b/src/Generated/Models/WindowsMalwareNameCount.php index 68882f6a83f..426e594b77f 100644 --- a/src/Generated/Models/WindowsMalwareNameCount.php +++ b/src/Generated/Models/WindowsMalwareNameCount.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -148,16 +148,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsMalwareOverview.php b/src/Generated/Models/WindowsMalwareOverview.php index d07a7b10bd2..08f24003011 100644 --- a/src/Generated/Models/WindowsMalwareOverview.php +++ b/src/Generated/Models/WindowsMalwareOverview.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -230,16 +230,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsMalwareSeverityCount.php b/src/Generated/Models/WindowsMalwareSeverityCount.php index 16d00d532a5..4c11295ce4f 100644 --- a/src/Generated/Models/WindowsMalwareSeverityCount.php +++ b/src/Generated/Models/WindowsMalwareSeverityCount.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -148,16 +148,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsMalwareStateCount.php b/src/Generated/Models/WindowsMalwareStateCount.php index 3d405a893d2..71a42d44807 100644 --- a/src/Generated/Models/WindowsMalwareStateCount.php +++ b/src/Generated/Models/WindowsMalwareStateCount.php @@ -39,7 +39,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -52,7 +52,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -162,16 +162,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsMinimumOperatingSystem.php b/src/Generated/Models/WindowsMinimumOperatingSystem.php index 6a59e786acc..4934ba7e5d1 100644 --- a/src/Generated/Models/WindowsMinimumOperatingSystem.php +++ b/src/Generated/Models/WindowsMinimumOperatingSystem.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -133,16 +133,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WindowsUpdateInstallScheduleType.php b/src/Generated/Models/WindowsUpdateInstallScheduleType.php index db9e3755c7b..aeaf69097dc 100644 --- a/src/Generated/Models/WindowsUpdateInstallScheduleType.php +++ b/src/Generated/Models/WindowsUpdateInstallScheduleType.php @@ -43,7 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -56,7 +56,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -96,16 +96,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WorkbookFilterCriteria.php b/src/Generated/Models/WorkbookFilterCriteria.php index bd40015c8b3..bbd97b112ae 100644 --- a/src/Generated/Models/WorkbookFilterCriteria.php +++ b/src/Generated/Models/WorkbookFilterCriteria.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Workb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -200,16 +200,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WorkbookIcon.php b/src/Generated/Models/WorkbookIcon.php index 2b64a78acd9..75ca37804a6 100644 --- a/src/Generated/Models/WorkbookIcon.php +++ b/src/Generated/Models/WorkbookIcon.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Workb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WorkbookOperationError.php b/src/Generated/Models/WorkbookOperationError.php index 41dbddb43f8..ef3bdf3a2f8 100644 --- a/src/Generated/Models/WorkbookOperationError.php +++ b/src/Generated/Models/WorkbookOperationError.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Workb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WorkbookRange.php b/src/Generated/Models/WorkbookRange.php index 4ff2d1e92c8..059ad13deae 100644 --- a/src/Generated/Models/WorkbookRange.php +++ b/src/Generated/Models/WorkbookRange.php @@ -247,7 +247,7 @@ public function getSort(): ?WorkbookRangeSort { } /** - * Gets the text property value. Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. + * Gets the text property value. Text values of the specified range. The Text value doesn't depend on the cell width. The # sign substitution that happens in Excel UI doesn't affect the text value returned by the API. Read-only. * @return Json|null */ public function getText(): ?Json { @@ -451,7 +451,7 @@ public function setSort(?WorkbookRangeSort $value): void { } /** - * Sets the text property value. Text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only. + * Sets the text property value. Text values of the specified range. The Text value doesn't depend on the cell width. The # sign substitution that happens in Excel UI doesn't affect the text value returned by the API. Read-only. * @param Json|null $value Value to set for the text property. */ public function setText(?Json $value): void { diff --git a/src/Generated/Models/WorkbookSessionInfo.php b/src/Generated/Models/WorkbookSessionInfo.php index 5787789c762..1652a81f976 100644 --- a/src/Generated/Models/WorkbookSessionInfo.php +++ b/src/Generated/Models/WorkbookSessionInfo.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Workb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WorkbookSortField.php b/src/Generated/Models/WorkbookSortField.php index df419f0a291..df9ab903811 100644 --- a/src/Generated/Models/WorkbookSortField.php +++ b/src/Generated/Models/WorkbookSortField.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Workb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -60,7 +60,7 @@ public function getAscending(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -172,8 +172,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -188,8 +188,8 @@ public function setAscending(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/WorkbookWorksheetProtectionOptions.php b/src/Generated/Models/WorkbookWorksheetProtectionOptions.php index 55d49034bb4..bf173047009 100644 --- a/src/Generated/Models/WorkbookWorksheetProtectionOptions.php +++ b/src/Generated/Models/WorkbookWorksheetProtectionOptions.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Workb } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -180,7 +180,7 @@ public function getAllowSort(): ?bool { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -242,8 +242,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -338,8 +338,8 @@ public function setAllowSort(?bool $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Models/WorkforceIntegrationEncryption.php b/src/Generated/Models/WorkforceIntegrationEncryption.php index 05e4a9e0cdd..f16d04fcaac 100644 --- a/src/Generated/Models/WorkforceIntegrationEncryption.php +++ b/src/Generated/Models/WorkforceIntegrationEncryption.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Workf } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -116,16 +116,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/WorkingHours.php b/src/Generated/Models/WorkingHours.php index 01e775a6ac7..4ad5da23d85 100644 --- a/src/Generated/Models/WorkingHours.php +++ b/src/Generated/Models/WorkingHours.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Worki } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -148,16 +148,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/X509CertificateAuthenticationModeConfiguration.php b/src/Generated/Models/X509CertificateAuthenticationModeConfiguration.php index 0b428c6affa..79098c9fccc 100644 --- a/src/Generated/Models/X509CertificateAuthenticationModeConfiguration.php +++ b/src/Generated/Models/X509CertificateAuthenticationModeConfiguration.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): X509C } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -119,16 +119,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/X509CertificateRule.php b/src/Generated/Models/X509CertificateRule.php index d5f3923da49..f1197ba0062 100644 --- a/src/Generated/Models/X509CertificateRule.php +++ b/src/Generated/Models/X509CertificateRule.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): X509C } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Models/X509CertificateUserBinding.php b/src/Generated/Models/X509CertificateUserBinding.php index ad5a452cc14..d61731246a4 100644 --- a/src/Generated/Models/X509CertificateUserBinding.php +++ b/src/Generated/Models/X509CertificateUserBinding.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): X509C } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.php b/src/Generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.php index 4d3e3768ede..9a2e03cf6e7 100644 --- a/src/Generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.php +++ b/src/Generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a delegated permission grant, represented by an oAuth2PermissionGrant object. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant. This API is supported in the following national cloud deployments. + * Delete a delegated permission grant, represented by an oAuth2PermissionGrant object. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant. This API is available in the following national cloud deployments. * @param OAuth2PermissionGrantItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?OAuth2PermissionGrantItemRequestBuilderDeleteRequestConf } /** - * Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. This API is supported in the following national cloud deployments. + * Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. This API is available in the following national cloud deployments. * @param OAuth2PermissionGrantItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?OAuth2PermissionGrantItemRequestBuilderGetRequestConfigurat } /** - * Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes. This API is supported in the following national cloud deployments. + * Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes. This API is available in the following national cloud deployments. * @param OAuth2PermissionGrant $body The request body * @param OAuth2PermissionGrantItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(OAuth2PermissionGrant $body, ?OAuth2PermissionGrantItemReq } /** - * Delete a delegated permission grant, represented by an oAuth2PermissionGrant object. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant. This API is supported in the following national cloud deployments. + * Delete a delegated permission grant, represented by an oAuth2PermissionGrant object. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant. This API is available in the following national cloud deployments. * @param OAuth2PermissionGrantItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?OAuth2PermissionGrantItemRequestBuil } /** - * Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. This API is supported in the following national cloud deployments. + * Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. This API is available in the following national cloud deployments. * @param OAuth2PermissionGrantItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?OAuth2PermissionGrantItemRequestBuilder } /** - * Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes. This API is supported in the following national cloud deployments. + * Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes. This API is available in the following national cloud deployments. * @param OAuth2PermissionGrant $body The request body * @param OAuth2PermissionGrantItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilderGetQueryParameters.php b/src/Generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilderGetQueryParameters.php index 85b7db75ad0..567cfefabde 100644 --- a/src/Generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. This API is supported in the following national cloud deployments. + * Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. This API is available in the following national cloud deployments. */ class OAuth2PermissionGrantItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php b/src/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php index c6d799137e1..027a05d8801 100644 --- a/src/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php +++ b/src/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users. This API is supported in the following national cloud deployments. + * Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users. This API is available in the following national cloud deployments. * @param Oauth2PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?Oauth2PermissionGrantsRequestBuilderGetRequestConfiguration } /** - * Create a delegated permission grant represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted. This API is supported in the following national cloud deployments. + * Create a delegated permission grant represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted. This API is available in the following national cloud deployments. * @param OAuth2PermissionGrant $body The request body * @param Oauth2PermissionGrantsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(OAuth2PermissionGrant $body, ?Oauth2PermissionGrantsRequest } /** - * Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users. This API is supported in the following national cloud deployments. + * Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users. This API is available in the following national cloud deployments. * @param Oauth2PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?Oauth2PermissionGrantsRequestBuilderGet } /** - * Create a delegated permission grant represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted. This API is supported in the following national cloud deployments. + * Create a delegated permission grant represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted. This API is available in the following national cloud deployments. * @param OAuth2PermissionGrant $body The request body * @param Oauth2PermissionGrantsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php b/src/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php index 84a4ab4a3f6..d4d4a7be7f3 100644 --- a/src/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users. This API is supported in the following national cloud deployments. + * Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users. This API is available in the following national cloud deployments. */ class Oauth2PermissionGrantsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index 294911185fb..22317ef4d34 100644 --- a/src/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index 2cb57f7cac1..12b1b9b2e88 100644 --- a/src/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Organization/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Organization/GetByIds/GetByIdsPostRequestBody.php index b213453a9f8..93ccce2d420 100644 --- a/src/Generated/Organization/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/Organization/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Organization/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Organization/GetByIds/GetByIdsRequestBuilder.php index b326c67ef40..10d3d97d9d6 100644 --- a/src/Generated/Organization/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Organization/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Organization/Item/Branding/BrandingRequestBuilder.php b/src/Generated/Organization/Item/Branding/BrandingRequestBuilder.php index 7a736873837..1b6db01eb81 100644 --- a/src/Generated/Organization/Item/Branding/BrandingRequestBuilder.php +++ b/src/Generated/Organization/Item/Branding/BrandingRequestBuilder.php @@ -96,7 +96,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object. This API is supported in the following national cloud deployments. + * Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object. This API is available in the following national cloud deployments. * @param BrandingRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0 Find more info here @@ -115,7 +115,7 @@ public function delete(?BrandingRequestBuilderDeleteRequestConfiguration $reques } /** - * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. This API is supported in the following national cloud deployments. + * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. This API is available in the following national cloud deployments. * @param BrandingRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 Find more info here @@ -134,7 +134,7 @@ public function get(?BrandingRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of the default branding object specified by the organizationalBranding resource. This API is supported in the following national cloud deployments. + * Update the properties of the default branding object specified by the organizationalBranding resource. This API is available in the following national cloud deployments. * @param OrganizationalBranding $body The request body * @param BrandingRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -154,7 +154,7 @@ public function patch(OrganizationalBranding $body, ?BrandingRequestBuilderPatch } /** - * Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object. This API is supported in the following national cloud deployments. + * Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object. This API is available in the following national cloud deployments. * @param BrandingRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -171,7 +171,7 @@ public function toDeleteRequestInformation(?BrandingRequestBuilderDeleteRequestC } /** - * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. This API is supported in the following national cloud deployments. + * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. This API is available in the following national cloud deployments. * @param BrandingRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -192,7 +192,7 @@ public function toGetRequestInformation(?BrandingRequestBuilderGetRequestConfigu } /** - * Update the properties of the default branding object specified by the organizationalBranding resource. This API is supported in the following national cloud deployments. + * Update the properties of the default branding object specified by the organizationalBranding resource. This API is available in the following national cloud deployments. * @param OrganizationalBranding $body The request body * @param BrandingRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Organization/Item/Branding/BrandingRequestBuilderGetQueryParameters.php b/src/Generated/Organization/Item/Branding/BrandingRequestBuilderGetQueryParameters.php index 0d4da8d393f..e28b8459187 100644 --- a/src/Generated/Organization/Item/Branding/BrandingRequestBuilderGetQueryParameters.php +++ b/src/Generated/Organization/Item/Branding/BrandingRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. This API is supported in the following national cloud deployments. + * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. This API is available in the following national cloud deployments. */ class BrandingRequestBuilderGetQueryParameters { diff --git a/src/Generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilder.php b/src/Generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilder.php index 156c6454c7b..a9a31b84cd2 100644 --- a/src/Generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilder.php +++ b/src/Generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilder.php @@ -88,7 +88,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object. This API is supported in the following national cloud deployments. + * Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object. This API is available in the following national cloud deployments. * @param OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0 Find more info here @@ -107,7 +107,7 @@ public function delete(?OrganizationalBrandingLocalizationItemRequestBuilderDele } /** - * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. This API is available in the following national cloud deployments. * @param OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0 Find more info here @@ -126,7 +126,7 @@ public function get(?OrganizationalBrandingLocalizationItemRequestBuilderGetRequ } /** - * Update the properties of an organizationalBrandingLocalization object for a specific localization. This API is supported in the following national cloud deployments. + * Update the properties of an organizationalBrandingLocalization object for a specific localization. This API is available in the following national cloud deployments. * @param OrganizationalBrandingLocalization $body The request body * @param OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -146,7 +146,7 @@ public function patch(OrganizationalBrandingLocalization $body, ?OrganizationalB } /** - * Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object. This API is supported in the following national cloud deployments. + * Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object. This API is available in the following national cloud deployments. * @param OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -163,7 +163,7 @@ public function toDeleteRequestInformation(?OrganizationalBrandingLocalizationIt } /** - * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. This API is available in the following national cloud deployments. * @param OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -184,7 +184,7 @@ public function toGetRequestInformation(?OrganizationalBrandingLocalizationItemR } /** - * Update the properties of an organizationalBrandingLocalization object for a specific localization. This API is supported in the following national cloud deployments. + * Update the properties of an organizationalBrandingLocalization object for a specific localization. This API is available in the following national cloud deployments. * @param OrganizationalBrandingLocalization $body The request body * @param OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters.php b/src/Generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters.php index 25871808be2..da015bb46c8 100644 --- a/src/Generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. This API is available in the following national cloud deployments. */ class OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.php b/src/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.php index b70c3892fd0..5a353cde66d 100644 --- a/src/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.php +++ b/src/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve all localization branding objects, including the default branding. This API is supported in the following national cloud deployments. + * Retrieve all localization branding objects, including the default branding. This API is available in the following national cloud deployments. * @param LocalizationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?LocalizationsRequestBuilderGetRequestConfiguration $request } /** - * Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding. This API is supported in the following national cloud deployments. + * Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding. This API is available in the following national cloud deployments. * @param OrganizationalBrandingLocalization $body The request body * @param LocalizationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OrganizationalBrandingLocalization $body, ?LocalizationsReq } /** - * Retrieve all localization branding objects, including the default branding. This API is supported in the following national cloud deployments. + * Retrieve all localization branding objects, including the default branding. This API is available in the following national cloud deployments. * @param LocalizationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?LocalizationsRequestBuilderGetRequestCo } /** - * Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding. This API is supported in the following national cloud deployments. + * Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding. This API is available in the following national cloud deployments. * @param OrganizationalBrandingLocalization $body The request body * @param LocalizationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilderGetQueryParameters.php b/src/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilderGetQueryParameters.php index 570e23456b9..da2165a1097 100644 --- a/src/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve all localization branding objects, including the default branding. This API is supported in the following national cloud deployments. + * Retrieve all localization branding objects, including the default branding. This API is available in the following national cloud deployments. */ class LocalizationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.php b/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.php index c9df98decc8..d01bf381c46 100644 --- a/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.php +++ b/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of certificateBasedAuthConfiguration objects. This API is supported in the following national cloud deployments. + * Get a list of certificateBasedAuthConfiguration objects. This API is available in the following national cloud deployments. * @param CertificateBasedAuthConfigurationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CertificateBasedAuthConfigurationRequestBuilderGetRequestCo } /** - * Create a new certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments. + * Create a new certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments. * @param CertificateBasedAuthConfiguration $body The request body * @param CertificateBasedAuthConfigurationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CertificateBasedAuthConfiguration $body, ?CertificateBasedA } /** - * Get a list of certificateBasedAuthConfiguration objects. This API is supported in the following national cloud deployments. + * Get a list of certificateBasedAuthConfiguration objects. This API is available in the following national cloud deployments. * @param CertificateBasedAuthConfigurationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CertificateBasedAuthConfigurationReques } /** - * Create a new certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments. + * Create a new certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments. * @param CertificateBasedAuthConfiguration $body The request body * @param CertificateBasedAuthConfigurationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilderGetQueryParameters.php b/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilderGetQueryParameters.php index 8446e3f0d7f..bd74ecc865a 100644 --- a/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilderGetQueryParameters.php +++ b/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of certificateBasedAuthConfiguration objects. This API is supported in the following national cloud deployments. + * Get a list of certificateBasedAuthConfiguration objects. This API is available in the following national cloud deployments. */ class CertificateBasedAuthConfigurationRequestBuilderGetQueryParameters { diff --git a/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.php b/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.php index 07ec5dca792..5fb86d72539 100644 --- a/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.php +++ b/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments. + * Delete a certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments. * @param CertificateBasedAuthConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?CertificateBasedAuthConfigurationItemRequestBuilderDelet } /** - * Get the properties of a certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments. + * Get the properties of a certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments. * @param CertificateBasedAuthConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?CertificateBasedAuthConfigurationItemRequestBuilderGetReque } /** - * Delete a certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments. + * Delete a certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments. * @param CertificateBasedAuthConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -87,7 +87,7 @@ public function toDeleteRequestInformation(?CertificateBasedAuthConfigurationIte } /** - * Get the properties of a certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments. + * Get the properties of a certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments. * @param CertificateBasedAuthConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilderGetQueryParameters.php b/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilderGetQueryParameters.php index 3a82cff4fad..8ca0ddfab7c 100644 --- a/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties of a certificateBasedAuthConfiguration object. This API is supported in the following national cloud deployments. + * Get the properties of a certificateBasedAuthConfiguration object. This API is available in the following national cloud deployments. */ class CertificateBasedAuthConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index 8c6d1d3b84f..8e990506aee 100644 --- a/src/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 5c2f292a893..f575ef022f0 100644 --- a/src/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index e298c89f0ca..84c1fd1cd7b 100644 --- a/src/Generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index 12a1783572b..105ebdc44f9 100644 --- a/src/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 910d02d741c..c8ea1e7d825 100644 --- a/src/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index f849276beff..42f58f2381a 100644 --- a/src/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index 144b4c0d0f6..687958b6790 100644 --- a/src/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php b/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php index d670f9229e9..c0c8a134b26 100644 --- a/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php +++ b/src/Generated/Organization/Item/OrganizationItemRequestBuilder.php @@ -122,7 +122,7 @@ public function delete(?OrganizationItemRequestBuilderDeleteRequestConfiguration } /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. This API is available in the following national cloud deployments. * @param OrganizationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0 Find more info here @@ -141,7 +141,7 @@ public function get(?OrganizationItemRequestBuilderGetRequestConfiguration $requ } /** - * Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. This API is supported in the following national cloud deployments. + * Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. This API is available in the following national cloud deployments. * @param Organization $body The request body * @param OrganizationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -178,7 +178,7 @@ public function toDeleteRequestInformation(?OrganizationItemRequestBuilderDelete } /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. This API is available in the following national cloud deployments. * @param OrganizationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -199,7 +199,7 @@ public function toGetRequestInformation(?OrganizationItemRequestBuilderGetReques } /** - * Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. This API is supported in the following national cloud deployments. + * Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. This API is available in the following national cloud deployments. * @param Organization $body The request body * @param OrganizationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Organization/Item/OrganizationItemRequestBuilderGetQueryParameters.php b/src/Generated/Organization/Item/OrganizationItemRequestBuilderGetQueryParameters.php index e774c3090be..a1f7d6f570c 100644 --- a/src/Generated/Organization/Item/OrganizationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Organization/Item/OrganizationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. This API is available in the following national cloud deployments. */ class OrganizationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Organization/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Organization/Item/Restore/RestoreRequestBuilder.php index 567efd31edb..08baa1859b1 100644 --- a/src/Generated/Organization/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Organization/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityPostResponse.php b/src/Generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityPostResponse.php index dec0300c005..fda5e9c7d02 100644 --- a/src/Generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityPostResponse.php +++ b/src/Generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityPostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetMo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Organization/OrganizationRequestBuilder.php b/src/Generated/Organization/OrganizationRequestBuilder.php index 22ea09435d9..d0fe2437133 100644 --- a/src/Generated/Organization/OrganizationRequestBuilder.php +++ b/src/Generated/Organization/OrganizationRequestBuilder.php @@ -85,10 +85,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. This API is available in the following national cloud deployments. * @param OrganizationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0 Find more info here */ public function get(?OrganizationRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -123,7 +123,7 @@ public function post(Organization $body, ?OrganizationRequestBuilderPostRequestC } /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. This API is available in the following national cloud deployments. * @param OrganizationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Organization/OrganizationRequestBuilderGetQueryParameters.php b/src/Generated/Organization/OrganizationRequestBuilderGetQueryParameters.php index 16dd0675ddc..2c520f42daa 100644 --- a/src/Generated/Organization/OrganizationRequestBuilderGetQueryParameters.php +++ b/src/Generated/Organization/OrganizationRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. This API is available in the following national cloud deployments. */ class OrganizationRequestBuilderGetQueryParameters { diff --git a/src/Generated/Organization/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Organization/ValidateProperties/ValidatePropertiesPostRequestBody.php index 6c8bc368794..66745c8fd19 100644 --- a/src/Generated/Organization/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/Organization/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.php index 2d6e353a846..42c04744d52 100644 --- a/src/Generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index 998d34a8458..e5d72ea7c12 100644 --- a/src/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index 1630347193f..7d7c428e0d6 100644 --- a/src/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php index e7fef8461b3..3363694e46c 100644 --- a/src/Generated/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php index f75db66ecdc..029d0043a19 100644 --- a/src/Generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index 3f6793d9f05..02b57d346d9 100644 --- a/src/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index fcb8f0586de..207e7f19455 100644 --- a/src/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index e020bbcab16..174222160b2 100644 --- a/src/Generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index d32e4d5160b..75e678b81d8 100644 --- a/src/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index a42c024407c..f91ba956d03 100644 --- a/src/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index a541226e892..5db2d40e79b 100644 --- a/src/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index 0dd63ac8e76..1ac1e5ca3f9 100644 --- a/src/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.php b/src/Generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.php index e88329226c3..83aa89317fd 100644 --- a/src/Generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php index 3815cd3108b..4b7e106731a 100644 --- a/src/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php index fc2422f2d71..61bc30de9dc 100644 --- a/src/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Places/Item/PlaceItemRequestBuilder.php b/src/Generated/Places/Item/PlaceItemRequestBuilder.php index 4492ba88779..b1c84468557 100644 --- a/src/Generated/Places/Item/PlaceItemRequestBuilder.php +++ b/src/Generated/Places/Item/PlaceItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?PlaceItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property. This API is supported in the following national cloud deployments. + * Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property. This API is available in the following national cloud deployments. * @param Place $body The request body * @param PlaceItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -103,7 +103,7 @@ public function toDeleteRequestInformation(?PlaceItemRequestBuilderDeleteRequest } /** - * Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property. This API is supported in the following national cloud deployments. + * Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property. This API is available in the following national cloud deployments. * @param Place $body The request body * @param PlaceItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Planner/Buckets/BucketsRequestBuilder.php b/src/Generated/Planner/Buckets/BucketsRequestBuilder.php index 2a2f5b04597..648c9b38d91 100644 --- a/src/Generated/Planner/Buckets/BucketsRequestBuilder.php +++ b/src/Generated/Planner/Buckets/BucketsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerbucket objects. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerbucket objects. This API is available in the following national cloud deployments. * @param BucketsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?BucketsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new plannerBucket object. This API is supported in the following national cloud deployments. + * Create a new plannerBucket object. This API is available in the following national cloud deployments. * @param PlannerBucket $body The request body * @param BucketsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PlannerBucket $body, ?BucketsRequestBuilderPostRequestConfi } /** - * Retrieve a list of plannerbucket objects. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerbucket objects. This API is available in the following national cloud deployments. * @param BucketsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?BucketsRequestBuilderGetRequestConfigur } /** - * Create a new plannerBucket object. This API is supported in the following national cloud deployments. + * Create a new plannerBucket object. This API is available in the following national cloud deployments. * @param PlannerBucket $body The request body * @param BucketsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Planner/Buckets/BucketsRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Buckets/BucketsRequestBuilderGetQueryParameters.php index 2a37b30c19b..e694e009d5f 100644 --- a/src/Generated/Planner/Buckets/BucketsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Buckets/BucketsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerbucket objects. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerbucket objects. This API is available in the following national cloud deployments. */ class BucketsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilder.php b/src/Generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilder.php index b62a11a8b4b..a077240e6f0 100644 --- a/src/Generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilder.php +++ b/src/Generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete plannerBucket. This API is supported in the following national cloud deployments. + * Delete plannerBucket. This API is available in the following national cloud deployments. * @param PlannerBucketItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?PlannerBucketItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerBucket object. This API is available in the following national cloud deployments. * @param PlannerBucketItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0 Find more info here @@ -98,7 +98,7 @@ public function patch(PlannerBucket $body, ?PlannerBucketItemRequestBuilderPatch } /** - * Delete plannerBucket. This API is supported in the following national cloud deployments. + * Delete plannerBucket. This API is available in the following national cloud deployments. * @param PlannerBucketItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?PlannerBucketItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerBucket object. This API is available in the following national cloud deployments. * @param PlannerBucketItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilderGetQueryParameters.php index 98ecff71e3b..925a34e055c 100644 --- a/src/Generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerBucket object. This API is available in the following national cloud deployments. */ class PlannerBucketItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php index 69166448ab4..3389982a5e6 100644 --- a/src/Generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AssignedToTaskBoardFormatRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AssignedToTaskBoardFormatRequestBuil } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php index 69ff3f7788d..76dd436b8ee 100644 --- a/src/Generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class AssignedToTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php index a970f2db627..cce056d9759 100644 --- a/src/Generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BucketTaskBoardFormatRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?BucketTaskBoardFormatRequestBuilderD } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php index b94bdb2a734..7f2997b050f 100644 --- a/src/Generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class BucketTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php b/src/Generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php index d00989677af..d5db729a749 100644 --- a/src/Generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php index d856fef5c14..c2a0d013580 100644 --- a/src/Generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php index f199168461c..b0be5501dda 100644 --- a/src/Generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ProgressTaskBoardFormatRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ProgressTaskBoardFormatRequestBuilde } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php index 75b085072f9..32d7e2cf9ac 100644 --- a/src/Generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class ProgressTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.php b/src/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.php index 0ad43c8d317..3373fc07f14 100644 --- a/src/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.php +++ b/src/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerTask $body, ?TasksRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php index 34d11b07606..97b0ad7f2c8 100644 --- a/src/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php b/src/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php index 9bdc08ecfd6..b50fb2ab01b 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments. * @param BucketsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerBucket $body, ?BucketsRequestBuilderPostRequestConfi } /** - * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments. * @param BucketsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php index 7ada40356fe..a7b96e287bf 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments. */ class BucketsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php index ce692774b74..cb2ef99bfb0 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AssignedToTaskBoardFormatRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AssignedToTaskBoardFormatRequestBuil } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php index d633712b329..c3c7a8c0a80 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class AssignedToTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php index f80e32de2b2..8e892831c06 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BucketTaskBoardFormatRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?BucketTaskBoardFormatRequestBuilderD } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php index a0fbdf66ffe..6b6144f9e18 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class BucketTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php index b507d29276b..761ed985c8c 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php index 41e8eba6582..eb9f87ac278 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php index 6086a2aced3..e26a1e0e157 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ProgressTaskBoardFormatRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ProgressTaskBoardFormatRequestBuilde } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php index 222f4f6bcd5..08ca14752c2 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class ProgressTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php index 1f286313dfb..49d3e337fef 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerTask $body, ?TasksRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php index 6bc6092027d..a77a9280418 100644 --- a/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Details/DetailsRequestBuilder.php b/src/Generated/Planner/Plans/Item/Details/DetailsRequestBuilder.php index c9dc589e94f..2dfbecc5d3b 100644 --- a/src/Generated/Planner/Plans/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php index 92b6c7cf389..cfbd05dc9d0 100644 --- a/src/Generated/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/PlannerPlanItemRequestBuilder.php b/src/Generated/Planner/Plans/Item/PlannerPlanItemRequestBuilder.php index cb9bab59439..2bb46e35fda 100644 --- a/src/Generated/Planner/Plans/Item/PlannerPlanItemRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/PlannerPlanItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a plannerPlan object. This API is supported in the following national cloud deployments. + * Delete a plannerPlan object. This API is available in the following national cloud deployments. * @param PlannerPlanItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?PlannerPlanItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a plannerplan object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerplan object. This API is available in the following national cloud deployments. * @param PlannerPlanItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?PlannerPlanItemRequestBuilderGetRequestConfiguration $reque } /** - * Update the properties of a plannerPlan object. This API is supported in the following national cloud deployments. + * Update the properties of a plannerPlan object. This API is available in the following national cloud deployments. * @param PlannerPlan $body The request body * @param PlannerPlanItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(PlannerPlan $body, ?PlannerPlanItemRequestBuilderPatchRequ } /** - * Delete a plannerPlan object. This API is supported in the following national cloud deployments. + * Delete a plannerPlan object. This API is available in the following national cloud deployments. * @param PlannerPlanItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?PlannerPlanItemRequestBuilderDeleteR } /** - * Retrieve the properties and relationships of a plannerplan object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerplan object. This API is available in the following national cloud deployments. * @param PlannerPlanItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?PlannerPlanItemRequestBuilderGetRequest } /** - * Update the properties of a plannerPlan object. This API is supported in the following national cloud deployments. + * Update the properties of a plannerPlan object. This API is available in the following national cloud deployments. * @param PlannerPlan $body The request body * @param PlannerPlanItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Planner/Plans/Item/PlannerPlanItemRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/PlannerPlanItemRequestBuilderGetQueryParameters.php index 202103b8200..33cae54b672 100644 --- a/src/Generated/Planner/Plans/Item/PlannerPlanItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/PlannerPlanItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerplan object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerplan object. This API is available in the following national cloud deployments. */ class PlannerPlanItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php index 6fa48ed4bfc..f2f03885a6d 100644 --- a/src/Generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AssignedToTaskBoardFormatRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AssignedToTaskBoardFormatRequestBuil } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php index 24ed8518c36..85f9a29fab4 100644 --- a/src/Generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class AssignedToTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php index b485bb38412..888e46a9557 100644 --- a/src/Generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BucketTaskBoardFormatRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?BucketTaskBoardFormatRequestBuilderD } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php index 4bd5649caf1..d787cc9925f 100644 --- a/src/Generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class BucketTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php b/src/Generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php index 96640e1e0e5..097b7e3ddde 100644 --- a/src/Generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php index 66ba2148686..3e261853318 100644 --- a/src/Generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php index f0567fb43c6..a581e0e3ac3 100644 --- a/src/Generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ProgressTaskBoardFormatRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ProgressTaskBoardFormatRequestBuilde } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php index aec9829d082..b1d4e5cef1a 100644 --- a/src/Generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class ProgressTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.php b/src/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.php index a7eed0818ee..f91af36ceb7 100644 --- a/src/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.php +++ b/src/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerTask $body, ?TasksRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php index 63df8feeb62..37e3738c605 100644 --- a/src/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Plans/PlansRequestBuilder.php b/src/Generated/Planner/Plans/PlansRequestBuilder.php index 7071c0260e5..54f6a846a28 100644 --- a/src/Generated/Planner/Plans/PlansRequestBuilder.php +++ b/src/Generated/Planner/Plans/PlansRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of plannerPlan objects. This API is supported in the following national cloud deployments. + * Get a list of plannerPlan objects. This API is available in the following national cloud deployments. * @param PlansRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PlansRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Use this API to create a new plannerPlan. This API is supported in the following national cloud deployments. + * Use this API to create a new plannerPlan. This API is available in the following national cloud deployments. * @param PlannerPlan $body The request body * @param PlansRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PlannerPlan $body, ?PlansRequestBuilderPostRequestConfigura } /** - * Get a list of plannerPlan objects. This API is supported in the following national cloud deployments. + * Get a list of plannerPlan objects. This API is available in the following national cloud deployments. * @param PlansRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PlansRequestBuilderGetRequestConfigurat } /** - * Use this API to create a new plannerPlan. This API is supported in the following national cloud deployments. + * Use this API to create a new plannerPlan. This API is available in the following national cloud deployments. * @param PlannerPlan $body The request body * @param PlansRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Planner/Plans/PlansRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Plans/PlansRequestBuilderGetQueryParameters.php index bceb6dae7da..0420c98d8c0 100644 --- a/src/Generated/Planner/Plans/PlansRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Plans/PlansRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of plannerPlan objects. This API is supported in the following national cloud deployments. + * Get a list of plannerPlan objects. This API is available in the following national cloud deployments. */ class PlansRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php index 89fddce23d1..06e62ffe431 100644 --- a/src/Generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AssignedToTaskBoardFormatRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AssignedToTaskBoardFormatRequestBuil } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php index 2d381dbecfc..8c6dfc073cc 100644 --- a/src/Generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class AssignedToTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php index 228a758b743..b99445f6790 100644 --- a/src/Generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BucketTaskBoardFormatRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?BucketTaskBoardFormatRequestBuilderD } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php index 73577b092be..7c31b7ab2da 100644 --- a/src/Generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class BucketTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Tasks/Item/Details/DetailsRequestBuilder.php b/src/Generated/Planner/Tasks/Item/Details/DetailsRequestBuilder.php index 9fd3f24647b..9b48788502b 100644 --- a/src/Generated/Planner/Tasks/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Planner/Tasks/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php index 182fa0f080d..08bc46623e7 100644 --- a/src/Generated/Planner/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilder.php b/src/Generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilder.php index 4b190b74cf8..6acc8329428 100644 --- a/src/Generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilder.php +++ b/src/Generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a plannerTask object. This API is supported in the following national cloud deployments. + * Delete a plannerTask object. This API is available in the following national cloud deployments. * @param PlannerTaskItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?PlannerTaskItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of plannerTask object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerTask object. This API is available in the following national cloud deployments. * @param PlannerTaskItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0 Find more info here @@ -122,7 +122,7 @@ public function patch(PlannerTask $body, ?PlannerTaskItemRequestBuilderPatchRequ } /** - * Delete a plannerTask object. This API is supported in the following national cloud deployments. + * Delete a plannerTask object. This API is available in the following national cloud deployments. * @param PlannerTaskItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -139,7 +139,7 @@ public function toDeleteRequestInformation(?PlannerTaskItemRequestBuilderDeleteR } /** - * Retrieve the properties and relationships of plannerTask object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerTask object. This API is available in the following national cloud deployments. * @param PlannerTaskItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilderGetQueryParameters.php index 064c27c6934..d6a14faaf68 100644 --- a/src/Generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerTask object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerTask object. This API is available in the following national cloud deployments. */ class PlannerTaskItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php b/src/Generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php index 1f2a57a0f27..b5895cfd26a 100644 --- a/src/Generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ProgressTaskBoardFormatRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ProgressTaskBoardFormatRequestBuilde } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php index 09af620efc7..4578c6651e8 100644 --- a/src/Generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class ProgressTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Planner/Tasks/TasksRequestBuilder.php b/src/Generated/Planner/Tasks/TasksRequestBuilder.php index 1655ddd2d01..bd29073b79b 100644 --- a/src/Generated/Planner/Tasks/TasksRequestBuilder.php +++ b/src/Generated/Planner/Tasks/TasksRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannertask objects. This API is supported in the following national cloud deployments. + * Retrieve a list of plannertask objects. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TasksRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new plannerTask. This API is supported in the following national cloud deployments. + * Create a new plannerTask. This API is available in the following national cloud deployments. * @param PlannerTask $body The request body * @param TasksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PlannerTask $body, ?TasksRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannertask objects. This API is supported in the following national cloud deployments. + * Retrieve a list of plannertask objects. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TasksRequestBuilderGetRequestConfigurat } /** - * Create a new plannerTask. This API is supported in the following national cloud deployments. + * Create a new plannerTask. This API is available in the following national cloud deployments. * @param PlannerTask $body The request body * @param TasksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Planner/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/Planner/Tasks/TasksRequestBuilderGetQueryParameters.php index 0795427d1b1..8abd8464f7d 100644 --- a/src/Generated/Planner/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Planner/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannertask objects. This API is supported in the following national cloud deployments. + * Retrieve a list of plannertask objects. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.php b/src/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.php index 93bb00327cc..d4a4fa26bed 100644 --- a/src/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.php +++ b/src/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of activityBasedTimeoutPolicy objects. This API is supported in the following national cloud deployments. + * Get a list of activityBasedTimeoutPolicy objects. This API is available in the following national cloud deployments. * @param ActivityBasedTimeoutPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ActivityBasedTimeoutPoliciesRequestBuilderGetRequestConfigu } /** - * Create a new activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments. + * Create a new activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments. * @param ActivityBasedTimeoutPolicy $body The request body * @param ActivityBasedTimeoutPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ActivityBasedTimeoutPolicy $body, ?ActivityBasedTimeoutPoli } /** - * Get a list of activityBasedTimeoutPolicy objects. This API is supported in the following national cloud deployments. + * Get a list of activityBasedTimeoutPolicy objects. This API is available in the following national cloud deployments. * @param ActivityBasedTimeoutPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ActivityBasedTimeoutPoliciesRequestBuil } /** - * Create a new activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments. + * Create a new activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments. * @param ActivityBasedTimeoutPolicy $body The request body * @param ActivityBasedTimeoutPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilderGetQueryParameters.php index d1ed24f3cca..84b159e5a62 100644 --- a/src/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of activityBasedTimeoutPolicy objects. This API is supported in the following national cloud deployments. + * Get a list of activityBasedTimeoutPolicy objects. This API is available in the following national cloud deployments. */ class ActivityBasedTimeoutPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilder.php b/src/Generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilder.php index e2695e50a35..66172c11ecb 100644 --- a/src/Generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilder.php +++ b/src/Generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments. + * Delete an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments. * @param ActivityBasedTimeoutPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ActivityBasedTimeoutPolicyItemRequestBuilderDeleteReques } /** - * Get the properties of an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments. + * Get the properties of an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments. * @param ActivityBasedTimeoutPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ActivityBasedTimeoutPolicyItemRequestBuilderGetRequestConfi } /** - * Update the properties of an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments. * @param ActivityBasedTimeoutPolicy $body The request body * @param ActivityBasedTimeoutPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(ActivityBasedTimeoutPolicy $body, ?ActivityBasedTimeoutPol } /** - * Delete an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments. + * Delete an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments. * @param ActivityBasedTimeoutPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?ActivityBasedTimeoutPolicyItemReques } /** - * Get the properties of an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments. + * Get the properties of an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments. * @param ActivityBasedTimeoutPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?ActivityBasedTimeoutPolicyItemRequestBu } /** - * Update the properties of an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments. * @param ActivityBasedTimeoutPolicy $body The request body * @param ActivityBasedTimeoutPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilderGetQueryParameters.php index 01f75670eb9..ed603c1b48a 100644 --- a/src/Generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties of an activityBasedTimeoutPolicy object. This API is supported in the following national cloud deployments. + * Get the properties of an activityBasedTimeoutPolicy object. This API is available in the following national cloud deployments. */ class ActivityBasedTimeoutPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilder.php b/src/Generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilder.php index 5b9b340ffee..af192738020 100644 --- a/src/Generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilder.php +++ b/src/Generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AdminConsentRequestPolicyRequestBuilderDeleteRequestConf } /** - * Read the properties and relationships of an adminConsentRequestPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an adminConsentRequestPolicy object. This API is available in the following national cloud deployments. * @param AdminConsentRequestPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AdminConsentRequestPolicyRequestBuil } /** - * Read the properties and relationships of an adminConsentRequestPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an adminConsentRequestPolicy object. This API is available in the following national cloud deployments. * @param AdminConsentRequestPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilderGetQueryParameters.php index c7c65d598c9..f5cf592cb01 100644 --- a/src/Generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an adminConsentRequestPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an adminConsentRequestPolicy object. This API is available in the following national cloud deployments. */ class AdminConsentRequestPolicyRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.php b/src/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.php index 04eddb75b19..a84a537eda6 100644 --- a/src/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.php +++ b/src/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of appManagementPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve a list of appManagementPolicy objects. This API is available in the following national cloud deployments. * @param AppManagementPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AppManagementPoliciesRequestBuilderGetRequestConfiguration } /** - * Create an appManagementPolicy object. This API is supported in the following national cloud deployments. + * Create an appManagementPolicy object. This API is available in the following national cloud deployments. * @param AppManagementPolicy $body The request body * @param AppManagementPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AppManagementPolicy $body, ?AppManagementPoliciesRequestBui } /** - * Retrieve a list of appManagementPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve a list of appManagementPolicy objects. This API is available in the following national cloud deployments. * @param AppManagementPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AppManagementPoliciesRequestBuilderGetR } /** - * Create an appManagementPolicy object. This API is supported in the following national cloud deployments. + * Create an appManagementPolicy object. This API is available in the following national cloud deployments. * @param AppManagementPolicy $body The request body * @param AppManagementPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilderGetQueryParameters.php index 460c0f5b0a5..ff69e3abef0 100644 --- a/src/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of appManagementPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve a list of appManagementPolicy objects. This API is available in the following national cloud deployments. */ class AppManagementPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.php b/src/Generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.php index bd512bfda7c..a6cb93b2bf7 100644 --- a/src/Generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.php +++ b/src/Generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an appManagementPolicy object. This API is supported in the following national cloud deployments. + * Delete an appManagementPolicy object. This API is available in the following national cloud deployments. * @param AppManagementPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?AppManagementPolicyItemRequestBuilderDeleteRequestConfig } /** - * Read the properties of an appManagementPolicy object. This API is supported in the following national cloud deployments. + * Read the properties of an appManagementPolicy object. This API is available in the following national cloud deployments. * @param AppManagementPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?AppManagementPolicyItemRequestBuilderGetRequestConfiguratio } /** - * Update an appManagementPolicy object. This API is supported in the following national cloud deployments. + * Update an appManagementPolicy object. This API is available in the following national cloud deployments. * @param AppManagementPolicy $body The request body * @param AppManagementPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(AppManagementPolicy $body, ?AppManagementPolicyItemRequest } /** - * Delete an appManagementPolicy object. This API is supported in the following national cloud deployments. + * Delete an appManagementPolicy object. This API is available in the following national cloud deployments. * @param AppManagementPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?AppManagementPolicyItemRequestBuilde } /** - * Read the properties of an appManagementPolicy object. This API is supported in the following national cloud deployments. + * Read the properties of an appManagementPolicy object. This API is available in the following national cloud deployments. * @param AppManagementPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?AppManagementPolicyItemRequestBuilderGe } /** - * Update an appManagementPolicy object. This API is supported in the following national cloud deployments. + * Update an appManagementPolicy object. This API is available in the following national cloud deployments. * @param AppManagementPolicy $body The request body * @param AppManagementPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilderGetQueryParameters.php index dd5726df8f1..f23e99ba799 100644 --- a/src/Generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties of an appManagementPolicy object. This API is supported in the following national cloud deployments. + * Read the properties of an appManagementPolicy object. This API is available in the following national cloud deployments. */ class AppManagementPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.php b/src/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.php index 92dcce506c4..b9612339861 100644 --- a/src/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.php +++ b/src/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List application and service principal objects that are assigned an appManagementPolicy policy object. This API is supported in the following national cloud deployments. + * List application and service principal objects that are assigned an appManagementPolicy policy object. This API is available in the following national cloud deployments. * @param AppliesToRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AppliesToRequestBuilderGetRequestConfiguration $requestConf } /** - * List application and service principal objects that are assigned an appManagementPolicy policy object. This API is supported in the following national cloud deployments. + * List application and service principal objects that are assigned an appManagementPolicy policy object. This API is available in the following national cloud deployments. * @param AppliesToRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilderGetQueryParameters.php index 0666f047549..5a742ec05eb 100644 --- a/src/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List application and service principal objects that are assigned an appManagementPolicy policy object. This API is supported in the following national cloud deployments. + * List application and service principal objects that are assigned an appManagementPolicy policy object. This API is available in the following national cloud deployments. */ class AppliesToRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilder.php b/src/Generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilder.php index 9481288ee79..7ae6b8e71d0 100644 --- a/src/Generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilder.php +++ b/src/Generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AuthenticationFlowsPolicyRequestBuilderDeleteRequestConf } /** - * Read the properties and relationships of an authenticationFlowsPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationFlowsPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AuthenticationFlowsPolicyRequestBuilderGetRequestConfigurat } /** - * Update the selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified. This API is supported in the following national cloud deployments. + * Update the selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified. This API is available in the following national cloud deployments. * @param AuthenticationFlowsPolicy $body The request body * @param AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AuthenticationFlowsPolicyRequestBuil } /** - * Read the properties and relationships of an authenticationFlowsPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationFlowsPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?AuthenticationFlowsPolicyRequestBuilder } /** - * Update the selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified. This API is supported in the following national cloud deployments. + * Update the selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified. This API is available in the following national cloud deployments. * @param AuthenticationFlowsPolicy $body The request body * @param AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilderGetQueryParameters.php index 1fa4f1d4251..38512c8476c 100644 --- a/src/Generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an authenticationFlowsPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationFlowsPolicy object. This API is available in the following national cloud deployments. */ class AuthenticationFlowsPolicyRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.php b/src/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.php index 1a1e0a5dcfa..9fb2d9603f4 100644 --- a/src/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.php +++ b/src/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?AuthenticationMethodsPolicyRequestBuilderDeleteRequestCo } /** - * Read the properties and relationships of an authenticationMethodsPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationMethodsPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?AuthenticationMethodsPolicyRequestBuilderGetRequestConfigur } /** - * Update the properties of an authenticationMethodsPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of an authenticationMethodsPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationMethodsPolicy $body The request body * @param AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?AuthenticationMethodsPolicyRequestBu } /** - * Read the properties and relationships of an authenticationMethodsPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationMethodsPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationMethodsPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?AuthenticationMethodsPolicyRequestBuild } /** - * Update the properties of an authenticationMethodsPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of an authenticationMethodsPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationMethodsPolicy $body The request body * @param AuthenticationMethodsPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilderGetQueryParameters.php index cc549c20b9b..86831ce785d 100644 --- a/src/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an authenticationMethodsPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationMethodsPolicy object. This API is available in the following national cloud deployments. */ class AuthenticationMethodsPolicyRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.php b/src/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.php index 6959f48e23e..f569ce5e2a1 100644 --- a/src/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.php +++ b/src/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. This API is supported in the following national cloud deployments. + * Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. This API is available in the following national cloud deployments. * @param AuthenticationStrengthPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AuthenticationStrengthPoliciesRequestBuilderGetRequestConfi } /** - * Create a new custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Create a new custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationStrengthPolicy $body The request body * @param AuthenticationStrengthPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AuthenticationStrengthPolicy $body, ?AuthenticationStrength } /** - * Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. This API is supported in the following national cloud deployments. + * Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. This API is available in the following national cloud deployments. * @param AuthenticationStrengthPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AuthenticationStrengthPoliciesRequestBu } /** - * Create a new custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Create a new custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationStrengthPolicy $body The request body * @param AuthenticationStrengthPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilderGetQueryParameters.php index a180b134c39..b8f1c22f93f 100644 --- a/src/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. This API is supported in the following national cloud deployments. + * Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. This API is available in the following national cloud deployments. */ class AuthenticationStrengthPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilder.php b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilder.php index 02818328fb8..1ba8521b04e 100644 --- a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilder.php +++ b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Delete a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationStrengthPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?AuthenticationStrengthPolicyItemRequestBuilderDeleteRequ } /** - * Read the properties and relationships of an authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationStrengthPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationStrengthPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?AuthenticationStrengthPolicyItemRequestBuilderGetRequestCon } /** - * Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action. This API is supported in the following national cloud deployments. + * Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action. This API is available in the following national cloud deployments. * @param AuthenticationStrengthPolicy $body The request body * @param AuthenticationStrengthPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(AuthenticationStrengthPolicy $body, ?AuthenticationStrengt } /** - * Delete a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Delete a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationStrengthPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?AuthenticationStrengthPolicyItemRequ } /** - * Read the properties and relationships of an authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationStrengthPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationStrengthPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?AuthenticationStrengthPolicyItemRequest } /** - * Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action. This API is supported in the following national cloud deployments. + * Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action. This API is available in the following national cloud deployments. * @param AuthenticationStrengthPolicy $body The request body * @param AuthenticationStrengthPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters.php index a8ceea301cb..1df78c2a954 100644 --- a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationStrengthPolicy object. This API is available in the following national cloud deployments. */ class AuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.php b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.php index f5687708603..5ac357b92d4 100644 --- a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.php +++ b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is supported in the following national cloud deployments. + * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is available in the following national cloud deployments. * @param CombinationConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CombinationConfigurationsRequestBuilderGetRequestConfigurat } /** - * Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. This API is supported in the following national cloud deployments. + * Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfiguration $body The request body * @param CombinationConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AuthenticationCombinationConfiguration $body, ?CombinationC } /** - * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is supported in the following national cloud deployments. + * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is available in the following national cloud deployments. * @param CombinationConfigurationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CombinationConfigurationsRequestBuilder } /** - * Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. This API is supported in the following national cloud deployments. + * Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfiguration $body The request body * @param CombinationConfigurationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilderGetQueryParameters.php index a2c1bbedb73..92b9c6b4711 100644 --- a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is supported in the following national cloud deployments. + * Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. This API is available in the following national cloud deployments. */ class CombinationConfigurationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.php b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.php index 5b3b01243f2..1f2aeca3fad 100644 --- a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.php +++ b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?AuthenticationCombinationConfigurationItemRequestBuilder } /** - * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?AuthenticationCombinationConfigurationItemRequestBuilderGet } /** - * Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. This API is supported in the following national cloud deployments. + * Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfiguration $body The request body * @param AuthenticationCombinationConfigurationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(AuthenticationCombinationConfiguration $body, ?Authenticat } /** - * Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is supported in the following national cloud deployments. + * Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfigurationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?AuthenticationCombinationConfigurati } /** - * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfigurationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?AuthenticationCombinationConfigurationI } /** - * Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. This API is supported in the following national cloud deployments. + * Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. This API is available in the following national cloud deployments. * @param AuthenticationCombinationConfiguration $body The request body * @param AuthenticationCombinationConfigurationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters.php index bf8c2fec184..b113d185561 100644 --- a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an authenticationCombinationConfiguration object. This API is available in the following national cloud deployments. */ class AuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php index 30c8468ccfb..b4f0a44492b 100644 --- a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php +++ b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Updat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAllowedCombinations(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,8 +92,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -108,8 +108,8 @@ public function setAllowedCombinations(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php index 85758607260..1b3956e369b 100644 --- a/src/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php +++ b/src/Generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. This API is supported in the following national cloud deployments. + * Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. This API is available in the following national cloud deployments. * @param UpdateAllowedCombinationsPostRequestBody $body The request body * @param UpdateAllowedCombinationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(UpdateAllowedCombinationsPostRequestBody $body, ?UpdateAllo } /** - * Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. This API is supported in the following national cloud deployments. + * Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. This API is available in the following national cloud deployments. * @param UpdateAllowedCombinationsPostRequestBody $body The request body * @param UpdateAllowedCombinationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilder.php b/src/Generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilder.php index 5fa4f08bb8c..6ab0264c27e 100644 --- a/src/Generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilder.php +++ b/src/Generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AuthorizationPolicyRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the properties of an authorizationPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an authorizationPolicy object. This API is available in the following national cloud deployments. * @param AuthorizationPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AuthorizationPolicyRequestBuilderGetRequestConfiguration $r } /** - * Update the properties of an authorizationPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of an authorizationPolicy object. This API is available in the following national cloud deployments. * @param AuthorizationPolicy $body The request body * @param AuthorizationPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AuthorizationPolicyRequestBuilderDel } /** - * Retrieve the properties of an authorizationPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an authorizationPolicy object. This API is available in the following national cloud deployments. * @param AuthorizationPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?AuthorizationPolicyRequestBuilderGetReq } /** - * Update the properties of an authorizationPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of an authorizationPolicy object. This API is available in the following national cloud deployments. * @param AuthorizationPolicy $body The request body * @param AuthorizationPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilderGetQueryParameters.php b/src/Generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilderGetQueryParameters.php index a940e4832fe..a51f12f35eb 100644 --- a/src/Generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of an authorizationPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an authorizationPolicy object. This API is available in the following national cloud deployments. */ class AuthorizationPolicyRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.php b/src/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.php index 69de6493368..632bdbd8fd0 100644 --- a/src/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.php +++ b/src/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of claimsMappingPolicy objects. This API is supported in the following national cloud deployments. + * Get a list of claimsMappingPolicy objects. This API is available in the following national cloud deployments. * @param ClaimsMappingPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ClaimsMappingPoliciesRequestBuilderGetRequestConfiguration } /** - * Create a new claimsMappingPolicy object. This API is supported in the following national cloud deployments. + * Create a new claimsMappingPolicy object. This API is available in the following national cloud deployments. * @param ClaimsMappingPolicy $body The request body * @param ClaimsMappingPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ClaimsMappingPolicy $body, ?ClaimsMappingPoliciesRequestBui } /** - * Get a list of claimsMappingPolicy objects. This API is supported in the following national cloud deployments. + * Get a list of claimsMappingPolicy objects. This API is available in the following national cloud deployments. * @param ClaimsMappingPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ClaimsMappingPoliciesRequestBuilderGetR } /** - * Create a new claimsMappingPolicy object. This API is supported in the following national cloud deployments. + * Create a new claimsMappingPolicy object. This API is available in the following national cloud deployments. * @param ClaimsMappingPolicy $body The request body * @param ClaimsMappingPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilderGetQueryParameters.php index 9ee2153b7f9..347cf75060a 100644 --- a/src/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of claimsMappingPolicy objects. This API is supported in the following national cloud deployments. + * Get a list of claimsMappingPolicy objects. This API is available in the following national cloud deployments. */ class ClaimsMappingPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.php b/src/Generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.php index 414aea1df08..9ebaa47429f 100644 --- a/src/Generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.php +++ b/src/Generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a claimsMappingPolicy object. This API is supported in the following national cloud deployments. + * Delete a claimsMappingPolicy object. This API is available in the following national cloud deployments. * @param ClaimsMappingPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ClaimsMappingPolicyItemRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of a claimsMappingPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a claimsMappingPolicy object. This API is available in the following national cloud deployments. * @param ClaimsMappingPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ClaimsMappingPolicyItemRequestBuilderGetRequestConfiguratio } /** - * Update the properties of a claimsMappingPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a claimsMappingPolicy object. This API is available in the following national cloud deployments. * @param ClaimsMappingPolicy $body The request body * @param ClaimsMappingPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(ClaimsMappingPolicy $body, ?ClaimsMappingPolicyItemRequest } /** - * Delete a claimsMappingPolicy object. This API is supported in the following national cloud deployments. + * Delete a claimsMappingPolicy object. This API is available in the following national cloud deployments. * @param ClaimsMappingPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?ClaimsMappingPolicyItemRequestBuilde } /** - * Retrieve the properties and relationships of a claimsMappingPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a claimsMappingPolicy object. This API is available in the following national cloud deployments. * @param ClaimsMappingPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?ClaimsMappingPolicyItemRequestBuilderGe } /** - * Update the properties of a claimsMappingPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a claimsMappingPolicy object. This API is available in the following national cloud deployments. * @param ClaimsMappingPolicy $body The request body * @param ClaimsMappingPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilderGetQueryParameters.php index 9e1f5cee65f..5e516b40a0a 100644 --- a/src/Generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a claimsMappingPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a claimsMappingPolicy object. This API is available in the following national cloud deployments. */ class ClaimsMappingPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilder.php b/src/Generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilder.php index f9a442c7650..a342f040390 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilder.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?CrossTenantAccessPolicyRequestBuilderDeleteRequestConfig } /** - * Read the properties and relationships of a crossTenantAccessPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a crossTenantAccessPolicy object. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0 Find more info here @@ -85,7 +85,7 @@ public function get(?CrossTenantAccessPolicyRequestBuilderGetRequestConfiguratio } /** - * Update the properties of a cross-tenant access policy. This API is supported in the following national cloud deployments. + * Update the properties of a cross-tenant access policy. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicy $body The request body * @param CrossTenantAccessPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?CrossTenantAccessPolicyRequestBuilde } /** - * Read the properties and relationships of a crossTenantAccessPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a crossTenantAccessPolicy object. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -143,7 +143,7 @@ public function toGetRequestInformation(?CrossTenantAccessPolicyRequestBuilderGe } /** - * Update the properties of a cross-tenant access policy. This API is supported in the following national cloud deployments. + * Update the properties of a cross-tenant access policy. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicy $body The request body * @param CrossTenantAccessPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilderGetQueryParameters.php b/src/Generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilderGetQueryParameters.php index e522cb96298..ad48e7557e9 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a crossTenantAccessPolicy object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a crossTenantAccessPolicy object. This API is available in the following national cloud deployments. */ class CrossTenantAccessPolicyRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/DefaultRequestBuilder.php b/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/DefaultRequestBuilder.php index d73c5c96b65..603bdff5d57 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/DefaultRequestBuilder.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/DefaultRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?DefaultRequestBuilderDeleteRequestConfiguration $request } /** - * Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Azure AD (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). This API is supported in the following national cloud deployments. + * Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Azure AD (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). This API is available in the following national cloud deployments. * @param DefaultRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?DefaultRequestBuilderGetRequestConfiguration $requestConfig } /** - * Update the default configuration of a cross-tenant access policy. This API is supported in the following national cloud deployments. + * Update the default configuration of a cross-tenant access policy. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyConfigurationDefault $body The request body * @param DefaultRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?DefaultRequestBuilderDeleteRequestCo } /** - * Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Azure AD (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). This API is supported in the following national cloud deployments. + * Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Azure AD (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). This API is available in the following national cloud deployments. * @param DefaultRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?DefaultRequestBuilderGetRequestConfigur } /** - * Update the default configuration of a cross-tenant access policy. This API is supported in the following national cloud deployments. + * Update the default configuration of a cross-tenant access policy. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyConfigurationDefault $body The request body * @param DefaultRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/DefaultRequestBuilderGetQueryParameters.php b/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/DefaultRequestBuilderGetQueryParameters.php index 725388c0d89..9684f6e38ee 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/DefaultRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/DefaultRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Azure AD (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). This API is supported in the following national cloud deployments. + * Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Azure AD (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). This API is available in the following national cloud deployments. */ class DefaultRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.php b/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.php index 96371359672..6ce28ad4788 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/EscapedDefault/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. This API is supported in the following national cloud deployments. + * Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. This API is available in the following national cloud deployments. * @param ResetToSystemDefaultRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ResetToSystemDefaultRequestBuilderPostRequestConfiguration } /** - * Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. This API is supported in the following national cloud deployments. + * Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. This API is available in the following national cloud deployments. * @param ResetToSystemDefaultRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder.php b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder.php index f07a713cd71..075a9d4d703 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration. This API is supported in the following national cloud deployments. + * Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?CrossTenantAccessPolicyConfigurationPartnerTenantItemReq } /** - * Read the properties and relationships of a partner-specific configuration. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a partner-specific configuration. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?CrossTenantAccessPolicyConfigurationPartnerTenantItemReques } /** - * Update the properties of a partner-specific configuration. This API is supported in the following national cloud deployments. + * Update the properties of a partner-specific configuration. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyConfigurationPartner $body The request body * @param CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(CrossTenantAccessPolicyConfigurationPartner $body, ?CrossT } /** - * Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration. This API is supported in the following national cloud deployments. + * Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?CrossTenantAccessPolicyConfiguration } /** - * Read the properties and relationships of a partner-specific configuration. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a partner-specific configuration. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?CrossTenantAccessPolicyConfigurationPar } /** - * Update the properties of a partner-specific configuration. This API is supported in the following national cloud deployments. + * Update the properties of a partner-specific configuration. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyConfigurationPartner $body The request body * @param CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetQueryParameters.php index 249e50b17f7..3a2b3a78aae 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a partner-specific configuration. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a partner-specific configuration. This API is available in the following national cloud deployments. */ class CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.php b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.php index 5bb49f213d9..c105b218172 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the user synchronization policy for a partner-specific configuration. This API is supported in the following national cloud deployments. + * Delete the user synchronization policy for a partner-specific configuration. This API is available in the following national cloud deployments. * @param IdentitySynchronizationRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?IdentitySynchronizationRequestBuilderDeleteRequestConfig } /** - * Get the user synchronization policy of a partner-specific configuration. This API is supported in the following national cloud deployments. + * Get the user synchronization policy of a partner-specific configuration. This API is available in the following national cloud deployments. * @param IdentitySynchronizationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function put(CrossTenantIdentitySyncPolicyPartner $body, ?IdentitySynchro } /** - * Delete the user synchronization policy for a partner-specific configuration. This API is supported in the following national cloud deployments. + * Delete the user synchronization policy for a partner-specific configuration. This API is available in the following national cloud deployments. * @param IdentitySynchronizationRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?IdentitySynchronizationRequestBuilde } /** - * Get the user synchronization policy of a partner-specific configuration. This API is supported in the following national cloud deployments. + * Get the user synchronization policy of a partner-specific configuration. This API is available in the following national cloud deployments. * @param IdentitySynchronizationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilderGetQueryParameters.php b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilderGetQueryParameters.php index 3eb71df868e..ab6684444b2 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the user synchronization policy of a partner-specific configuration. This API is supported in the following national cloud deployments. + * Get the user synchronization policy of a partner-specific configuration. This API is available in the following national cloud deployments. */ class IdentitySynchronizationRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.php b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.php index 835acea5266..6b1cce308ac 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. This API is supported in the following national cloud deployments. + * Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. This API is available in the following national cloud deployments. * @param PartnersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PartnersRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new partner configuration in a cross-tenant access policy. This API is supported in the following national cloud deployments. + * Create a new partner configuration in a cross-tenant access policy. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyConfigurationPartner $body The request body * @param PartnersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CrossTenantAccessPolicyConfigurationPartner $body, ?Partner } /** - * Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. This API is supported in the following national cloud deployments. + * Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. This API is available in the following national cloud deployments. * @param PartnersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PartnersRequestBuilderGetRequestConfigu } /** - * Create a new partner configuration in a cross-tenant access policy. This API is supported in the following national cloud deployments. + * Create a new partner configuration in a cross-tenant access policy. This API is available in the following national cloud deployments. * @param CrossTenantAccessPolicyConfigurationPartner $body The request body * @param PartnersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilderGetQueryParameters.php b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilderGetQueryParameters.php index 65ca7a5fed4..c561c843685 100644 --- a/src/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. This API is supported in the following national cloud deployments. + * Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. This API is available in the following national cloud deployments. */ class PartnersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilder.php b/src/Generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilder.php index f0538611bb8..845c5b55cff 100644 --- a/src/Generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilder.php +++ b/src/Generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DefaultAppManagementPolicyRequestBuilderDeleteRequestCon } /** - * Read the properties of a tenantAppManagementPolicy object. This API is supported in the following national cloud deployments. + * Read the properties of a tenantAppManagementPolicy object. This API is available in the following national cloud deployments. * @param DefaultAppManagementPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?DefaultAppManagementPolicyRequestBuilderGetRequestConfigura } /** - * Update the properties of a tenantAppManagementPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a tenantAppManagementPolicy object. This API is available in the following national cloud deployments. * @param TenantAppManagementPolicy $body The request body * @param DefaultAppManagementPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DefaultAppManagementPolicyRequestBui } /** - * Read the properties of a tenantAppManagementPolicy object. This API is supported in the following national cloud deployments. + * Read the properties of a tenantAppManagementPolicy object. This API is available in the following national cloud deployments. * @param DefaultAppManagementPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?DefaultAppManagementPolicyRequestBuilde } /** - * Update the properties of a tenantAppManagementPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a tenantAppManagementPolicy object. This API is available in the following national cloud deployments. * @param TenantAppManagementPolicy $body The request body * @param DefaultAppManagementPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilderGetQueryParameters.php b/src/Generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilderGetQueryParameters.php index b3db4cf1f3f..cca719c7c15 100644 --- a/src/Generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties of a tenantAppManagementPolicy object. This API is supported in the following national cloud deployments. + * Read the properties of a tenantAppManagementPolicy object. This API is available in the following national cloud deployments. */ class DefaultAppManagementPolicyRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.php b/src/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.php index 549362008c9..4b873bf299e 100644 --- a/src/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.php +++ b/src/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of featureRolloutPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve a list of featureRolloutPolicy objects. This API is available in the following national cloud deployments. * @param FeatureRolloutPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?FeatureRolloutPoliciesRequestBuilderGetRequestConfiguration } /** - * Create a new featureRolloutPolicy object. This API is supported in the following national cloud deployments. + * Create a new featureRolloutPolicy object. This API is available in the following national cloud deployments. * @param FeatureRolloutPolicy $body The request body * @param FeatureRolloutPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(FeatureRolloutPolicy $body, ?FeatureRolloutPoliciesRequestB } /** - * Retrieve a list of featureRolloutPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve a list of featureRolloutPolicy objects. This API is available in the following national cloud deployments. * @param FeatureRolloutPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?FeatureRolloutPoliciesRequestBuilderGet } /** - * Create a new featureRolloutPolicy object. This API is supported in the following national cloud deployments. + * Create a new featureRolloutPolicy object. This API is available in the following national cloud deployments. * @param FeatureRolloutPolicy $body The request body * @param FeatureRolloutPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilderGetQueryParameters.php index cafbb15131d..f59ff88ad09 100644 --- a/src/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of featureRolloutPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve a list of featureRolloutPolicy objects. This API is available in the following national cloud deployments. */ class FeatureRolloutPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.php index b84d3c92c96..8c30159b706 100644 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.php +++ b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.php @@ -9,12 +9,8 @@ use Microsoft\Graph\Generated\Models\DirectoryObjectCollectionResponse; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Graph\Generated\Policies\FeatureRolloutPolicies\Item\AppliesTo\Count\CountRequestBuilder; -use Microsoft\Graph\Generated\Policies\FeatureRolloutPolicies\Item\AppliesTo\Delta\DeltaRequestBuilder; -use Microsoft\Graph\Generated\Policies\FeatureRolloutPolicies\Item\AppliesTo\GetAvailableExtensionProperties\GetAvailableExtensionPropertiesRequestBuilder; -use Microsoft\Graph\Generated\Policies\FeatureRolloutPolicies\Item\AppliesTo\GetByIds\GetByIdsRequestBuilder; use Microsoft\Graph\Generated\Policies\FeatureRolloutPolicies\Item\AppliesTo\Item\DirectoryObjectItemRequestBuilder; use Microsoft\Graph\Generated\Policies\FeatureRolloutPolicies\Item\AppliesTo\Ref\RefRequestBuilder; -use Microsoft\Graph\Generated\Policies\FeatureRolloutPolicies\Item\AppliesTo\ValidateProperties\ValidatePropertiesRequestBuilder; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; use Microsoft\Kiota\Abstractions\HttpMethod; use Microsoft\Kiota\Abstractions\RequestAdapter; @@ -32,27 +28,6 @@ public function count(): CountRequestBuilder { return new CountRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the delta method. - */ - public function delta(): DeltaRequestBuilder { - return new DeltaRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getAvailableExtensionProperties method. - */ - public function getAvailableExtensionProperties(): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getByIds method. - */ - public function getByIds(): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Provides operations to manage the collection of policyRoot entities. */ @@ -60,13 +35,6 @@ public function ref(): RefRequestBuilder { return new RefRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the validateProperties method. - */ - public function validateProperties(): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Gets an item from the Microsoft/Graph/Generated.policies.featureRolloutPolicies.item.appliesTo.item collection * @param string $directoryObjectId Unique identifier of the item @@ -111,7 +79,7 @@ public function get(?AppliesToRequestBuilderGetRequestConfiguration $requestConf } /** - * Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. This API is supported in the following national cloud deployments. + * Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. This API is available in the following national cloud deployments. * @param DirectoryObject $body The request body * @param AppliesToRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -152,7 +120,7 @@ public function toGetRequestInformation(?AppliesToRequestBuilderGetRequestConfig } /** - * Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. This API is supported in the following national cloud deployments. + * Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. This API is available in the following national cloud deployments. * @param DirectoryObject $body The request body * @param AppliesToRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaGetResponse.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaGetResponse.php deleted file mode 100644 index 9738619ddfd..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaGetResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaRequestBuilder.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaRequestBuilder.php deleted file mode 100644 index c61c35e38ae..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toGetRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DeltaGetResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toGetRequestInformation(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::GET; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - if ($requestConfiguration->queryParameters !== null) { - $requestInfo->setQueryParameters($requestConfiguration->queryParameters); - } - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return DeltaRequestBuilder - */ - public function withUrl(string $rawUrl): DeltaRequestBuilder { - return new DeltaRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaRequestBuilderGetQueryParameters.php deleted file mode 100644 index 21bdfc06a2d..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaRequestBuilderGetQueryParameters.php +++ /dev/null @@ -1,74 +0,0 @@ -|null $orderby Order items by property values - */ - public ?array $orderby = null; - - /** - * @QueryParameter("%24search") - * @var string|null $search Search items by search phrases - */ - public ?string $search = null; - - /** - * @QueryParameter("%24select") - * @var array|null $select Select properties to be returned - */ - public ?array $select = null; - - /** - * @QueryParameter("%24skip") - * @var int|null $skip Skip the first n items - */ - public ?int $skip = null; - - /** - * @QueryParameter("%24top") - * @var int|null $top Show only the first n items - */ - public ?int $top = null; - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters and sets the default values. - * @param bool|null $count Include count of items - * @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, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { - $this->count = $count; - $this->filter = $filter; - $this->orderby = $orderby; - $this->search = $search; - $this->select = $select; - $this->skip = $skip; - $this->top = $top; - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaRequestBuilderGetRequestConfiguration.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaRequestBuilderGetRequestConfiguration.php deleted file mode 100644 index e2c95b6dacd..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Delta/DeltaRequestBuilderGetRequestConfiguration.php +++ /dev/null @@ -1,44 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - * @param DeltaRequestBuilderGetQueryParameters|null $queryParameters Request query parameters - */ - public function __construct(?array $headers = null, ?array $options = null, ?DeltaRequestBuilderGetQueryParameters $queryParameters = null) { - parent::__construct($headers ?? [], $options ?? []); - $this->queryParameters = $queryParameters; - } - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters. - * @param bool|null $count Include count of items - * @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 DeltaRequestBuilderGetQueryParameters - */ - public static function createQueryParameters(?bool $count = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DeltaRequestBuilderGetQueryParameters { - return new DeltaRequestBuilderGetQueryParameters($count, $filter, $orderby, $search, $select, $skip, $top); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php deleted file mode 100644 index 2b54ca5eb9f..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetAvailableExtensionPropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAvailableExtensionPropertiesPostRequestBody { - return new GetAvailableExtensionPropertiesPostRequestBody(); - } - - /** - * 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 [ - 'isSyncedFromOnPremises' => fn(ParseNode $n) => $o->setIsSyncedFromOnPremises($n->getBooleanValue()), - ]; - } - - /** - * Gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @return bool|null - */ - public function getIsSyncedFromOnPremises(): ?bool { - $val = $this->getBackingStore()->get('isSyncedFromOnPremises'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'isSyncedFromOnPremises'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('isSyncedFromOnPremises', $this->getIsSyncedFromOnPremises()); - $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 isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @param bool|null $value Value to set for the isSyncedFromOnPremises property. - */ - public function setIsSyncedFromOnPremises(?bool $value): void { - $this->getBackingStore()->set('isSyncedFromOnPremises', $value); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php deleted file mode 100644 index 61e66127e01..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([ExtensionProperty::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, ExtensionProperty::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php deleted file mode 100644 index 81ef5ef2bf8..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/getAvailableExtensionProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 Find more info here - */ - public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetAvailableExtensionPropertiesPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetAvailableExtensionPropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 7ba505dd4ea..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsPostRequestBody.php deleted file mode 100644 index 2eaf436eddb..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsPostRequestBody.php +++ /dev/null @@ -1,155 +0,0 @@ -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 GetByIdsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetByIdsPostRequestBody { - return new GetByIdsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - 'types' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setTypes($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Gets the types property value. The types property - * @return array|null - */ - public function getTypes(): ?array { - $val = $this->getBackingStore()->get('types'); - 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 'types'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $writer->writeCollectionOfPrimitiveValues('types', $this->getTypes()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - - /** - * Sets the types property value. The types property - * @param array|null $value Value to set for the types property. - */ - public function setTypes(?array $value): void { - $this->getBackingStore()->set('types', $value); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsPostResponse.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsPostResponse.php deleted file mode 100644 index 92ce8097950..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsRequestBuilder.php deleted file mode 100644 index 948873bdbf4..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/getByIds'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 Find more info here - */ - public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetByIdsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetByIdsRequestBuilder - */ - public function withUrl(string $rawUrl): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index e7cb45389d5..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilder.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilder.php index 6e20bc2345e..253a61c3840 100644 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is supported in the following national cloud deployments. + * Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is supported in the following national cloud deployments. + * Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index f4d0a28cd60..cd5c32b79c9 100644 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is supported in the following national cloud deployments. + * Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.php index a09e8dde126..dbf9a2d3348 100644 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.php +++ b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.php @@ -51,7 +51,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. This API is supported in the following national cloud deployments. + * Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. This API is supported in the following national cloud deployments. + * Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/ValidateProperties/ValidatePropertiesPostRequestBody.php deleted file mode 100644 index 8e6bb9e2ce0..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ /dev/null @@ -1,180 +0,0 @@ -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 ValidatePropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): ValidatePropertiesPostRequestBody { - return new ValidatePropertiesPostRequestBody(); - } - - /** - * 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 displayName property value. The displayName property - * @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 entityType property value. The entityType property - * @return string|null - */ - public function getEntityType(): ?string { - $val = $this->getBackingStore()->get('entityType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'entityType'"); - } - - /** - * The deserialization information for the current model - * @return array - */ - public function getFieldDeserializers(): array { - $o = $this; - return [ - 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), - 'entityType' => fn(ParseNode $n) => $o->setEntityType($n->getStringValue()), - 'mailNickname' => fn(ParseNode $n) => $o->setMailNickname($n->getStringValue()), - 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), - ]; - } - - /** - * Gets the mailNickname property value. The mailNickname property - * @return string|null - */ - public function getMailNickname(): ?string { - $val = $this->getBackingStore()->get('mailNickname'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'mailNickname'"); - } - - /** - * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @return string|null - */ - public function getOnBehalfOfUserId(): ?string { - $val = $this->getBackingStore()->get('onBehalfOfUserId'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('displayName', $this->getDisplayName()); - $writer->writeStringValue('entityType', $this->getEntityType()); - $writer->writeStringValue('mailNickname', $this->getMailNickname()); - $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); - $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 displayName property value. The displayName property - * @param string|null $value Value to set for the displayName property. - */ - public function setDisplayName(?string $value): void { - $this->getBackingStore()->set('displayName', $value); - } - - /** - * Sets the entityType property value. The entityType property - * @param string|null $value Value to set for the entityType property. - */ - public function setEntityType(?string $value): void { - $this->getBackingStore()->set('entityType', $value); - } - - /** - * Sets the mailNickname property value. The mailNickname property - * @param string|null $value Value to set for the mailNickname property. - */ - public function setMailNickname(?string $value): void { - $this->getBackingStore()->set('mailNickname', $value); - } - - /** - * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @param string|null $value Value to set for the onBehalfOfUserId property. - */ - public function setOnBehalfOfUserId(?string $value): void { - $this->getBackingStore()->set('onBehalfOfUserId', $value); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/ValidateProperties/ValidatePropertiesRequestBuilder.php deleted file mode 100644 index a33735c3b01..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/validateProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 Find more info here - */ - public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendNoContentAsync($requestInfo, $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return ValidatePropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index a84d16f3d0e..00000000000 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilder.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilder.php index 36ff89b996a..ea950553200 100644 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilder.php +++ b/src/Generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a featureRolloutPolicy object. This API is supported in the following national cloud deployments. + * Delete a featureRolloutPolicy object. This API is available in the following national cloud deployments. * @param FeatureRolloutPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?FeatureRolloutPolicyItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of a featureRolloutPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a featureRolloutPolicy object. This API is available in the following national cloud deployments. * @param FeatureRolloutPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?FeatureRolloutPolicyItemRequestBuilderGetRequestConfigurati } /** - * Update the properties of featureRolloutPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of featureRolloutPolicy object. This API is available in the following national cloud deployments. * @param FeatureRolloutPolicy $body The request body * @param FeatureRolloutPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(FeatureRolloutPolicy $body, ?FeatureRolloutPolicyItemReque } /** - * Delete a featureRolloutPolicy object. This API is supported in the following national cloud deployments. + * Delete a featureRolloutPolicy object. This API is available in the following national cloud deployments. * @param FeatureRolloutPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?FeatureRolloutPolicyItemRequestBuild } /** - * Retrieve the properties and relationships of a featureRolloutPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a featureRolloutPolicy object. This API is available in the following national cloud deployments. * @param FeatureRolloutPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?FeatureRolloutPolicyItemRequestBuilderG } /** - * Update the properties of featureRolloutPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of featureRolloutPolicy object. This API is available in the following national cloud deployments. * @param FeatureRolloutPolicy $body The request body * @param FeatureRolloutPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilderGetQueryParameters.php index f44714d1f9b..430cc6fbf17 100644 --- a/src/Generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a featureRolloutPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a featureRolloutPolicy object. This API is available in the following national cloud deployments. */ class FeatureRolloutPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.php b/src/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.php index 3a7cd637176..6dde32aed24 100644 --- a/src/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.php +++ b/src/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of homeRealmDiscoveryPolicy objects. This API is supported in the following national cloud deployments. + * Get a list of homeRealmDiscoveryPolicy objects. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?HomeRealmDiscoveryPoliciesRequestBuilderGetRequestConfigura } /** - * Create a new homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments. + * Create a new homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPolicy $body The request body * @param HomeRealmDiscoveryPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(HomeRealmDiscoveryPolicy $body, ?HomeRealmDiscoveryPolicies } /** - * Get a list of homeRealmDiscoveryPolicy objects. This API is supported in the following national cloud deployments. + * Get a list of homeRealmDiscoveryPolicy objects. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?HomeRealmDiscoveryPoliciesRequestBuilde } /** - * Create a new homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments. + * Create a new homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPolicy $body The request body * @param HomeRealmDiscoveryPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters.php index 9b425b851f1..19ec4c3ab8d 100644 --- a/src/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of homeRealmDiscoveryPolicy objects. This API is supported in the following national cloud deployments. + * Get a list of homeRealmDiscoveryPolicy objects. This API is available in the following national cloud deployments. */ class HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.php b/src/Generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.php index 58ac466619f..fad73fa4421 100644 --- a/src/Generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.php +++ b/src/Generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments. + * Delete a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?HomeRealmDiscoveryPolicyItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?HomeRealmDiscoveryPolicyItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPolicy $body The request body * @param HomeRealmDiscoveryPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(HomeRealmDiscoveryPolicy $body, ?HomeRealmDiscoveryPolicyI } /** - * Delete a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments. + * Delete a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?HomeRealmDiscoveryPolicyItemRequestB } /** - * Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?HomeRealmDiscoveryPolicyItemRequestBuil } /** - * Update the properties of a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPolicy $body The request body * @param HomeRealmDiscoveryPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilderGetQueryParameters.php index 9442ccd5ec5..006630b953c 100644 --- a/src/Generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. This API is available in the following national cloud deployments. */ class HomeRealmDiscoveryPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.php b/src/Generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.php index d5f3b4eee46..e35eb4483b7 100644 --- a/src/Generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.php +++ b/src/Generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?IdentitySecurityDefaultsEnforcementPolicyRequestBuilderD } /** - * Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is available in the following national cloud deployments. * @param IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetR } /** - * Update the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is available in the following national cloud deployments. * @param IdentitySecurityDefaultsEnforcementPolicy $body The request body * @param IdentitySecurityDefaultsEnforcementPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?IdentitySecurityDefaultsEnforcementP } /** - * Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is available in the following national cloud deployments. * @param IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?IdentitySecurityDefaultsEnforcementPoli } /** - * Update the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is supported in the following national cloud deployments. + * Update the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is available in the following national cloud deployments. * @param IdentitySecurityDefaultsEnforcementPolicy $body The request body * @param IdentitySecurityDefaultsEnforcementPolicyRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetQueryParameters.php b/src/Generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetQueryParameters.php index 2211da4a2e7..6841aaa6dfc 100644 --- a/src/Generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. This API is available in the following national cloud deployments. */ class IdentitySecurityDefaultsEnforcementPolicyRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.php b/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.php index 96939e7a3a9..47161f69b9e 100644 --- a/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.php +++ b/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param ExcludesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ExcludesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Add conditions under which a permission grant event is *excluded* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the excludes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Add conditions under which a permission grant event is *excluded* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the excludes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param PermissionGrantConditionSet $body The request body * @param ExcludesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PermissionGrantConditionSet $body, ?ExcludesRequestBuilderP } /** - * Retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param ExcludesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ExcludesRequestBuilderGetRequestConfigu } /** - * Add conditions under which a permission grant event is *excluded* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the excludes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Add conditions under which a permission grant event is *excluded* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the excludes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param PermissionGrantConditionSet $body The request body * @param ExcludesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilderGetQueryParameters.php index 360f0523dba..db7a885034e 100644 --- a/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Retrieve the condition sets which are *excluded* in a permissionGrantPolicy. This API is available in the following national cloud deployments. */ class ExcludesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/Item/PermissionGrantConditionSetItemRequestBuilder.php b/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/Item/PermissionGrantConditionSetItemRequestBuilder.php index bbb0a53044c..31aae7f5712 100644 --- a/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/Item/PermissionGrantConditionSetItemRequestBuilder.php +++ b/src/Generated/Policies/PermissionGrantPolicies/Item/Excludes/Item/PermissionGrantConditionSetItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param PermissionGrantConditionSetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function patch(PermissionGrantConditionSet $body, ?PermissionGrantConditi } /** - * Deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param PermissionGrantConditionSetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.php b/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.php index b94d1c1b51d..2858a10aa64 100644 --- a/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.php +++ b/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param IncludesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?IncludesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Add conditions under which a permission grant event is *included* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the includes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Add conditions under which a permission grant event is *included* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the includes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param PermissionGrantConditionSet $body The request body * @param IncludesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PermissionGrantConditionSet $body, ?IncludesRequestBuilderP } /** - * Retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param IncludesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?IncludesRequestBuilderGetRequestConfigu } /** - * Add conditions under which a permission grant event is *included* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the includes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Add conditions under which a permission grant event is *included* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the includes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param PermissionGrantConditionSet $body The request body * @param IncludesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilderGetQueryParameters.php index eea0c362878..9661d3c10ad 100644 --- a/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Retrieve the condition sets which are *included* in a permissionGrantPolicy. This API is available in the following national cloud deployments. */ class IncludesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/Item/PermissionGrantConditionSetItemRequestBuilder.php b/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/Item/PermissionGrantConditionSetItemRequestBuilder.php index e9e95e8f9e0..34d13db7061 100644 --- a/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/Item/PermissionGrantConditionSetItemRequestBuilder.php +++ b/src/Generated/Policies/PermissionGrantPolicies/Item/Includes/Item/PermissionGrantConditionSetItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param PermissionGrantConditionSetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function patch(PermissionGrantConditionSet $body, ?PermissionGrantConditi } /** - * Deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param PermissionGrantConditionSetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilder.php b/src/Generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilder.php index e113550a5bb..10c1e086dc9 100644 --- a/src/Generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilder.php +++ b/src/Generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a permissionGrantPolicy object. This API is supported in the following national cloud deployments. + * Delete a permissionGrantPolicy object. This API is available in the following national cloud deployments. * @param PermissionGrantPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?PermissionGrantPolicyItemRequestBuilderDeleteRequestConf } /** - * Retrieve a single permissionGrantPolicy object. This API is supported in the following national cloud deployments. + * Retrieve a single permissionGrantPolicy object. This API is available in the following national cloud deployments. * @param PermissionGrantPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?PermissionGrantPolicyItemRequestBuilderGetRequestConfigurat } /** - * Update properties of a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Update properties of a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param PermissionGrantPolicy $body The request body * @param PermissionGrantPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(PermissionGrantPolicy $body, ?PermissionGrantPolicyItemReq } /** - * Delete a permissionGrantPolicy object. This API is supported in the following national cloud deployments. + * Delete a permissionGrantPolicy object. This API is available in the following national cloud deployments. * @param PermissionGrantPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?PermissionGrantPolicyItemRequestBuil } /** - * Retrieve a single permissionGrantPolicy object. This API is supported in the following national cloud deployments. + * Retrieve a single permissionGrantPolicy object. This API is available in the following national cloud deployments. * @param PermissionGrantPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?PermissionGrantPolicyItemRequestBuilder } /** - * Update properties of a permissionGrantPolicy. This API is supported in the following national cloud deployments. + * Update properties of a permissionGrantPolicy. This API is available in the following national cloud deployments. * @param PermissionGrantPolicy $body The request body * @param PermissionGrantPolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilderGetQueryParameters.php index 7c89bbc09ea..86320d3fdd5 100644 --- a/src/Generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single permissionGrantPolicy object. This API is supported in the following national cloud deployments. + * Retrieve a single permissionGrantPolicy object. This API is available in the following national cloud deployments. */ class PermissionGrantPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.php b/src/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.php index 63867036a5b..fe3fff5ca96 100644 --- a/src/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.php +++ b/src/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of permissionGrantPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve the list of permissionGrantPolicy objects. This API is available in the following national cloud deployments. * @param PermissionGrantPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PermissionGrantPoliciesRequestBuilderGetRequestConfiguratio } /** - * Creates a permissionGrantPolicy. A permission grant policy is used to describe the conditions under which permissions can be granted (for example, during application consent). After creating the permission grant policy, you can add include condition sets to add matching rules, and add exclude condition sets to add exclusion rules. This API is supported in the following national cloud deployments. + * Creates a permissionGrantPolicy. A permission grant policy is used to describe the conditions under which permissions can be granted (for example, during application consent). After creating the permission grant policy, you can add include condition sets to add matching rules, and add exclude condition sets to add exclusion rules. This API is available in the following national cloud deployments. * @param PermissionGrantPolicy $body The request body * @param PermissionGrantPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PermissionGrantPolicy $body, ?PermissionGrantPoliciesReques } /** - * Retrieve the list of permissionGrantPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve the list of permissionGrantPolicy objects. This API is available in the following national cloud deployments. * @param PermissionGrantPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PermissionGrantPoliciesRequestBuilderGe } /** - * Creates a permissionGrantPolicy. A permission grant policy is used to describe the conditions under which permissions can be granted (for example, during application consent). After creating the permission grant policy, you can add include condition sets to add matching rules, and add exclude condition sets to add exclusion rules. This API is supported in the following national cloud deployments. + * Creates a permissionGrantPolicy. A permission grant policy is used to describe the conditions under which permissions can be granted (for example, during application consent). After creating the permission grant policy, you can add include condition sets to add matching rules, and add exclude condition sets to add exclusion rules. This API is available in the following national cloud deployments. * @param PermissionGrantPolicy $body The request body * @param PermissionGrantPoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilderGetQueryParameters.php index 6b3fd2275c5..82a73aacf0a 100644 --- a/src/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of permissionGrantPolicy objects. This API is supported in the following national cloud deployments. + * Retrieve the list of permissionGrantPolicy objects. This API is available in the following national cloud deployments. */ class PermissionGrantPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.php b/src/Generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.php index 2af10ff652d..a513fd85a07 100644 --- a/src/Generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.php +++ b/src/Generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?UnifiedRoleManagementPolicyRuleItemRequestBuilderDeleteR } /** - * Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: This API is supported in the following national cloud deployments. + * Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: This API is available in the following national cloud deployments. * @param UnifiedRoleManagementPolicyRuleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?UnifiedRoleManagementPolicyRuleItemRequestBuilderGetRequest } /** - * Update a rule defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: For more information about rules for Azure AD roles and examples of updating rules, see the following articles: This API is supported in the following national cloud deployments. + * Update a rule defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: For more information about rules for Azure AD roles and examples of updating rules, see the following articles: This API is available in the following national cloud deployments. * @param UnifiedRoleManagementPolicyRule $body The request body * @param UnifiedRoleManagementPolicyRuleItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?UnifiedRoleManagementPolicyRuleItemR } /** - * Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: This API is supported in the following national cloud deployments. + * Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: This API is available in the following national cloud deployments. * @param UnifiedRoleManagementPolicyRuleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?UnifiedRoleManagementPolicyRuleItemRequ } /** - * Update a rule defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: For more information about rules for Azure AD roles and examples of updating rules, see the following articles: This API is supported in the following national cloud deployments. + * Update a rule defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: For more information about rules for Azure AD roles and examples of updating rules, see the following articles: This API is available in the following national cloud deployments. * @param UnifiedRoleManagementPolicyRule $body The request body * @param UnifiedRoleManagementPolicyRuleItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters.php index b8d31ffb025..a1ca9ea6d30 100644 --- a/src/Generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: This API is supported in the following national cloud deployments. + * Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: This API is available in the following national cloud deployments. */ class UnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.php b/src/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.php index 3e6caa5f259..629c0ca23c7 100644 --- a/src/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.php +++ b/src/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object: This API is supported in the following national cloud deployments. + * Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object: This API is available in the following national cloud deployments. * @param RulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(UnifiedRoleManagementPolicyRule $body, ?RulesRequestBuilder } /** - * Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object: This API is supported in the following national cloud deployments. + * Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object: This API is available in the following national cloud deployments. * @param RulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilderGetQueryParameters.php index 0b1eac1cee4..b8137fccff2 100644 --- a/src/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object: This API is supported in the following national cloud deployments. + * Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object: This API is available in the following national cloud deployments. */ class RulesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilder.php b/src/Generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilder.php index 6c0bcb9dab7..fa3278d1a53 100644 --- a/src/Generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilder.php +++ b/src/Generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?UnifiedRoleManagementPolicyItemRequestBuilderDeleteReque } /** - * Retrieve the details of a role management policy. This API is supported in the following national cloud deployments. + * Retrieve the details of a role management policy. This API is available in the following national cloud deployments. * @param UnifiedRoleManagementPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?UnifiedRoleManagementPolicyItemReque } /** - * Retrieve the details of a role management policy. This API is supported in the following national cloud deployments. + * Retrieve the details of a role management policy. This API is available in the following national cloud deployments. * @param UnifiedRoleManagementPolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilderGetQueryParameters.php index 32e0dde9fc3..b7b9aed81db 100644 --- a/src/Generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the details of a role management policy. This API is supported in the following national cloud deployments. + * Retrieve the details of a role management policy. This API is available in the following national cloud deployments. */ class UnifiedRoleManagementPolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.php b/src/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.php index 4da20aee15f..5bc46a9f0f0 100644 --- a/src/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.php +++ b/src/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get role management policies and their details. This API is supported in the following national cloud deployments. + * Get role management policies and their details. This API is available in the following national cloud deployments. * @param RoleManagementPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(UnifiedRoleManagementPolicy $body, ?RoleManagementPoliciesR } /** - * Get role management policies and their details. This API is supported in the following national cloud deployments. + * Get role management policies and their details. This API is available in the following national cloud deployments. * @param RoleManagementPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilderGetQueryParameters.php index 6e8aefc4eea..3d389e1d526 100644 --- a/src/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get role management policies and their details. This API is supported in the following national cloud deployments. + * Get role management policies and their details. This API is available in the following national cloud deployments. */ class RoleManagementPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilder.php b/src/Generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilder.php index fdb0ae3d857..b029e09c1ef 100644 --- a/src/Generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilder.php +++ b/src/Generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?UnifiedRoleManagementPolicyAssignmentItemRequestBuilderD } /** - * Get the details of a role management policy assignment including the policy and rules associated with the Azure AD role. This API is supported in the following national cloud deployments. + * Get the details of a role management policy assignment including the policy and rules associated with the Azure AD role. This API is available in the following national cloud deployments. * @param UnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?UnifiedRoleManagementPolicyAssignmen } /** - * Get the details of a role management policy assignment including the policy and rules associated with the Azure AD role. This API is supported in the following national cloud deployments. + * Get the details of a role management policy assignment including the policy and rules associated with the Azure AD role. This API is available in the following national cloud deployments. * @param UnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetQueryParameters.php index 421b5369419..a459dd84778 100644 --- a/src/Generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the details of a role management policy assignment including the policy and rules associated with the Azure AD role. This API is supported in the following national cloud deployments. + * Get the details of a role management policy assignment including the policy and rules associated with the Azure AD role. This API is available in the following national cloud deployments. */ class UnifiedRoleManagementPolicyAssignmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.php b/src/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.php index 9c84eb8909c..2df2f4d317b 100644 --- a/src/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.php +++ b/src/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the details of all role management policy assignments including the policies and rules associated with the Azure AD roles. This API is supported in the following national cloud deployments. + * Get the details of all role management policy assignments including the policies and rules associated with the Azure AD roles. This API is available in the following national cloud deployments. * @param RoleManagementPolicyAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(UnifiedRoleManagementPolicyAssignment $body, ?RoleManagemen } /** - * Get the details of all role management policy assignments including the policies and rules associated with the Azure AD roles. This API is supported in the following national cloud deployments. + * Get the details of all role management policy assignments including the policies and rules associated with the Azure AD roles. This API is available in the following national cloud deployments. * @param RoleManagementPolicyAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilderGetQueryParameters.php index 032a4786170..831f5a540b2 100644 --- a/src/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the details of all role management policy assignments including the policies and rules associated with the Azure AD roles. This API is supported in the following national cloud deployments. + * Get the details of all role management policy assignments including the policies and rules associated with the Azure AD roles. This API is available in the following national cloud deployments. */ class RoleManagementPolicyAssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.php b/src/Generated/Policies/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.php index cf48a6aba38..a8f25c513aa 100644 --- a/src/Generated/Policies/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.php +++ b/src/Generated/Policies/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a tokenIssuancePolicy object. This API is supported in the following national cloud deployments. + * Delete a tokenIssuancePolicy object. This API is available in the following national cloud deployments. * @param TokenIssuancePolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?TokenIssuancePolicyItemRequestBuilderGetRequestConfiguratio } /** - * Update the properties of a tokenIssuancePolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a tokenIssuancePolicy object. This API is available in the following national cloud deployments. * @param TokenIssuancePolicy $body The request body * @param TokenIssuancePolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -97,7 +97,7 @@ public function patch(TokenIssuancePolicy $body, ?TokenIssuancePolicyItemRequest } /** - * Delete a tokenIssuancePolicy object. This API is supported in the following national cloud deployments. + * Delete a tokenIssuancePolicy object. This API is available in the following national cloud deployments. * @param TokenIssuancePolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?TokenIssuancePolicyItemRequestBuilderGe } /** - * Update the properties of a tokenIssuancePolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a tokenIssuancePolicy object. This API is available in the following national cloud deployments. * @param TokenIssuancePolicy $body The request body * @param TokenIssuancePolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.php b/src/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.php index b751218eea6..32ca7916ed2 100644 --- a/src/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.php +++ b/src/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of tokenIssuancePolicy objects. This API is supported in the following national cloud deployments. + * Get a list of tokenIssuancePolicy objects. This API is available in the following national cloud deployments. * @param TokenIssuancePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TokenIssuancePoliciesRequestBuilderGetRequestConfiguration } /** - * Create a new tokenIssuancePolicy object. This API is supported in the following national cloud deployments. + * Create a new tokenIssuancePolicy object. This API is available in the following national cloud deployments. * @param TokenIssuancePolicy $body The request body * @param TokenIssuancePoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TokenIssuancePolicy $body, ?TokenIssuancePoliciesRequestBui } /** - * Get a list of tokenIssuancePolicy objects. This API is supported in the following national cloud deployments. + * Get a list of tokenIssuancePolicy objects. This API is available in the following national cloud deployments. * @param TokenIssuancePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TokenIssuancePoliciesRequestBuilderGetR } /** - * Create a new tokenIssuancePolicy object. This API is supported in the following national cloud deployments. + * Create a new tokenIssuancePolicy object. This API is available in the following national cloud deployments. * @param TokenIssuancePolicy $body The request body * @param TokenIssuancePoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilderGetQueryParameters.php index 236b2c7f045..764aa6c1fcd 100644 --- a/src/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of tokenIssuancePolicy objects. This API is supported in the following national cloud deployments. + * Get a list of tokenIssuancePolicy objects. This API is available in the following national cloud deployments. */ class TokenIssuancePoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.php b/src/Generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.php index 2a35caccdea..fb538f3b00b 100644 --- a/src/Generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.php +++ b/src/Generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a tokenLifetimePolicy object. This API is supported in the following national cloud deployments. + * Delete a tokenLifetimePolicy object. This API is available in the following national cloud deployments. * @param TokenLifetimePolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TokenLifetimePolicyItemRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of a tokenLifetimePolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a tokenLifetimePolicy object. This API is available in the following national cloud deployments. * @param TokenLifetimePolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TokenLifetimePolicyItemRequestBuilderGetRequestConfiguratio } /** - * Update the properties of a tokenLifetimePolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a tokenLifetimePolicy object. This API is available in the following national cloud deployments. * @param TokenLifetimePolicy $body The request body * @param TokenLifetimePolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TokenLifetimePolicy $body, ?TokenLifetimePolicyItemRequest } /** - * Delete a tokenLifetimePolicy object. This API is supported in the following national cloud deployments. + * Delete a tokenLifetimePolicy object. This API is available in the following national cloud deployments. * @param TokenLifetimePolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TokenLifetimePolicyItemRequestBuilde } /** - * Retrieve the properties and relationships of a tokenLifetimePolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a tokenLifetimePolicy object. This API is available in the following national cloud deployments. * @param TokenLifetimePolicyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TokenLifetimePolicyItemRequestBuilderGe } /** - * Update the properties of a tokenLifetimePolicy object. This API is supported in the following national cloud deployments. + * Update the properties of a tokenLifetimePolicy object. This API is available in the following national cloud deployments. * @param TokenLifetimePolicy $body The request body * @param TokenLifetimePolicyItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilderGetQueryParameters.php b/src/Generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilderGetQueryParameters.php index f7cb8435e3e..639ae73d3cd 100644 --- a/src/Generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a tokenLifetimePolicy object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a tokenLifetimePolicy object. This API is available in the following national cloud deployments. */ class TokenLifetimePolicyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.php b/src/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.php index 01df96d501b..b1c2373b333 100644 --- a/src/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.php +++ b/src/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of tokenLifetimePolicy objects. This API is supported in the following national cloud deployments. + * Get a list of tokenLifetimePolicy objects. This API is available in the following national cloud deployments. * @param TokenLifetimePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TokenLifetimePoliciesRequestBuilderGetRequestConfiguration } /** - * Create a new tokenLifetimePolicy object. This API is supported in the following national cloud deployments. + * Create a new tokenLifetimePolicy object. This API is available in the following national cloud deployments. * @param TokenLifetimePolicy $body The request body * @param TokenLifetimePoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TokenLifetimePolicy $body, ?TokenLifetimePoliciesRequestBui } /** - * Get a list of tokenLifetimePolicy objects. This API is supported in the following national cloud deployments. + * Get a list of tokenLifetimePolicy objects. This API is available in the following national cloud deployments. * @param TokenLifetimePoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TokenLifetimePoliciesRequestBuilderGetR } /** - * Create a new tokenLifetimePolicy object. This API is supported in the following national cloud deployments. + * Create a new tokenLifetimePolicy object. This API is available in the following national cloud deployments. * @param TokenLifetimePolicy $body The request body * @param TokenLifetimePoliciesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilderGetQueryParameters.php b/src/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilderGetQueryParameters.php index 525a673729b..e85b0d09205 100644 --- a/src/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of tokenLifetimePolicy objects. This API is supported in the following national cloud deployments. + * Get a list of tokenLifetimePolicy objects. This API is available in the following national cloud deployments. */ class TokenLifetimePoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.php b/src/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.php index d2b6a9bbc34..6770d91e938 100644 --- a/src/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.php +++ b/src/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments. + * Get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments. * @param NotesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?NotesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new authoredNote object. This API is supported in the following national cloud deployments. + * Create a new authoredNote object. This API is available in the following national cloud deployments. * @param AuthoredNote $body The request body * @param NotesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AuthoredNote $body, ?NotesRequestBuilderPostRequestConfigur } /** - * Get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments. + * Get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments. * @param NotesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?NotesRequestBuilderGetRequestConfigurat } /** - * Create a new authoredNote object. This API is supported in the following national cloud deployments. + * Create a new authoredNote object. This API is available in the following national cloud deployments. * @param AuthoredNote $body The request body * @param NotesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilderGetQueryParameters.php b/src/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilderGetQueryParameters.php index a4645d9e3ab..74ac583878d 100644 --- a/src/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments. + * Get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments. */ class NotesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.php b/src/Generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.php index f89093eacc3..cca2ab08647 100644 --- a/src/Generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.php +++ b/src/Generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?SubjectRightsRequestItemRequestBuilderDeleteRequestConfi } /** - * Read the properties and relationships of a subjectRightsRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a subjectRightsRequest object. This API is available in the following national cloud deployments. * @param SubjectRightsRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0 Find more info here @@ -117,7 +117,7 @@ public function get(?SubjectRightsRequestItemRequestBuilderGetRequestConfigurati } /** - * Update the properties of a subjectRightsRequest object. This API is supported in the following national cloud deployments. + * Update the properties of a subjectRightsRequest object. This API is available in the following national cloud deployments. * @param SubjectRightsRequest $body The request body * @param SubjectRightsRequestItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?SubjectRightsRequestItemRequestBuild } /** - * Read the properties and relationships of a subjectRightsRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a subjectRightsRequest object. This API is available in the following national cloud deployments. * @param SubjectRightsRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -175,7 +175,7 @@ public function toGetRequestInformation(?SubjectRightsRequestItemRequestBuilderG } /** - * Update the properties of a subjectRightsRequest object. This API is supported in the following national cloud deployments. + * Update the properties of a subjectRightsRequest object. This API is available in the following national cloud deployments. * @param SubjectRightsRequest $body The request body * @param SubjectRightsRequestItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilderGetQueryParameters.php index 2a64473f704..35b27d67083 100644 --- a/src/Generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a subjectRightsRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a subjectRightsRequest object. This API is available in the following national cloud deployments. */ class SubjectRightsRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.php b/src/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.php index 978c5196943..e0508099ab2 100644 --- a/src/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.php +++ b/src/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of subjectRightsRequest objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of subjectRightsRequest objects and their properties. This API is available in the following national cloud deployments. * @param SubjectRightsRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SubjectRightsRequestsRequestBuilderGetRequestConfiguration } /** - * Create a new subjectRightsRequest object. This API is supported in the following national cloud deployments. + * Create a new subjectRightsRequest object. This API is available in the following national cloud deployments. * @param SubjectRightsRequest $body The request body * @param SubjectRightsRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SubjectRightsRequest $body, ?SubjectRightsRequestsRequestBu } /** - * Get a list of subjectRightsRequest objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of subjectRightsRequest objects and their properties. This API is available in the following national cloud deployments. * @param SubjectRightsRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SubjectRightsRequestsRequestBuilderGetR } /** - * Create a new subjectRightsRequest object. This API is supported in the following national cloud deployments. + * Create a new subjectRightsRequest object. This API is available in the following national cloud deployments. * @param SubjectRightsRequest $body The request body * @param SubjectRightsRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilderGetQueryParameters.php index f9b58049ac4..492e1b2797c 100644 --- a/src/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of subjectRightsRequest objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of subjectRightsRequest objects and their properties. This API is available in the following national cloud deployments. */ class SubjectRightsRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilder.php b/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilder.php index 218483f3cae..98707ecacdb 100644 --- a/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilder.php +++ b/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?UserRegistrationDetailsItemRequestBuilderDeleteRequestCo } /** - * Read the properties and relationships of a userRegistrationDetails object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a userRegistrationDetails object. This API is available in the following national cloud deployments. * @param UserRegistrationDetailsItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?UserRegistrationDetailsItemRequestBu } /** - * Read the properties and relationships of a userRegistrationDetails object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a userRegistrationDetails object. This API is available in the following national cloud deployments. * @param UserRegistrationDetailsItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilderGetQueryParameters.php b/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilderGetQueryParameters.php index 6026998a6ba..3dbf8c12725 100644 --- a/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a userRegistrationDetails object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a userRegistrationDetails object. This API is available in the following national cloud deployments. */ class UserRegistrationDetailsItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.php b/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.php index d4b01cd3892..11ef173029b 100644 --- a/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.php +++ b/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. This API is supported in the following national cloud deployments. + * Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. This API is available in the following national cloud deployments. * @param UserRegistrationDetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(UserRegistrationDetails $body, ?UserRegistrationDetailsRequ } /** - * Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. This API is supported in the following national cloud deployments. + * Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. This API is available in the following national cloud deployments. * @param UserRegistrationDetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilderGetQueryParameters.php b/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilderGetQueryParameters.php index 535dba118c1..7798c40b6db 100644 --- a/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. This API is supported in the following national cloud deployments. + * Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. This API is available in the following national cloud deployments. */ class UserRegistrationDetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.php b/src/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.php index 73d6090a062..cd62912012c 100644 --- a/src/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.php +++ b/src/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of daily print usage summaries, grouped by printer. This API is supported in the following national cloud deployments. + * Retrieve a list of daily print usage summaries, grouped by printer. This API is available in the following national cloud deployments. * @param DailyPrintUsageByPrinterRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PrintUsageByPrinter $body, ?DailyPrintUsageByPrinterRequest } /** - * Retrieve a list of daily print usage summaries, grouped by printer. This API is supported in the following national cloud deployments. + * Retrieve a list of daily print usage summaries, grouped by printer. This API is available in the following national cloud deployments. * @param DailyPrintUsageByPrinterRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilderGetQueryParameters.php b/src/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilderGetQueryParameters.php index d3724aab8bd..7fa4dec961f 100644 --- a/src/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilderGetQueryParameters.php +++ b/src/Generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of daily print usage summaries, grouped by printer. This API is supported in the following national cloud deployments. + * Retrieve a list of daily print usage summaries, grouped by printer. This API is available in the following national cloud deployments. */ class DailyPrintUsageByPrinterRequestBuilderGetQueryParameters { diff --git a/src/Generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.php b/src/Generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.php index 1b1e73f24e8..a43a7eae055 100644 --- a/src/Generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.php +++ b/src/Generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?PrintUsageByPrinterItemRequestBuilderDeleteRequestConfig } /** - * Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter. This API is supported in the following national cloud deployments. + * Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter. This API is available in the following national cloud deployments. * @param PrintUsageByPrinterItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?PrintUsageByPrinterItemRequestBuilde } /** - * Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter. This API is supported in the following national cloud deployments. + * Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter. This API is available in the following national cloud deployments. * @param PrintUsageByPrinterItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilderGetQueryParameters.php b/src/Generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilderGetQueryParameters.php index 589dbae3d9e..759e7adc689 100644 --- a/src/Generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter. This API is supported in the following national cloud deployments. + * Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter. This API is available in the following national cloud deployments. */ class PrintUsageByPrinterItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.php b/src/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.php index de159bceb5a..6485229ee8e 100644 --- a/src/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.php +++ b/src/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of daily print usage summaries, grouped by user. This API is supported in the following national cloud deployments. + * Retrieve a list of daily print usage summaries, grouped by user. This API is available in the following national cloud deployments. * @param DailyPrintUsageByUserRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PrintUsageByUser $body, ?DailyPrintUsageByUserRequestBuilde } /** - * Retrieve a list of daily print usage summaries, grouped by user. This API is supported in the following national cloud deployments. + * Retrieve a list of daily print usage summaries, grouped by user. This API is available in the following national cloud deployments. * @param DailyPrintUsageByUserRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilderGetQueryParameters.php b/src/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilderGetQueryParameters.php index 9b26888ff66..3931861eada 100644 --- a/src/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilderGetQueryParameters.php +++ b/src/Generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of daily print usage summaries, grouped by user. This API is supported in the following national cloud deployments. + * Retrieve a list of daily print usage summaries, grouped by user. This API is available in the following national cloud deployments. */ class DailyPrintUsageByUserRequestBuilderGetQueryParameters { diff --git a/src/Generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.php b/src/Generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.php index 41e2d5eef0a..55e49df8f26 100644 --- a/src/Generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.php +++ b/src/Generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?PrintUsageByUserItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve a user's usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser. This API is supported in the following national cloud deployments. + * Retrieve a user's usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser. This API is available in the following national cloud deployments. * @param PrintUsageByUserItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?PrintUsageByUserItemRequestBuilderDe } /** - * Retrieve a user's usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser. This API is supported in the following national cloud deployments. + * Retrieve a user's usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser. This API is available in the following national cloud deployments. * @param PrintUsageByUserItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilderGetQueryParameters.php b/src/Generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilderGetQueryParameters.php index 1ee9b64e1fe..9fe358fcf87 100644 --- a/src/Generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a user's usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser. This API is supported in the following national cloud deployments. + * Retrieve a user's usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser. This API is available in the following national cloud deployments. */ class PrintUsageByUserItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.php b/src/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.php index 7f8e6825029..428e9a97674 100644 --- a/src/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.php +++ b/src/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of monthly print usage summaries, grouped by printer. This API is supported in the following national cloud deployments. + * Retrieve a list of monthly print usage summaries, grouped by printer. This API is available in the following national cloud deployments. * @param MonthlyPrintUsageByPrinterRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PrintUsageByPrinter $body, ?MonthlyPrintUsageByPrinterReque } /** - * Retrieve a list of monthly print usage summaries, grouped by printer. This API is supported in the following national cloud deployments. + * Retrieve a list of monthly print usage summaries, grouped by printer. This API is available in the following national cloud deployments. * @param MonthlyPrintUsageByPrinterRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters.php b/src/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters.php index 378f15bd171..0b8685521e2 100644 --- a/src/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters.php +++ b/src/Generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of monthly print usage summaries, grouped by printer. This API is supported in the following national cloud deployments. + * Retrieve a list of monthly print usage summaries, grouped by printer. This API is available in the following national cloud deployments. */ class MonthlyPrintUsageByPrinterRequestBuilderGetQueryParameters { diff --git a/src/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.php b/src/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.php index dad39765c23..2ce17d5c658 100644 --- a/src/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.php +++ b/src/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of monthly print usage summaries, grouped by user. This API is supported in the following national cloud deployments. + * Retrieve a list of monthly print usage summaries, grouped by user. This API is available in the following national cloud deployments. * @param MonthlyPrintUsageByUserRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PrintUsageByUser $body, ?MonthlyPrintUsageByUserRequestBuil } /** - * Retrieve a list of monthly print usage summaries, grouped by user. This API is supported in the following national cloud deployments. + * Retrieve a list of monthly print usage summaries, grouped by user. This API is available in the following national cloud deployments. * @param MonthlyPrintUsageByUserRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilderGetQueryParameters.php b/src/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilderGetQueryParameters.php index 4bd1a8a5fbd..42d7a361bcf 100644 --- a/src/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilderGetQueryParameters.php +++ b/src/Generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of monthly print usage summaries, grouped by user. This API is supported in the following national cloud deployments. + * Retrieve a list of monthly print usage summaries, grouped by user. This API is available in the following national cloud deployments. */ class MonthlyPrintUsageByUserRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.php index a865f5c3445..7595e5f82a5 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderD } /** - * Get the instance of an active role assignment. This API is supported in the following national cloud deployments. + * Get the instance of an active role assignment. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?UnifiedRoleAssignmentScheduleInstanc } /** - * Get the instance of an active role assignment. This API is supported in the following national cloud deployments. + * Get the instance of an active role assignment. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters.php index 3ad2677b1ce..627ae0c4028 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the instance of an active role assignment. This API is supported in the following national cloud deployments. + * Get the instance of an active role assignment. This API is available in the following national cloud deployments. */ class UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.php index 95890230a7d..013428e123f 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is supported in the following national cloud deployments. + * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is available in the following national cloud deployments. * @param RoleAssignmentScheduleInstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(UnifiedRoleAssignmentScheduleInstance $body, ?RoleAssignmen } /** - * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is supported in the following national cloud deployments. + * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is available in the following national cloud deployments. * @param RoleAssignmentScheduleInstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters.php index eeceb8aeadf..2c44f83b7a8 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is supported in the following national cloud deployments. + * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is available in the following national cloud deployments. */ class RoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php index 92e7ec70d01..d4b8e45f787 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. This API is supported in the following national cloud deployments. + * Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfi } /** - * Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. This API is supported in the following national cloud deployments. + * Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.php index 36a29c85d98..23f0dac3611 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.php @@ -106,7 +106,7 @@ public function delete(?UnifiedRoleAssignmentScheduleRequestItemRequestBuilderDe } /** - * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0 Find more info here @@ -161,7 +161,7 @@ public function toDeleteRequestInformation(?UnifiedRoleAssignmentScheduleRequest } /** - * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters.php index b1cb40b327f..6dc03acba8f 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is available in the following national cloud deployments. */ class UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.php index 8a149a39d7d..4202dec3958 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is supported in the following national cloud deployments. + * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is available in the following national cloud deployments. * @param RoleAssignmentScheduleRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0 Find more info here @@ -82,7 +82,7 @@ public function get(?RoleAssignmentScheduleRequestsRequestBuilderGetRequestConfi } /** - * In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multi-factor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Azure AD Multi-Factor Authentication to secure sign-in events. This API is supported in the following national cloud deployments. + * In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multi-factor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Azure AD Multi-Factor Authentication to secure sign-in events. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleRequest $body The request body * @param RoleAssignmentScheduleRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -102,7 +102,7 @@ public function post(UnifiedRoleAssignmentScheduleRequest $body, ?RoleAssignment } /** - * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is supported in the following national cloud deployments. + * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is available in the following national cloud deployments. * @param RoleAssignmentScheduleRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toGetRequestInformation(?RoleAssignmentScheduleRequestsRequestBu } /** - * In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multi-factor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Azure AD Multi-Factor Authentication to secure sign-in events. This API is supported in the following national cloud deployments. + * In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multi-factor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Azure AD Multi-Factor Authentication to secure sign-in events. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleRequest $body The request body * @param RoleAssignmentScheduleRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters.php index b736e96579d..7c0b67f4bee 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is supported in the following national cloud deployments. + * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is available in the following national cloud deployments. */ class RoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.php index d2c07d89bd2..4e70b3afb56 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?UnifiedRoleAssignmentScheduleItemRequestBuilderDeleteReq } /** - * Retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?UnifiedRoleAssignmentScheduleItemReq } /** - * Retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters.php index 7281b94526f..f8c4f471b9f 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments. */ class UnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.php index 8c108d4bbbc..2341fd49196 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get the schedules for active role assignment operations. This API is supported in the following national cloud deployments. + * Get the schedules for active role assignment operations. This API is available in the following national cloud deployments. * @param RoleAssignmentSchedulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(UnifiedRoleAssignmentSchedule $body, ?RoleAssignmentSchedul } /** - * Get the schedules for active role assignment operations. This API is supported in the following national cloud deployments. + * Get the schedules for active role assignment operations. This API is available in the following national cloud deployments. * @param RoleAssignmentSchedulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilderGetQueryParameters.php index 1dbb57efaee..86d9ba295ff 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the schedules for active role assignment operations. This API is supported in the following national cloud deployments. + * Get the schedules for active role assignment operations. This API is available in the following national cloud deployments. */ class RoleAssignmentSchedulesRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.php index 538b6bcda8e..42797b3067c 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Delete a unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?UnifiedRoleAssignmentItemRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function patch(UnifiedRoleAssignment $body, ?UnifiedRoleAssignmentItemReq } /** - * Delete a unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Delete a unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -138,7 +138,7 @@ public function toDeleteRequestInformation(?UnifiedRoleAssignmentItemRequestBuil } /** - * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilderGetQueryParameters.php index c8e9fb1e352..312c7c0aa50 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments. */ class UnifiedRoleAssignmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleAssignments/RoleAssignmentsRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleAssignments/RoleAssignmentsRequestBuilder.php index a806f04de57..5f320f52fe4 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignments/RoleAssignmentsRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignments/RoleAssignmentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. * @param RoleAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?RoleAssignmentsRequestBuilderGetRequestConfiguration $reque } /** - * Create a new unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Create a new unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignment $body The request body * @param RoleAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(UnifiedRoleAssignment $body, ?RoleAssignmentsRequestBuilder } /** - * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. * @param RoleAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?RoleAssignmentsRequestBuilderGetRequest } /** - * Create a new unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Create a new unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignment $body The request body * @param RoleAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/RoleManagement/Directory/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php index 2026ba8db54..70ca57c7775 100644 --- a/src/Generated/RoleManagement/Directory/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. */ class RoleAssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.php index 589cbffb1c4..5750c0421f9 100644 --- a/src/Generated/RoleManagement/Directory/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?UnifiedRoleDefinitionItemRequestBuilderDeleteRequestConf } /** - * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is available in the following national cloud deployments. * @param UnifiedRoleDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?UnifiedRoleDefinitionItemRequestBuilderGetRequestConfigurat } /** - * Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinition $body The request body * @param UnifiedRoleDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(UnifiedRoleDefinition $body, ?UnifiedRoleDefinitionItemReq } /** - * Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?UnifiedRoleDefinitionItemRequestBuil } /** - * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is available in the following national cloud deployments. * @param UnifiedRoleDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?UnifiedRoleDefinitionItemRequestBuilder } /** - * Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinition $body The request body * @param UnifiedRoleDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/RoleManagement/Directory/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters.php index 460a383bf86..d1c859d8105 100644 --- a/src/Generated/RoleManagement/Directory/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is available in the following national cloud deployments. */ class UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleDefinitions/RoleDefinitionsRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleDefinitions/RoleDefinitionsRequestBuilder.php index c251b4096f2..a2c22792fbf 100644 --- a/src/Generated/RoleManagement/Directory/RoleDefinitions/RoleDefinitionsRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleDefinitions/RoleDefinitionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. * @param RoleDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?RoleDefinitionsRequestBuilderGetRequestConfiguration $reque } /** - * Create a new custom unifiedRoleDefinition object. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Create a new custom unifiedRoleDefinition object. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinition $body The request body * @param RoleDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(UnifiedRoleDefinition $body, ?RoleDefinitionsRequestBuilder } /** - * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. * @param RoleDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?RoleDefinitionsRequestBuilderGetRequest } /** - * Create a new custom unifiedRoleDefinition object. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Create a new custom unifiedRoleDefinition object. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinition $body The request body * @param RoleDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/RoleManagement/Directory/RoleDefinitions/RoleDefinitionsRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleDefinitions/RoleDefinitionsRequestBuilderGetQueryParameters.php index 22eebd7aea5..067e8d54fa3 100644 --- a/src/Generated/RoleManagement/Directory/RoleDefinitions/RoleDefinitionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleDefinitions/RoleDefinitionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. */ class RoleDefinitionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.php index f72256b8bc5..d8c52a19406 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder } /** - * Get the instance of a role eligibility. This API is supported in the following national cloud deployments. + * Get the instance of a role eligibility. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function toDeleteRequestInformation(?UnifiedRoleEligibilityScheduleInstan } /** - * Get the instance of a role eligibility. This API is supported in the following national cloud deployments. + * Get the instance of a role eligibility. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters.php index 162849d9376..df77a58cfba 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the instance of a role eligibility. This API is supported in the following national cloud deployments. + * Get the instance of a role eligibility. This API is available in the following national cloud deployments. */ class UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.php index d66e6df596b..fb1f95e9b82 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get the instances of role eligibilities. This API is supported in the following national cloud deployments. + * Get the instances of role eligibilities. This API is available in the following national cloud deployments. * @param RoleEligibilityScheduleInstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(UnifiedRoleEligibilityScheduleInstance $body, ?RoleEligibil } /** - * Get the instances of role eligibilities. This API is supported in the following national cloud deployments. + * Get the instances of role eligibilities. This API is available in the following national cloud deployments. * @param RoleEligibilityScheduleInstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters.php index 8b3ae8fecc5..4e9a77424ca 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the instances of role eligibilities. This API is supported in the following national cloud deployments. + * Get the instances of role eligibilities. This API is available in the following national cloud deployments. */ class RoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php index 2cd9010d982..deb4c723161 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. This API is supported in the following national cloud deployments. + * Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfi } /** - * Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. This API is supported in the following national cloud deployments. + * Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.php index 0faed514454..72261b0f5bb 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?UnifiedRoleEligibilityScheduleRequestItemRequestBuilderD } /** - * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0 Find more info here @@ -153,7 +153,7 @@ public function toDeleteRequestInformation(?UnifiedRoleEligibilityScheduleReques } /** - * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters.php index 603678a875f..df2a8f22e7e 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. */ class UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.php index 6859e141bc2..e52b8a4c7c4 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. * @param RoleEligibilityScheduleRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0 Find more info here @@ -82,7 +82,7 @@ public function get(?RoleEligibilityScheduleRequestsRequestBuilderGetRequestConf } /** - * In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. This API is supported in the following national cloud deployments. + * In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleRequest $body The request body * @param RoleEligibilityScheduleRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -102,7 +102,7 @@ public function post(UnifiedRoleEligibilityScheduleRequest $body, ?RoleEligibili } /** - * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. * @param RoleEligibilityScheduleRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toGetRequestInformation(?RoleEligibilityScheduleRequestsRequestB } /** - * In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. This API is supported in the following national cloud deployments. + * In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleRequest $body The request body * @param RoleEligibilityScheduleRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters.php index 10bf7e3e508..7a573b036b2 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. */ class RoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.php index beef9f20ffb..3074a0c3473 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?UnifiedRoleEligibilityScheduleItemRequestBuilderDeleteRe } /** - * Retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function toDeleteRequestInformation(?UnifiedRoleEligibilityScheduleItemRe } /** - * Retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters.php index 0a39d3afe1c..b710bee2007 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments. */ class UnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.php b/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.php index 97f7c4d82f1..a8e7b1a2c12 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments. + * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments. * @param RoleEligibilitySchedulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(UnifiedRoleEligibilitySchedule $body, ?RoleEligibilitySched } /** - * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments. + * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments. * @param RoleEligibilitySchedulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilderGetQueryParameters.php index 8467686cf35..8d1b0f39e4e 100644 --- a/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/Directory/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments. + * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments. */ class RoleEligibilitySchedulesRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.php index fc775d02022..edaac1fa643 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderD } /** - * Get the instance of an active role assignment. This API is supported in the following national cloud deployments. + * Get the instance of an active role assignment. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?UnifiedRoleAssignmentScheduleInstanc } /** - * Get the instance of an active role assignment. This API is supported in the following national cloud deployments. + * Get the instance of an active role assignment. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters.php index 5ce307c96aa..febc6818632 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the instance of an active role assignment. This API is supported in the following national cloud deployments. + * Get the instance of an active role assignment. This API is available in the following national cloud deployments. */ class UnifiedRoleAssignmentScheduleInstanceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.php index 730255dbeac..646489df887 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is supported in the following national cloud deployments. + * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is available in the following national cloud deployments. * @param RoleAssignmentScheduleInstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(UnifiedRoleAssignmentScheduleInstance $body, ?RoleAssignmen } /** - * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is supported in the following national cloud deployments. + * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is available in the following national cloud deployments. * @param RoleAssignmentScheduleInstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters.php index c53a5b7c50d..69125bcf94a 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is supported in the following national cloud deployments. + * Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. This API is available in the following national cloud deployments. */ class RoleAssignmentScheduleInstancesRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php index b560332be96..f7773b21204 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. This API is supported in the following national cloud deployments. + * Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfi } /** - * Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. This API is supported in the following national cloud deployments. + * Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.php index b1037802bb9..15e393f2c2b 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.php @@ -106,7 +106,7 @@ public function delete(?UnifiedRoleAssignmentScheduleRequestItemRequestBuilderDe } /** - * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0 Find more info here @@ -161,7 +161,7 @@ public function toDeleteRequestInformation(?UnifiedRoleAssignmentScheduleRequest } /** - * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters.php index a0d0d1c5ee9..74f8196c79e 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. This API is available in the following national cloud deployments. */ class UnifiedRoleAssignmentScheduleRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.php index c48327969da..13d6d16fb08 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is supported in the following national cloud deployments. + * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is available in the following national cloud deployments. * @param RoleAssignmentScheduleRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0 Find more info here @@ -82,7 +82,7 @@ public function get(?RoleAssignmentScheduleRequestsRequestBuilderGetRequestConfi } /** - * In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multi-factor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Azure AD Multi-Factor Authentication to secure sign-in events. This API is supported in the following national cloud deployments. + * In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multi-factor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Azure AD Multi-Factor Authentication to secure sign-in events. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleRequest $body The request body * @param RoleAssignmentScheduleRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -102,7 +102,7 @@ public function post(UnifiedRoleAssignmentScheduleRequest $body, ?RoleAssignment } /** - * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is supported in the following national cloud deployments. + * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is available in the following national cloud deployments. * @param RoleAssignmentScheduleRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toGetRequestInformation(?RoleAssignmentScheduleRequestsRequestBu } /** - * In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multi-factor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Azure AD Multi-Factor Authentication to secure sign-in events. This API is supported in the following national cloud deployments. + * In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multi-factor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Azure AD Multi-Factor Authentication to secure sign-in events. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleRequest $body The request body * @param RoleAssignmentScheduleRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters.php index 29a746d7046..55fe9fec04b 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is supported in the following national cloud deployments. + * Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. This API is available in the following national cloud deployments. */ class RoleAssignmentScheduleRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.php index 41c40aacb84..9bad99c7e06 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?UnifiedRoleAssignmentScheduleItemRequestBuilderDeleteReq } /** - * Retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?UnifiedRoleAssignmentScheduleItemReq } /** - * Retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentScheduleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters.php index 5239da1b589..43b809afacd 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the schedule for an active role assignment operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for an active role assignment operation. This API is available in the following national cloud deployments. */ class UnifiedRoleAssignmentScheduleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.php index a7f29f81bf0..b887ed36e7b 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get the schedules for active role assignment operations. This API is supported in the following national cloud deployments. + * Get the schedules for active role assignment operations. This API is available in the following national cloud deployments. * @param RoleAssignmentSchedulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(UnifiedRoleAssignmentSchedule $body, ?RoleAssignmentSchedul } /** - * Get the schedules for active role assignment operations. This API is supported in the following national cloud deployments. + * Get the schedules for active role assignment operations. This API is available in the following national cloud deployments. * @param RoleAssignmentSchedulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilderGetQueryParameters.php index 94dbca37bcb..331e6a9fb9f 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the schedules for active role assignment operations. This API is supported in the following national cloud deployments. + * Get the schedules for active role assignment operations. This API is available in the following national cloud deployments. */ class RoleAssignmentSchedulesRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.php index e4c271c4eae..89d3cab8454 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Delete a unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?UnifiedRoleAssignmentItemRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function patch(UnifiedRoleAssignment $body, ?UnifiedRoleAssignmentItemReq } /** - * Delete a unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Delete a unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -138,7 +138,7 @@ public function toDeleteRequestInformation(?UnifiedRoleAssignmentItemRequestBuil } /** - * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilderGetQueryParameters.php index a5c7e96a252..9d7c5da4a0a 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a unifiedRoleAssignment object. This API is available in the following national cloud deployments. */ class UnifiedRoleAssignmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.php index cd9240e5fd3..9cfbd58fcb9 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. * @param RoleAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?RoleAssignmentsRequestBuilderGetRequestConfiguration $reque } /** - * Create a new unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Create a new unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignment $body The request body * @param RoleAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(UnifiedRoleAssignment $body, ?RoleAssignmentsRequestBuilder } /** - * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. * @param RoleAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?RoleAssignmentsRequestBuilderGetRequest } /** - * Create a new unifiedRoleAssignment object. This API is supported in the following national cloud deployments. + * Create a new unifiedRoleAssignment object. This API is available in the following national cloud deployments. * @param UnifiedRoleAssignment $body The request body * @param RoleAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php index c894d424626..44784650476 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. */ class RoleAssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.php index e53031e9299..27f87e443cb 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?UnifiedRoleDefinitionItemRequestBuilderDeleteRequestConf } /** - * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is available in the following national cloud deployments. * @param UnifiedRoleDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?UnifiedRoleDefinitionItemRequestBuilderGetRequestConfigurat } /** - * Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinition $body The request body * @param UnifiedRoleDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(UnifiedRoleDefinition $body, ?UnifiedRoleDefinitionItemReq } /** - * Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?UnifiedRoleDefinitionItemRequestBuil } /** - * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is available in the following national cloud deployments. * @param UnifiedRoleDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?UnifiedRoleDefinitionItemRequestBuilder } /** - * Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinition $body The request body * @param UnifiedRoleDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters.php index 1611776a6de..8ea5124b122 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: This API is available in the following national cloud deployments. */ class UnifiedRoleDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.php index e3e4de72fa4..fa9573d29a9 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. * @param RoleDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?RoleDefinitionsRequestBuilderGetRequestConfiguration $reque } /** - * Create a new custom unifiedRoleDefinition object. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Create a new custom unifiedRoleDefinition object. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinition $body The request body * @param RoleDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(UnifiedRoleDefinition $body, ?RoleDefinitionsRequestBuilder } /** - * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. * @param RoleDefinitionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?RoleDefinitionsRequestBuilderGetRequest } /** - * Create a new custom unifiedRoleDefinition object. This feature requires an Azure AD Premium P1 or P2 license. This API is supported in the following national cloud deployments. + * Create a new custom unifiedRoleDefinition object. This feature requires an Azure AD Premium P1 or P2 license. This API is available in the following national cloud deployments. * @param UnifiedRoleDefinition $body The request body * @param RoleDefinitionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilderGetQueryParameters.php index 8b2a847ab24..4029bc9a6d8 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is supported in the following national cloud deployments. + * Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Azure AD)- entitlement management (Azure AD) This API is available in the following national cloud deployments. */ class RoleDefinitionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.php index d677bf462ee..a26de502aa8 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder } /** - * Get the instance of a role eligibility. This API is supported in the following national cloud deployments. + * Get the instance of a role eligibility. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function toDeleteRequestInformation(?UnifiedRoleEligibilityScheduleInstan } /** - * Get the instance of a role eligibility. This API is supported in the following national cloud deployments. + * Get the instance of a role eligibility. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters.php index 0805716e8da..4e2ee7909d1 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the instance of a role eligibility. This API is supported in the following national cloud deployments. + * Get the instance of a role eligibility. This API is available in the following national cloud deployments. */ class UnifiedRoleEligibilityScheduleInstanceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.php index d686d50da13..4c5e78538a7 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get the instances of role eligibilities. This API is supported in the following national cloud deployments. + * Get the instances of role eligibilities. This API is available in the following national cloud deployments. * @param RoleEligibilityScheduleInstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(UnifiedRoleEligibilityScheduleInstance $body, ?RoleEligibil } /** - * Get the instances of role eligibilities. This API is supported in the following national cloud deployments. + * Get the instances of role eligibilities. This API is available in the following national cloud deployments. * @param RoleEligibilityScheduleInstancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters.php index 59d8bb5d252..f57e3d17ec5 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the instances of role eligibilities. This API is supported in the following national cloud deployments. + * Get the instances of role eligibilities. This API is available in the following national cloud deployments. */ class RoleEligibilityScheduleInstancesRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php index f5322cc2a44..54f03765b12 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. This API is supported in the following national cloud deployments. + * Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfi } /** - * Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. This API is supported in the following national cloud deployments. + * Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. This API is available in the following national cloud deployments. * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.php index 0e4d3b9385b..00267883c41 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?UnifiedRoleEligibilityScheduleRequestItemRequestBuilderD } /** - * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0 Find more info here @@ -153,7 +153,7 @@ public function toDeleteRequestInformation(?UnifiedRoleEligibilityScheduleReques } /** - * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters.php index 4cd94db462a..27e96bf3001 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. */ class UnifiedRoleEligibilityScheduleRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.php index 235e3e35358..292267b29b0 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. * @param RoleEligibilityScheduleRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0 Find more info here @@ -82,7 +82,7 @@ public function get(?RoleEligibilityScheduleRequestsRequestBuilderGetRequestConf } /** - * In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. This API is supported in the following national cloud deployments. + * In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleRequest $body The request body * @param RoleEligibilityScheduleRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -102,7 +102,7 @@ public function post(UnifiedRoleEligibilityScheduleRequest $body, ?RoleEligibili } /** - * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. * @param RoleEligibilityScheduleRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toGetRequestInformation(?RoleEligibilityScheduleRequestsRequestB } /** - * In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. This API is supported in the following national cloud deployments. + * In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleRequest $body The request body * @param RoleEligibilityScheduleRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters.php index a9f156852fa..5a781679ac6 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is supported in the following national cloud deployments. + * In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. This API is available in the following national cloud deployments. */ class RoleEligibilityScheduleRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.php index 54017ca1ac4..f1c280b53c5 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?UnifiedRoleEligibilityScheduleItemRequestBuilderDeleteRe } /** - * Retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function toDeleteRequestInformation(?UnifiedRoleEligibilityScheduleItemRe } /** - * Retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments. * @param UnifiedRoleEligibilityScheduleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters.php index 6a6a3d7cb8c..40a8958b75b 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the schedule for a role eligibility operation. This API is supported in the following national cloud deployments. + * Retrieve the schedule for a role eligibility operation. This API is available in the following national cloud deployments. */ class UnifiedRoleEligibilityScheduleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.php index b87ab362c40..8b3f0693b71 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.php @@ -63,7 +63,7 @@ public function filterByCurrentUserWithOn(string $on): FilterByCurrentUserWithOn } /** - * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments. + * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments. * @param RoleEligibilitySchedulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0 Find more info here @@ -101,7 +101,7 @@ public function post(UnifiedRoleEligibilitySchedule $body, ?RoleEligibilitySched } /** - * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments. + * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments. * @param RoleEligibilitySchedulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilderGetQueryParameters.php b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilderGetQueryParameters.php index e493dfcb1fc..cbec861f642 100644 --- a/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilderGetQueryParameters.php +++ b/src/Generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is supported in the following national cloud deployments. + * Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. This API is available in the following national cloud deployments. */ class RoleEligibilitySchedulesRequestBuilderGetQueryParameters { diff --git a/src/Generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilder.php b/src/Generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilder.php index 3b07d47b44a..346f5e38eae 100644 --- a/src/Generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilder.php +++ b/src/Generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the definition of a schema extension. Only the app that created the schema extension (owner app) can delete the schema extension definition, and only when the extension is in the InDevelopment state. Deleting a schema extension definition does not affect accessing custom data that has been added to resource instances based on that definition. This API is supported in the following national cloud deployments. + * Delete the definition of a schema extension. Only the app that created the schema extension (owner app) can delete the schema extension definition, and only when the extension is in the InDevelopment state. Deleting a schema extension definition does not affect accessing custom data that has been added to resource instances based on that definition. This API is available in the following national cloud deployments. * @param SchemaExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?SchemaExtensionItemRequestBuilderDeleteRequestConfigurat } /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. * @param SchemaExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?SchemaExtensionItemRequestBuilderGetRequestConfiguration $r } /** - * Update properties in the definition of the specified schemaExtension. Additive updates to the extension can only be made when the extension is in the InDevelopment or Available status. This means custom properties or target resource types cannot be removed from the definition, but new custom properties can be added and the description of the extension changed. The update applies to all the resources that are included in the targetTypes property of the extension. These resources are among the supporting resource types. For delegated flows, the signed-in user can update a schema extension as long as the owner property of the extension is set to the appId of an application the signed-in user owns. That application can be the one that initially created the extension, or some other application owned by the signed-in user. This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. This API is supported in the following national cloud deployments. + * Update properties in the definition of the specified schemaExtension. Additive updates to the extension can only be made when the extension is in the InDevelopment or Available status. This means custom properties or target resource types cannot be removed from the definition, but new custom properties can be added and the description of the extension changed. The update applies to all the resources that are included in the targetTypes property of the extension. These resources are among the supporting resource types. For delegated flows, the signed-in user can update a schema extension as long as the owner property of the extension is set to the appId of an application the signed-in user owns. That application can be the one that initially created the extension, or some other application owned by the signed-in user. This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. This API is available in the following national cloud deployments. * @param SchemaExtension $body The request body * @param SchemaExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(SchemaExtension $body, ?SchemaExtensionItemRequestBuilderP } /** - * Delete the definition of a schema extension. Only the app that created the schema extension (owner app) can delete the schema extension definition, and only when the extension is in the InDevelopment state. Deleting a schema extension definition does not affect accessing custom data that has been added to resource instances based on that definition. This API is supported in the following national cloud deployments. + * Delete the definition of a schema extension. Only the app that created the schema extension (owner app) can delete the schema extension definition, and only when the extension is in the InDevelopment state. Deleting a schema extension definition does not affect accessing custom data that has been added to resource instances based on that definition. This API is available in the following national cloud deployments. * @param SchemaExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?SchemaExtensionItemRequestBuilderDel } /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. * @param SchemaExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?SchemaExtensionItemRequestBuilderGetReq } /** - * Update properties in the definition of the specified schemaExtension. Additive updates to the extension can only be made when the extension is in the InDevelopment or Available status. This means custom properties or target resource types cannot be removed from the definition, but new custom properties can be added and the description of the extension changed. The update applies to all the resources that are included in the targetTypes property of the extension. These resources are among the supporting resource types. For delegated flows, the signed-in user can update a schema extension as long as the owner property of the extension is set to the appId of an application the signed-in user owns. That application can be the one that initially created the extension, or some other application owned by the signed-in user. This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. This API is supported in the following national cloud deployments. + * Update properties in the definition of the specified schemaExtension. Additive updates to the extension can only be made when the extension is in the InDevelopment or Available status. This means custom properties or target resource types cannot be removed from the definition, but new custom properties can be added and the description of the extension changed. The update applies to all the resources that are included in the targetTypes property of the extension. These resources are among the supporting resource types. For delegated flows, the signed-in user can update a schema extension as long as the owner property of the extension is set to the appId of an application the signed-in user owns. That application can be the one that initially created the extension, or some other application owned by the signed-in user. This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. This API is available in the following national cloud deployments. * @param SchemaExtension $body The request body * @param SchemaExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilderGetQueryParameters.php index c903927a995..e6e9f46a77e 100644 --- a/src/Generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * This API is supported in the following national cloud deployments. + * This API is available in the following national cloud deployments. */ class SchemaExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/SchemaExtensions/SchemaExtensionsRequestBuilder.php b/src/Generated/SchemaExtensions/SchemaExtensionsRequestBuilder.php index 8fa5fc8b4e3..3ca6f599fea 100644 --- a/src/Generated/SchemaExtensions/SchemaExtensionsRequestBuilder.php +++ b/src/Generated/SchemaExtensions/SchemaExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions: This API is supported in the following national cloud deployments. + * Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions: This API is available in the following national cloud deployments. * @param SchemaExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SchemaExtensionsRequestBuilderGetRequestConfiguration $requ } /** - * Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending on the state of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, use the schema extension definition to create a new group with training course data, and add training course data to an existing group. This API is supported in the following national cloud deployments. + * Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending on the state of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, use the schema extension definition to create a new group with training course data, and add training course data to an existing group. This API is available in the following national cloud deployments. * @param SchemaExtension $body The request body * @param SchemaExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SchemaExtension $body, ?SchemaExtensionsRequestBuilderPostR } /** - * Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions: This API is supported in the following national cloud deployments. + * Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions: This API is available in the following national cloud deployments. * @param SchemaExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SchemaExtensionsRequestBuilderGetReques } /** - * Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending on the state of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, use the schema extension definition to create a new group with training course data, and add training course data to an existing group. This API is supported in the following national cloud deployments. + * Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending on the state of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, use the schema extension definition to create a new group with training course data, and add training course data to an existing group. This API is available in the following national cloud deployments. * @param SchemaExtension $body The request body * @param SchemaExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/SchemaExtensions/SchemaExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/SchemaExtensions/SchemaExtensionsRequestBuilderGetQueryParameters.php index 4c26b930360..6a05c0a23ef 100644 --- a/src/Generated/SchemaExtensions/SchemaExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/SchemaExtensions/SchemaExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions: This API is supported in the following national cloud deployments. + * Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions: This API is available in the following national cloud deployments. */ class SchemaExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Search/Query/QueryPostRequestBody.php b/src/Generated/Search/Query/QueryPostRequestBody.php index 848b74d08a2..c9af77be501 100644 --- a/src/Generated/Search/Query/QueryPostRequestBody.php +++ b/src/Generated/Search/Query/QueryPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Query } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Search/Query/QueryRequestBuilder.php b/src/Generated/Search/Query/QueryRequestBuilder.php index de4fbe0f2a6..9b6caa661d0 100644 --- a/src/Generated/Search/Query/QueryRequestBuilder.php +++ b/src/Generated/Search/Query/QueryRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Runs the query specified in the request body. Search results are provided in the response. This API is supported in the following national cloud deployments. + * Runs the query specified in the request body. Search results are provided in the response. This API is available in the following national cloud deployments. * @param QueryPostRequestBody $body The request body * @param QueryRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(QueryPostRequestBody $body, ?QueryRequestBuilderPostRequest } /** - * Runs the query specified in the request body. Search results are provided in the response. This API is supported in the following national cloud deployments. + * Runs the query specified in the request body. Search results are provided in the response. This API is available in the following national cloud deployments. * @param QueryPostRequestBody $body The request body * @param QueryRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Alerts/AlertsRequestBuilder.php b/src/Generated/Security/Alerts/AlertsRequestBuilder.php index 89162c557e4..07f3a62b375 100644 --- a/src/Generated/Security/Alerts/AlertsRequestBuilder.php +++ b/src/Generated/Security/Alerts/AlertsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of alert objects. This API is supported in the following national cloud deployments. + * Retrieve a list of alert objects. This API is available in the following national cloud deployments. * @param AlertsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Alert $body, ?AlertsRequestBuilderPostRequestConfiguration } /** - * Retrieve a list of alert objects. This API is supported in the following national cloud deployments. + * Retrieve a list of alert objects. This API is available in the following national cloud deployments. * @param AlertsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Alerts/AlertsRequestBuilderGetQueryParameters.php b/src/Generated/Security/Alerts/AlertsRequestBuilderGetQueryParameters.php index 09055fba903..ec61e05c457 100644 --- a/src/Generated/Security/Alerts/AlertsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Alerts/AlertsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of alert objects. This API is supported in the following national cloud deployments. + * Retrieve a list of alert objects. This API is available in the following national cloud deployments. */ class AlertsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Alerts/Item/AlertItemRequestBuilder.php b/src/Generated/Security/Alerts/Item/AlertItemRequestBuilder.php index 512407f214b..febed5b0220 100644 --- a/src/Generated/Security/Alerts/Item/AlertItemRequestBuilder.php +++ b/src/Generated/Security/Alerts/Item/AlertItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of an alert object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an alert object. This API is available in the following national cloud deployments. * @param AlertItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?AlertItemRequestBuilderGetRequestConfiguration $requestConf } /** - * Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID. This API is supported in the following national cloud deployments. + * Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID. This API is available in the following national cloud deployments. * @param Alert $body The request body * @param AlertItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -71,7 +71,7 @@ public function patch(Alert $body, ?AlertItemRequestBuilderPatchRequestConfigura } /** - * Retrieve the properties and relationships of an alert object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an alert object. This API is available in the following national cloud deployments. * @param AlertItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -92,7 +92,7 @@ public function toGetRequestInformation(?AlertItemRequestBuilderGetRequestConfig } /** - * Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID. This API is supported in the following national cloud deployments. + * Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID. This API is available in the following national cloud deployments. * @param Alert $body The request body * @param AlertItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Alerts/Item/AlertItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Alerts/Item/AlertItemRequestBuilderGetQueryParameters.php index c6d609b9ac1..8f684f64165 100644 --- a/src/Generated/Security/Alerts/Item/AlertItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Alerts/Item/AlertItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an alert object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an alert object. This API is available in the following national cloud deployments. */ class AlertItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Alerts_v2/Alerts_v2RequestBuilder.php b/src/Generated/Security/Alerts_v2/Alerts_v2RequestBuilder.php index 4b9486a638b..4f6747bbbc0 100644 --- a/src/Generated/Security/Alerts_v2/Alerts_v2RequestBuilder.php +++ b/src/Generated/Security/Alerts_v2/Alerts_v2RequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list. This API is supported in the following national cloud deployments. + * Get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list. This API is available in the following national cloud deployments. * @param Alerts_v2RequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Alert $body, ?Alerts_v2RequestBuilderPostRequestConfigurati } /** - * Get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list. This API is supported in the following national cloud deployments. + * Get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list. This API is available in the following national cloud deployments. * @param Alerts_v2RequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Alerts_v2/Alerts_v2RequestBuilderGetQueryParameters.php b/src/Generated/Security/Alerts_v2/Alerts_v2RequestBuilderGetQueryParameters.php index afb545d1e86..2a200c62b17 100644 --- a/src/Generated/Security/Alerts_v2/Alerts_v2RequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Alerts_v2/Alerts_v2RequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list. This API is supported in the following national cloud deployments. + * Get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list. This API is available in the following national cloud deployments. */ class Alerts_v2RequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Alerts_v2/Item/AlertItemRequestBuilder.php b/src/Generated/Security/Alerts_v2/Item/AlertItemRequestBuilder.php index 548b3d0868b..93931f7c349 100644 --- a/src/Generated/Security/Alerts_v2/Item/AlertItemRequestBuilder.php +++ b/src/Generated/Security/Alerts_v2/Item/AlertItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?AlertItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Get the properties and relationships of an alert in an organization based on the specified alert id property. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an alert in an organization based on the specified alert id property. This API is available in the following national cloud deployments. * @param AlertItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?AlertItemRequestBuilderGetRequestConfiguration $requestConf } /** - * Update the properties of an alert object in an organization based on the specified alert id property. This API is supported in the following national cloud deployments. + * Update the properties of an alert object in an organization based on the specified alert id property. This API is available in the following national cloud deployments. * @param Alert $body The request body * @param AlertItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?AlertItemRequestBuilderDeleteRequest } /** - * Get the properties and relationships of an alert in an organization based on the specified alert id property. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an alert in an organization based on the specified alert id property. This API is available in the following national cloud deployments. * @param AlertItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?AlertItemRequestBuilderGetRequestConfig } /** - * Update the properties of an alert object in an organization based on the specified alert id property. This API is supported in the following national cloud deployments. + * Update the properties of an alert object in an organization based on the specified alert id property. This API is available in the following national cloud deployments. * @param Alert $body The request body * @param AlertItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Alerts_v2/Item/AlertItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Alerts_v2/Item/AlertItemRequestBuilderGetQueryParameters.php index c24bf21b5b9..ad69c6220bb 100644 --- a/src/Generated/Security/Alerts_v2/Item/AlertItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Alerts_v2/Item/AlertItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of an alert in an organization based on the specified alert id property. This API is supported in the following national cloud deployments. + * Get the properties and relationships of an alert in an organization based on the specified alert id property. This API is available in the following national cloud deployments. */ class AlertItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.php b/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.php index 8eec4429b66..1aec9009a8a 100644 --- a/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.php +++ b/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the attack simulation automation runs for a tenant. This API is supported in the following national cloud deployments. + * Get a list of the attack simulation automation runs for a tenant. This API is available in the following national cloud deployments. * @param RunsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SimulationAutomationRun $body, ?RunsRequestBuilderPostReque } /** - * Get a list of the attack simulation automation runs for a tenant. This API is supported in the following national cloud deployments. + * Get a list of the attack simulation automation runs for a tenant. This API is available in the following national cloud deployments. * @param RunsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilderGetQueryParameters.php b/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilderGetQueryParameters.php index e3f874b8ff3..243e18e712a 100644 --- a/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the attack simulation automation runs for a tenant. This API is supported in the following national cloud deployments. + * Get a list of the attack simulation automation runs for a tenant. This API is available in the following national cloud deployments. */ class RunsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilder.php b/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilder.php index c047608b3ca..1f449a6aabb 100644 --- a/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilder.php +++ b/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?SimulationAutomationItemRequestBuilderDeleteRequestConfi } /** - * Get an attack simulation automation for a tenant. This API is supported in the following national cloud deployments. + * Get an attack simulation automation for a tenant. This API is available in the following national cloud deployments. * @param SimulationAutomationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?SimulationAutomationItemRequestBuild } /** - * Get an attack simulation automation for a tenant. This API is supported in the following national cloud deployments. + * Get an attack simulation automation for a tenant. This API is available in the following national cloud deployments. * @param SimulationAutomationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilderGetQueryParameters.php index 14c594e18c8..6e0c5aa29f3 100644 --- a/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an attack simulation automation for a tenant. This API is supported in the following national cloud deployments. + * Get an attack simulation automation for a tenant. This API is available in the following national cloud deployments. */ class SimulationAutomationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.php b/src/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.php index 87cd02a5b90..103646d6b65 100644 --- a/src/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.php +++ b/src/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of attack simulation automations for a tenant. This API is supported in the following national cloud deployments. + * Get a list of attack simulation automations for a tenant. This API is available in the following national cloud deployments. * @param SimulationAutomationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SimulationAutomation $body, ?SimulationAutomationsRequestBu } /** - * Get a list of attack simulation automations for a tenant. This API is supported in the following national cloud deployments. + * Get a list of attack simulation automations for a tenant. This API is available in the following national cloud deployments. * @param SimulationAutomationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilderGetQueryParameters.php b/src/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilderGetQueryParameters.php index e547e6f8b84..34665d5e533 100644 --- a/src/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of attack simulation automations for a tenant. This API is supported in the following national cloud deployments. + * Get a list of attack simulation automations for a tenant. This API is available in the following national cloud deployments. */ class SimulationAutomationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilder.php b/src/Generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilder.php index f3386c32326..2bfb5bf138d 100644 --- a/src/Generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilder.php +++ b/src/Generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilder.php @@ -74,7 +74,7 @@ public function delete(?SimulationItemRequestBuilderDeleteRequestConfiguration $ } /** - * Get an attack simulation campaign for a tenant. This API is supported in the following national cloud deployments. + * Get an attack simulation campaign for a tenant. This API is available in the following national cloud deployments. * @param SimulationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/simulation-get?view=graph-rest-1.0 Find more info here @@ -129,7 +129,7 @@ public function toDeleteRequestInformation(?SimulationItemRequestBuilderDeleteRe } /** - * Get an attack simulation campaign for a tenant. This API is supported in the following national cloud deployments. + * Get an attack simulation campaign for a tenant. This API is available in the following national cloud deployments. * @param SimulationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilderGetQueryParameters.php index 1f9e788caca..1a18f5d6067 100644 --- a/src/Generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an attack simulation campaign for a tenant. This API is supported in the following national cloud deployments. + * Get an attack simulation campaign for a tenant. This API is available in the following national cloud deployments. */ class SimulationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.php b/src/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.php index 163921c38a0..88a495d7e80 100644 --- a/src/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.php +++ b/src/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of attack simulation campaigns for a tenant. This API is supported in the following national cloud deployments. + * Get a list of attack simulation campaigns for a tenant. This API is available in the following national cloud deployments. * @param SimulationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Simulation $body, ?SimulationsRequestBuilderPostRequestConf } /** - * Get a list of attack simulation campaigns for a tenant. This API is supported in the following national cloud deployments. + * Get a list of attack simulation campaigns for a tenant. This API is available in the following national cloud deployments. * @param SimulationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilderGetQueryParameters.php b/src/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilderGetQueryParameters.php index 8f934b4cf99..9cffbbca80d 100644 --- a/src/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of attack simulation campaigns for a tenant. This API is supported in the following national cloud deployments. + * Get a list of attack simulation campaigns for a tenant. This API is available in the following national cloud deployments. */ class SimulationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.php index d3732452264..55a1a2c5c74 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the ediscoveryCase objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the ediscoveryCase objects and their properties. This API is available in the following national cloud deployments. * @param EdiscoveryCasesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?EdiscoveryCasesRequestBuilderGetRequestConfiguration $reque } /** - * Create a new ediscoveryCase object. This API is supported in the following national cloud deployments. + * Create a new ediscoveryCase object. This API is available in the following national cloud deployments. * @param EdiscoveryCase $body The request body * @param EdiscoveryCasesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EdiscoveryCase $body, ?EdiscoveryCasesRequestBuilderPostReq } /** - * Get a list of the ediscoveryCase objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the ediscoveryCase objects and their properties. This API is available in the following national cloud deployments. * @param EdiscoveryCasesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?EdiscoveryCasesRequestBuilderGetRequest } /** - * Create a new ediscoveryCase object. This API is supported in the following national cloud deployments. + * Create a new ediscoveryCase object. This API is available in the following national cloud deployments. * @param EdiscoveryCase $body The request body * @param EdiscoveryCasesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilderGetQueryParameters.php index ece4e750153..d97130a8ceb 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the ediscoveryCase objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the ediscoveryCase objects and their properties. This API is available in the following national cloud deployments. */ class EdiscoveryCasesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.php index 1594d46f7f9..e2aeaec087a 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.php @@ -69,7 +69,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the custodian objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the custodian objects and their properties. This API is available in the following national cloud deployments. * @param CustodiansRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function get(?CustodiansRequestBuilderGetRequestConfiguration $requestCon } /** - * Create a new ediscoveryCustodian object.After the custodian object is created, you will need to create the custodian's userSource to reference their mailbox and OneDrive for Business site. This API is supported in the following national cloud deployments. + * Create a new ediscoveryCustodian object.After the custodian object is created, you will need to create the custodian's userSource to reference their mailbox and OneDrive for Business site. This API is available in the following national cloud deployments. * @param EdiscoveryCustodian $body The request body * @param CustodiansRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -108,7 +108,7 @@ public function post(EdiscoveryCustodian $body, ?CustodiansRequestBuilderPostReq } /** - * Get a list of the custodian objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the custodian objects and their properties. This API is available in the following national cloud deployments. * @param CustodiansRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -129,7 +129,7 @@ public function toGetRequestInformation(?CustodiansRequestBuilderGetRequestConfi } /** - * Create a new ediscoveryCustodian object.After the custodian object is created, you will need to create the custodian's userSource to reference their mailbox and OneDrive for Business site. This API is supported in the following national cloud deployments. + * Create a new ediscoveryCustodian object.After the custodian object is created, you will need to create the custodian's userSource to reference their mailbox and OneDrive for Business site. This API is available in the following national cloud deployments. * @param EdiscoveryCustodian $body The request body * @param CustodiansRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilderGetQueryParameters.php index 8e7334ad097..827f158210d 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the custodian objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the custodian objects and their properties. This API is available in the following national cloud deployments. */ class CustodiansRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilder.php index 383682bd6a5..e81f92caf82 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilder.php @@ -122,7 +122,7 @@ public function delete(?EdiscoveryCustodianItemRequestBuilderDeleteRequestConfig } /** - * Read the properties and relationships of an ediscoveryCustodian object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryCustodian object. This API is available in the following national cloud deployments. * @param EdiscoveryCustodianItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0 Find more info here @@ -177,7 +177,7 @@ public function toDeleteRequestInformation(?EdiscoveryCustodianItemRequestBuilde } /** - * Read the properties and relationships of an ediscoveryCustodian object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryCustodian object. This API is available in the following national cloud deployments. * @param EdiscoveryCustodianItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilderGetQueryParameters.php index c2e0b5e06b7..aa2b2cf49a5 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an ediscoveryCustodian object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryCustodian object. This API is available in the following national cloud deployments. */ class EdiscoveryCustodianItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilder.php index 5fa463985fc..aadb09d8591 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. * @param LastIndexOperationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?LastIndexOperationRequestBuilderGetRequestConfiguration $re } /** - * Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. * @param LastIndexOperationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilderGetQueryParameters.php index 69a8b40e864..034134c51e3 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. */ class LastIndexOperationRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.php index 1b86da7ed59..c64fc70a38c 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an eDiscovery (Premium) case. This API is supported in the following national cloud deployments. + * Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an eDiscovery (Premium) case. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityActivateRequestBuilderPostRequestCon } /** - * Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an eDiscovery (Premium) case. This API is supported in the following national cloud deployments. + * Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an eDiscovery (Premium) case. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.php index 5676a04213c..64ffedca10c 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Start the process of applying hold on eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. This API is supported in the following national cloud deployments. + * Start the process of applying hold on eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityApplyHoldRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityApplyHoldRequestBuilderPostRequestCo } /** - * Start the process of applying hold on eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. This API is supported in the following national cloud deployments. + * Start the process of applying hold on eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityApplyHoldRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.php index 4e003238d63..875e1b03a05 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Release a custodian from a case. For details, see Release a custodian from a case. This API is supported in the following national cloud deployments. + * Release a custodian from a case. For details, see Release a custodian from a case. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityReleaseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityReleaseRequestBuilderPostRequestConf } /** - * Release a custodian from a case. For details, see Release a custodian from a case. This API is supported in the following national cloud deployments. + * Release a custodian from a case. For details, see Release a custodian from a case. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityReleaseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.php index 04580176231..7c0526417cf 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Start the process of removing hold from eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. This API is supported in the following national cloud deployments. + * Start the process of removing hold from eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityRemoveHoldRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityRemoveHoldRequestBuilderPostRequestC } /** - * Start the process of removing hold from eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. This API is supported in the following national cloud deployments. + * Start the process of removing hold from eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityRemoveHoldRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.php index 46b52b9ccd1..5b0490bba76 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Trigger an indexOperation to make a custodian and associated sources searchable. This API is supported in the following national cloud deployments. + * Trigger an indexOperation to make a custodian and associated sources searchable. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityUpdateIndexRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityUpdateIndexRequestBuilderPostRequest } /** - * Trigger an indexOperation to make a custodian and associated sources searchable. This API is supported in the following national cloud deployments. + * Trigger an indexOperation to make a custodian and associated sources searchable. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityUpdateIndexRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.php index eb2241c84ac..46e3d39537e 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the siteSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the siteSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. * @param SiteSourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SiteSourcesRequestBuilderGetRequestConfiguration $requestCo } /** - * Create a new siteSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments. + * Create a new siteSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments. * @param SiteSource $body The request body * @param SiteSourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SiteSource $body, ?SiteSourcesRequestBuilderPostRequestConf } /** - * Get a list of the siteSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the siteSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. * @param SiteSourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SiteSourcesRequestBuilderGetRequestConf } /** - * Create a new siteSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments. + * Create a new siteSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments. * @param SiteSource $body The request body * @param SiteSourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilderGetQueryParameters.php index dc5158f5df2..1bf9a43c3b0 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the siteSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the siteSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. */ class SiteSourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.php index 68abf482d87..6c63eed16e4 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. * @param UnifiedGroupSourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?UnifiedGroupSourcesRequestBuilderGetRequestConfiguration $r } /** - * Create a new unifiedGroupSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments. + * Create a new unifiedGroupSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments. * @param UnifiedGroupSource $body The request body * @param UnifiedGroupSourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(UnifiedGroupSource $body, ?UnifiedGroupSourcesRequestBuilde } /** - * Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. * @param UnifiedGroupSourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?UnifiedGroupSourcesRequestBuilderGetReq } /** - * Create a new unifiedGroupSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments. + * Create a new unifiedGroupSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments. * @param UnifiedGroupSource $body The request body * @param UnifiedGroupSourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilderGetQueryParameters.php index 5a39d6cbe76..d5671a3a7bc 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. */ class UnifiedGroupSourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.php index dbcf95b40e5..58f4c69c0e9 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the userSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the userSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. * @param UserSourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?UserSourcesRequestBuilderGetRequestConfiguration $requestCo } /** - * Create a new userSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments. + * Create a new userSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments. * @param UserSource $body The request body * @param UserSourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(UserSource $body, ?UserSourcesRequestBuilderPostRequestConf } /** - * Get a list of the userSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the userSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. * @param UserSourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?UserSourcesRequestBuilderGetRequestConf } /** - * Create a new userSource object associated with an eDiscovery custodian. This API is supported in the following national cloud deployments. + * Create a new userSource object associated with an eDiscovery custodian. This API is available in the following national cloud deployments. * @param UserSource $body The request body * @param UserSourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilderGetQueryParameters.php index c49e5142a30..9147e951a88 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the userSource objects associated with an ediscoveryCustodian. This API is supported in the following national cloud deployments. + * Get a list of the userSource objects associated with an ediscoveryCustodian. This API is available in the following national cloud deployments. */ class UserSourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.php index c3fdd46cbb6..2bfd0b2c442 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.php index e871c91f2ba..2610d235dc1 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilder.php index a50f528c972..ec9cb779189 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilder.php @@ -104,7 +104,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an ediscoveryCase object. This API is supported in the following national cloud deployments. + * Delete an ediscoveryCase object. This API is available in the following national cloud deployments. * @param EdiscoveryCaseItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0 Find more info here @@ -123,7 +123,7 @@ public function delete(?EdiscoveryCaseItemRequestBuilderDeleteRequestConfigurati } /** - * Read the properties and relationships of an ediscoveryCase object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryCase object. This API is available in the following national cloud deployments. * @param EdiscoveryCaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0 Find more info here @@ -142,7 +142,7 @@ public function get(?EdiscoveryCaseItemRequestBuilderGetRequestConfiguration $re } /** - * Update the properties of an ediscoveryCase object. This API is supported in the following national cloud deployments. + * Update the properties of an ediscoveryCase object. This API is available in the following national cloud deployments. * @param EdiscoveryCase $body The request body * @param EdiscoveryCaseItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -162,7 +162,7 @@ public function patch(EdiscoveryCase $body, ?EdiscoveryCaseItemRequestBuilderPat } /** - * Delete an ediscoveryCase object. This API is supported in the following national cloud deployments. + * Delete an ediscoveryCase object. This API is available in the following national cloud deployments. * @param EdiscoveryCaseItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -179,7 +179,7 @@ public function toDeleteRequestInformation(?EdiscoveryCaseItemRequestBuilderDele } /** - * Read the properties and relationships of an ediscoveryCase object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryCase object. This API is available in the following national cloud deployments. * @param EdiscoveryCaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -200,7 +200,7 @@ public function toGetRequestInformation(?EdiscoveryCaseItemRequestBuilderGetRequ } /** - * Update the properties of an ediscoveryCase object. This API is supported in the following national cloud deployments. + * Update the properties of an ediscoveryCase object. This API is available in the following national cloud deployments. * @param EdiscoveryCase $body The request body * @param EdiscoveryCaseItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilderGetQueryParameters.php index c0afcbb2cbe..efdb0b31729 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an ediscoveryCase object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryCase object. This API is available in the following national cloud deployments. */ class EdiscoveryCaseItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.php index 04d127ea1b4..d8803e05d7b 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Close an eDiscovery case. For details, see Close a case. This API is supported in the following national cloud deployments. + * Close an eDiscovery case. For details, see Close a case. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityCloseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityCloseRequestBuilderPostRequestConfig } /** - * Close an eDiscovery case. For details, see Close a case. This API is supported in the following national cloud deployments. + * Close an eDiscovery case. For details, see Close a case. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityCloseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.php index eea7a5344b2..60517b5bed7 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reopen an eDiscovery case that was closed. For details, see Reopen a closed case. This API is supported in the following national cloud deployments. + * Reopen an eDiscovery case that was closed. For details, see Reopen a closed case. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityReopenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityReopenRequestBuilderPostRequestConfi } /** - * Reopen an eDiscovery case that was closed. For details, see Reopen a closed case. This API is supported in the following national cloud deployments. + * Reopen an eDiscovery case that was closed. For details, see Reopen a closed case. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityReopenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.php index 5219b44506f..63a474c1a39 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Start the process of applying hold on eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. This API is supported in the following national cloud deployments. + * Start the process of applying hold on eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityApplyHoldRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityApplyHoldRequestBuilderPostRequestCo } /** - * Start the process of applying hold on eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. This API is supported in the following national cloud deployments. + * Start the process of applying hold on eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityApplyHoldRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.php index 174604f4a90..7c10cb2b8d1 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Release the non-custodial data source from the case. This API is supported in the following national cloud deployments. + * Release the non-custodial data source from the case. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityReleaseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityReleaseRequestBuilderPostRequestConf } /** - * Release the non-custodial data source from the case. This API is supported in the following national cloud deployments. + * Release the non-custodial data source from the case. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityReleaseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.php index 91bb31f3528..68c09dc7a62 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Start the process of removing hold from eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. This API is supported in the following national cloud deployments. + * Start the process of removing hold from eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityRemoveHoldRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityRemoveHoldRequestBuilderPostRequestC } /** - * Start the process of removing hold from eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. This API is supported in the following national cloud deployments. + * Start the process of removing hold from eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityRemoveHoldRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.php index 55d686cd3f9..6205831aeae 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Trigger an indexOperation to make a non-custodial data source and its associated data source searchable. This API is supported in the following national cloud deployments. + * Trigger an indexOperation to make a non-custodial data source and its associated data source searchable. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityUpdateIndexRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityUpdateIndexRequestBuilderPostRequest } /** - * Trigger an indexOperation to make a non-custodial data source and its associated data source searchable. This API is supported in the following national cloud deployments. + * Trigger an indexOperation to make a non-custodial data source and its associated data source searchable. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityUpdateIndexRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.php index 0e785064612..586b1683b4f 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.php index 86739f6c698..7c9ce0e1d8d 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.php index 236dc6f36c0..eef72210e6d 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.php @@ -87,7 +87,7 @@ public function get(?NoncustodialDataSourcesRequestBuilderGetRequestConfiguratio } /** - * Create a new ediscoveryNoncustodialDataSource object. This API is supported in the following national cloud deployments. + * Create a new ediscoveryNoncustodialDataSource object. This API is available in the following national cloud deployments. * @param EdiscoveryNoncustodialDataSource $body The request body * @param NoncustodialDataSourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -128,7 +128,7 @@ public function toGetRequestInformation(?NoncustodialDataSourcesRequestBuilderGe } /** - * Create a new ediscoveryNoncustodialDataSource object. This API is supported in the following national cloud deployments. + * Create a new ediscoveryNoncustodialDataSource object. This API is available in the following national cloud deployments. * @param EdiscoveryNoncustodialDataSource $body The request body * @param NoncustodialDataSourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilder.php index 18172d9e25e..d9977515b12 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?CaseOperationItemRequestBuilderDeleteRequestConfiguratio } /** - * Read the properties and relationships of a caseOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a caseOperation object. This API is available in the following national cloud deployments. * @param CaseOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?CaseOperationItemRequestBuilderDelet } /** - * Read the properties and relationships of a caseOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a caseOperation object. This API is available in the following national cloud deployments. * @param CaseOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilderGetQueryParameters.php index 64967220ad7..93917e289a0 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a caseOperation object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a caseOperation object. This API is available in the following national cloud deployments. */ class CaseOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.php index 68404a97d8d..9b88179ab12 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the caseOperation objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the caseOperation objects and their properties. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(CaseOperation $body, ?OperationsRequestBuilderPostRequestCo } /** - * Get a list of the caseOperation objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the caseOperation objects and their properties. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilderGetQueryParameters.php index 66d6a7befa8..529d00e1ebb 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the caseOperation objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the caseOperation objects and their properties. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilder.php index be32a758988..e73542b8157 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilder.php @@ -74,7 +74,7 @@ public function delete(?EdiscoveryReviewSetItemRequestBuilderDeleteRequestConfig } /** - * Read the properties and relationships of an ediscoveryReviewSet object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryReviewSet object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0 Find more info here @@ -129,7 +129,7 @@ public function toDeleteRequestInformation(?EdiscoveryReviewSetItemRequestBuilde } /** - * Read the properties and relationships of an ediscoveryReviewSet object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryReviewSet object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilderGetQueryParameters.php index 3b292a6f6b8..eac4a1cd972 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an ediscoveryReviewSet object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryReviewSet object. This API is available in the following national cloud deployments. */ class EdiscoveryReviewSetItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.php index 0ca22e529b9..ed82e77e04b 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddTo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -62,7 +62,7 @@ public function getAdditionalDataOptions(): ?AdditionalDataOptions { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -104,8 +104,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -120,8 +120,8 @@ public function setAdditionalDataOptions(?AdditionalDataOptions $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.php index 10d3be1cdcd..ce830e55f0b 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a Add to review set operation. This API is supported in the following national cloud deployments. + * Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a Add to review set operation. This API is available in the following national cloud deployments. * @param AddToReviewSetPostRequestBody $body The request body * @param MicrosoftGraphSecurityAddToReviewSetRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddToReviewSetPostRequestBody $body, ?MicrosoftGraphSecurit } /** - * Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a Add to review set operation. This API is supported in the following national cloud deployments. + * Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a Add to review set operation. This API is available in the following national cloud deployments. * @param AddToReviewSetPostRequestBody $body The request body * @param MicrosoftGraphSecurityAddToReviewSetRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.php index 510b8d65d23..b8e5cda1d0f 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Expor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -132,16 +132,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.php index a81a96bba04..19f70f845d6 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium). This API is supported in the following national cloud deployments. + * Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium). This API is available in the following national cloud deployments. * @param ExportPostRequestBody $body The request body * @param MicrosoftGraphSecurityExportRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ExportPostRequestBody $body, ?MicrosoftGraphSecurityExportR } /** - * Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium). This API is supported in the following national cloud deployments. + * Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium). This API is available in the following national cloud deployments. * @param ExportPostRequestBody $body The request body * @param MicrosoftGraphSecurityExportRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilder.php index df27d67471a..a149cbb454a 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments. + * Delete an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSetQueryItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?EdiscoveryReviewSetQueryItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSetQueryItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?EdiscoveryReviewSetQueryItemRequestBuilderGetRequestConfigu } /** - * Update the properties of an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments. + * Update the properties of an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSetQuery $body The request body * @param EdiscoveryReviewSetQueryItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(EdiscoveryReviewSetQuery $body, ?EdiscoveryReviewSetQueryI } /** - * Delete an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments. + * Delete an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSetQueryItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?EdiscoveryReviewSetQueryItemRequestB } /** - * Read the properties and relationships of an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSetQueryItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?EdiscoveryReviewSetQueryItemRequestBuil } /** - * Update the properties of an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments. + * Update the properties of an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSetQuery $body The request body * @param EdiscoveryReviewSetQueryItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters.php index a989ed680c2..12d305157aa 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments. */ class EdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/ApplyTagsPostRequestBody.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/ApplyTagsPostRequestBody.php index f34825b0364..bebe4966b8e 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/ApplyTagsPostRequestBody.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/ApplyTagsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Apply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -108,16 +108,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.php index 5780213a641..834ca02db2d 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery. This API is supported in the following national cloud deployments. + * Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery. This API is available in the following national cloud deployments. * @param ApplyTagsPostRequestBody $body The request body * @param MicrosoftGraphSecurityApplyTagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ApplyTagsPostRequestBody $body, ?MicrosoftGraphSecurityAppl } /** - * Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery. This API is supported in the following national cloud deployments. + * Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery. This API is available in the following national cloud deployments. * @param ApplyTagsPostRequestBody $body The request body * @param MicrosoftGraphSecurityApplyTagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.php index 29f2198d6f4..f8b642ea357 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Expor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -132,16 +132,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.php index 3cdd3944e41..827b1b08d42 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Initiate an export from a ediscoveryReviewSetQuery. For details, see Export documents from a review set in eDiscovery (Premium). This API is supported in the following national cloud deployments. + * Initiate an export from a ediscoveryReviewSetQuery. For details, see Export documents from a review set in eDiscovery (Premium). This API is available in the following national cloud deployments. * @param ExportPostRequestBody $body The request body * @param MicrosoftGraphSecurityExportRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ExportPostRequestBody $body, ?MicrosoftGraphSecurityExportR } /** - * Initiate an export from a ediscoveryReviewSetQuery. For details, see Export documents from a review set in eDiscovery (Premium). This API is supported in the following national cloud deployments. + * Initiate an export from a ediscoveryReviewSetQuery. For details, see Export documents from a review set in eDiscovery (Premium). This API is available in the following national cloud deployments. * @param ExportPostRequestBody $body The request body * @param MicrosoftGraphSecurityExportRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.php index 56944d4ba2e..9808c674de1 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of queries associated with an eDiscovery review set. This API is supported in the following national cloud deployments. + * Get the list of queries associated with an eDiscovery review set. This API is available in the following national cloud deployments. * @param QueriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?QueriesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments. + * Create a new ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSetQuery $body The request body * @param QueriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EdiscoveryReviewSetQuery $body, ?QueriesRequestBuilderPostR } /** - * Get the list of queries associated with an eDiscovery review set. This API is supported in the following national cloud deployments. + * Get the list of queries associated with an eDiscovery review set. This API is available in the following national cloud deployments. * @param QueriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?QueriesRequestBuilderGetRequestConfigur } /** - * Create a new ediscoveryReviewSetQuery object. This API is supported in the following national cloud deployments. + * Create a new ediscoveryReviewSetQuery object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSetQuery $body The request body * @param QueriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilderGetQueryParameters.php index 0fabb14b0be..7928c2aefbb 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of queries associated with an eDiscovery review set. This API is supported in the following national cloud deployments. + * Get the list of queries associated with an eDiscovery review set. This API is available in the following national cloud deployments. */ class QueriesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.php index f25edf55f38..2bd6fa216ec 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is supported in the following national cloud deployments. + * Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is available in the following national cloud deployments. * @param ReviewSetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ReviewSetsRequestBuilderGetRequestConfiguration $requestCon } /** - * Create a new ediscoveryReviewSet object. This API is supported in the following national cloud deployments. + * Create a new ediscoveryReviewSet object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSet $body The request body * @param ReviewSetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EdiscoveryReviewSet $body, ?ReviewSetsRequestBuilderPostReq } /** - * Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is supported in the following national cloud deployments. + * Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is available in the following national cloud deployments. * @param ReviewSetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ReviewSetsRequestBuilderGetRequestConfi } /** - * Create a new ediscoveryReviewSet object. This API is supported in the following national cloud deployments. + * Create a new ediscoveryReviewSet object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewSet $body The request body * @param ReviewSetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilderGetQueryParameters.php index d7765b1ada2..7012ff729f5 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is supported in the following national cloud deployments. + * Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. This API is available in the following national cloud deployments. */ class ReviewSetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.php index 3b070ef106b..5643eeca44e 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of additional sources associated with an eDiscovery search. This API is supported in the following national cloud deployments. + * Get the list of additional sources associated with an eDiscovery search. This API is available in the following national cloud deployments. * @param AdditionalSourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AdditionalSourcesRequestBuilderGetRequestConfiguration $req } /** - * Create a new additional source associated with an eDiscovery search. This API is supported in the following national cloud deployments. + * Create a new additional source associated with an eDiscovery search. This API is available in the following national cloud deployments. * @param DataSource $body The request body * @param AdditionalSourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(DataSource $body, ?AdditionalSourcesRequestBuilderPostReque } /** - * Get the list of additional sources associated with an eDiscovery search. This API is supported in the following national cloud deployments. + * Get the list of additional sources associated with an eDiscovery search. This API is available in the following national cloud deployments. * @param AdditionalSourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AdditionalSourcesRequestBuilderGetReque } /** - * Create a new additional source associated with an eDiscovery search. This API is supported in the following national cloud deployments. + * Create a new additional source associated with an eDiscovery search. This API is available in the following national cloud deployments. * @param DataSource $body The request body * @param AdditionalSourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilderGetQueryParameters.php index 34b0ddef6eb..5543b52e1d9 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of additional sources associated with an eDiscovery search. This API is supported in the following national cloud deployments. + * Get the list of additional sources associated with an eDiscovery search. This API is available in the following national cloud deployments. */ class AdditionalSourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.php index 5d24d22b8e5..0f6cb976acd 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of custodial data sources associated with an eDiscovery search. This API is supported in the following national cloud deployments. + * Get the list of custodial data sources associated with an eDiscovery search. This API is available in the following national cloud deployments. * @param CustodianSourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?CustodianSourcesRequestBuilderGetRequestConfiguration $requ } /** - * Get the list of custodial data sources associated with an eDiscovery search. This API is supported in the following national cloud deployments. + * Get the list of custodial data sources associated with an eDiscovery search. This API is available in the following national cloud deployments. * @param CustodianSourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilderGetQueryParameters.php index 562aff0ba96..3bc2e950695 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of custodial data sources associated with an eDiscovery search. This API is supported in the following national cloud deployments. + * Get the list of custodial data sources associated with an eDiscovery search. This API is available in the following national cloud deployments. */ class CustodianSourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilder.php index edb44a429bb..f99b041e3e9 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilder.php @@ -88,7 +88,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an ediscoverySearch object. This API is supported in the following national cloud deployments. + * Delete an ediscoverySearch object. This API is available in the following national cloud deployments. * @param EdiscoverySearchItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0 Find more info here @@ -107,7 +107,7 @@ public function delete(?EdiscoverySearchItemRequestBuilderDeleteRequestConfigura } /** - * Read the properties and relationships of an ediscoverySearch object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoverySearch object. This API is available in the following national cloud deployments. * @param EdiscoverySearchItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0 Find more info here @@ -126,7 +126,7 @@ public function get(?EdiscoverySearchItemRequestBuilderGetRequestConfiguration $ } /** - * Update the properties of an ediscoverySearch object. This API is supported in the following national cloud deployments. + * Update the properties of an ediscoverySearch object. This API is available in the following national cloud deployments. * @param EdiscoverySearch $body The request body * @param EdiscoverySearchItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -146,7 +146,7 @@ public function patch(EdiscoverySearch $body, ?EdiscoverySearchItemRequestBuilde } /** - * Delete an ediscoverySearch object. This API is supported in the following national cloud deployments. + * Delete an ediscoverySearch object. This API is available in the following national cloud deployments. * @param EdiscoverySearchItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -163,7 +163,7 @@ public function toDeleteRequestInformation(?EdiscoverySearchItemRequestBuilderDe } /** - * Read the properties and relationships of an ediscoverySearch object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoverySearch object. This API is available in the following national cloud deployments. * @param EdiscoverySearchItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -184,7 +184,7 @@ public function toGetRequestInformation(?EdiscoverySearchItemRequestBuilderGetRe } /** - * Update the properties of an ediscoverySearch object. This API is supported in the following national cloud deployments. + * Update the properties of an ediscoverySearch object. This API is available in the following national cloud deployments. * @param EdiscoverySearch $body The request body * @param EdiscoverySearchItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilderGetQueryParameters.php index 8c019151558..17cc661387f 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an ediscoverySearch object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoverySearch object. This API is available in the following national cloud deployments. */ class EdiscoverySearchItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilder.php index d92f96f5e23..130d0e537b2 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the last ediscoveryEstimateOperation objects and their properties. This API is supported in the following national cloud deployments. + * Get the last ediscoveryEstimateOperation objects and their properties. This API is available in the following national cloud deployments. * @param LastEstimateStatisticsOperationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?LastEstimateStatisticsOperationRequestBuilderGetRequestConf } /** - * Get the last ediscoveryEstimateOperation objects and their properties. This API is supported in the following national cloud deployments. + * Get the last ediscoveryEstimateOperation objects and their properties. This API is available in the following national cloud deployments. * @param LastEstimateStatisticsOperationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilderGetQueryParameters.php index 90c6e6b9f97..5f839154e31 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the last ediscoveryEstimateOperation objects and their properties. This API is supported in the following national cloud deployments. + * Get the last ediscoveryEstimateOperation objects and their properties. This API is available in the following national cloud deployments. */ class LastEstimateStatisticsOperationRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.php index d8c8ab8fef5..b55261a161b 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Run an estimate of the number of emails and documents in the eDiscovery search. To learn more about searches in eDiscovery, see Collect data for a case in eDiscovery (Premium). This API is supported in the following national cloud deployments. + * Run an estimate of the number of emails and documents in the eDiscovery search. To learn more about searches in eDiscovery, see Collect data for a case in eDiscovery (Premium). This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityEstimateStatisticsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityEstimateStatisticsRequestBuilderPost } /** - * Run an estimate of the number of emails and documents in the eDiscovery search. To learn more about searches in eDiscovery, see Collect data for a case in eDiscovery (Premium). This API is supported in the following national cloud deployments. + * Run an estimate of the number of emails and documents in the eDiscovery search. To learn more about searches in eDiscovery, see Collect data for a case in eDiscovery (Premium). This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityEstimateStatisticsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.php index 69d633cce1d..486b2835f97 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete Microsoft Teams messages contained in an eDiscovery search. You can collect and purge the following categories of Teams content:- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.- Private channels - Message posts, replies, and attachments shared in a private Teams channel.- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:- eDiscovery solution series: Data spillage scenario - Search and purge- eDiscovery (Premium) workflow for content in Microsoft Teams This API is supported in the following national cloud deployments. + * Delete Microsoft Teams messages contained in an eDiscovery search. You can collect and purge the following categories of Teams content:- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.- Private channels - Message posts, replies, and attachments shared in a private Teams channel.- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:- eDiscovery solution series: Data spillage scenario - Search and purge- eDiscovery (Premium) workflow for content in Microsoft Teams This API is available in the following national cloud deployments. * @param PurgeDataPostRequestBody $body The request body * @param MicrosoftGraphSecurityPurgeDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(PurgeDataPostRequestBody $body, ?MicrosoftGraphSecurityPurg } /** - * Delete Microsoft Teams messages contained in an eDiscovery search. You can collect and purge the following categories of Teams content:- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.- Private channels - Message posts, replies, and attachments shared in a private Teams channel.- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:- eDiscovery solution series: Data spillage scenario - Search and purge- eDiscovery (Premium) workflow for content in Microsoft Teams This API is supported in the following national cloud deployments. + * Delete Microsoft Teams messages contained in an eDiscovery search. You can collect and purge the following categories of Teams content:- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.- Private channels - Message posts, replies, and attachments shared in a private Teams channel.- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:- eDiscovery solution series: Data spillage scenario - Search and purge- eDiscovery (Premium) workflow for content in Microsoft Teams This API is available in the following national cloud deployments. * @param PurgeDataPostRequestBody $body The request body * @param MicrosoftGraphSecurityPurgeDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/PurgeDataPostRequestBody.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/PurgeDataPostRequestBody.php index 621c84db085..186d50d89ff 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/PurgeDataPostRequestBody.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/PurgeDataPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Purge } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -104,16 +104,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.php index 6896e7019b8..097fe47c49c 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is supported in the following national cloud deployments. + * Get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is available in the following national cloud deployments. * @param SearchesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SearchesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new ediscoverySearch object. This API is supported in the following national cloud deployments. + * Create a new ediscoverySearch object. This API is available in the following national cloud deployments. * @param EdiscoverySearch $body The request body * @param SearchesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EdiscoverySearch $body, ?SearchesRequestBuilderPostRequestC } /** - * Get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is supported in the following national cloud deployments. + * Get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is available in the following national cloud deployments. * @param SearchesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SearchesRequestBuilderGetRequestConfigu } /** - * Create a new ediscoverySearch object. This API is supported in the following national cloud deployments. + * Create a new ediscoverySearch object. This API is available in the following national cloud deployments. * @param EdiscoverySearch $body The request body * @param SearchesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilderGetQueryParameters.php index a3f1a664e66..ebb542b802f 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is supported in the following national cloud deployments. + * Get the list of ediscoverySearch resources from an eDiscoveryCase object. This API is available in the following national cloud deployments. */ class SearchesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.php index db782715d80..98dd6e0ace9 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reset a caseSettings object to the default values. This API is supported in the following national cloud deployments. + * Reset a caseSettings object to the default values. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityResetToDefaultRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?MicrosoftGraphSecurityResetToDefaultRequestBuilderPostRequ } /** - * Reset a caseSettings object to the default values. This API is supported in the following national cloud deployments. + * Reset a caseSettings object to the default values. This API is available in the following national cloud deployments. * @param MicrosoftGraphSecurityResetToDefaultRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilder.php index 01461de4adc..f0f83d47349 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?SettingsRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of an ediscoveryCaseSettings object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryCaseSettings object. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?SettingsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of an ediscoveryCaseSettings object. This API is supported in the following national cloud deployments. + * Update the properties of an ediscoveryCaseSettings object. This API is available in the following national cloud deployments. * @param EdiscoveryCaseSettings $body The request body * @param SettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?SettingsRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of an ediscoveryCaseSettings object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryCaseSettings object. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?SettingsRequestBuilderGetRequestConfigu } /** - * Update the properties of an ediscoveryCaseSettings object. This API is supported in the following national cloud deployments. + * Update the properties of an ediscoveryCaseSettings object. This API is available in the following national cloud deployments. * @param EdiscoveryCaseSettings $body The request body * @param SettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilderGetQueryParameters.php index 5ff910756e9..280e61e045a 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an ediscoveryCaseSettings object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryCaseSettings object. This API is available in the following national cloud deployments. */ class SettingsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilder.php index 03fa17239c2..22b3ec3d5d3 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an ediscoveryReviewTag object. This API is supported in the following national cloud deployments. + * Remove an ediscoveryReviewTag object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewTagItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?EdiscoveryReviewTagItemRequestBuilderDeleteRequestConfig } /** - * Read the properties and relationships of an ediscoveryReviewTag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryReviewTag object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewTagItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?EdiscoveryReviewTagItemRequestBuilderGetRequestConfiguratio } /** - * Update the properties of an ediscoveryReviewTag object. This API is supported in the following national cloud deployments. + * Update the properties of an ediscoveryReviewTag object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewTag $body The request body * @param EdiscoveryReviewTagItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(EdiscoveryReviewTag $body, ?EdiscoveryReviewTagItemRequest } /** - * Remove an ediscoveryReviewTag object. This API is supported in the following national cloud deployments. + * Remove an ediscoveryReviewTag object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewTagItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?EdiscoveryReviewTagItemRequestBuilde } /** - * Read the properties and relationships of an ediscoveryReviewTag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryReviewTag object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewTagItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?EdiscoveryReviewTagItemRequestBuilderGe } /** - * Update the properties of an ediscoveryReviewTag object. This API is supported in the following national cloud deployments. + * Update the properties of an ediscoveryReviewTag object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewTag $body The request body * @param EdiscoveryReviewTagItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilderGetQueryParameters.php index 61c0eae64ef..923e150c7ce 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an ediscoveryReviewTag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an ediscoveryReviewTag object. This API is available in the following national cloud deployments. */ class EdiscoveryReviewTagItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.php index 100ec671b89..be268e8e50c 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of eDiscoveryReviewTag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of eDiscoveryReviewTag objects and their properties. This API is available in the following national cloud deployments. * @param TagsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?TagsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Create a new ediscoveryReviewTag object. This API is supported in the following national cloud deployments. + * Create a new ediscoveryReviewTag object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewTag $body The request body * @param TagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(EdiscoveryReviewTag $body, ?TagsRequestBuilderPostRequestCo } /** - * Get a list of eDiscoveryReviewTag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of eDiscoveryReviewTag objects and their properties. This API is available in the following national cloud deployments. * @param TagsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?TagsRequestBuilderGetRequestConfigurati } /** - * Create a new ediscoveryReviewTag object. This API is supported in the following national cloud deployments. + * Create a new ediscoveryReviewTag object. This API is available in the following national cloud deployments. * @param EdiscoveryReviewTag $body The request body * @param TagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilderGetQueryParameters.php b/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilderGetQueryParameters.php index 78cf13c89cd..4fac469cdc1 100644 --- a/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of eDiscoveryReviewTag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of eDiscoveryReviewTag objects and their properties. This API is available in the following national cloud deployments. */ class TagsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Incidents/IncidentsRequestBuilder.php b/src/Generated/Security/Incidents/IncidentsRequestBuilder.php index 5db28032d31..2d577d9000f 100644 --- a/src/Generated/Security/Incidents/IncidentsRequestBuilder.php +++ b/src/Generated/Security/Incidents/IncidentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list. This API is supported in the following national cloud deployments. + * Get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list. This API is available in the following national cloud deployments. * @param IncidentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Incident $body, ?IncidentsRequestBuilderPostRequestConfigur } /** - * Get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list. This API is supported in the following national cloud deployments. + * Get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list. This API is available in the following national cloud deployments. * @param IncidentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Incidents/IncidentsRequestBuilderGetQueryParameters.php b/src/Generated/Security/Incidents/IncidentsRequestBuilderGetQueryParameters.php index c5438ebd432..2c5db713d4e 100644 --- a/src/Generated/Security/Incidents/IncidentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Incidents/IncidentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list. This API is supported in the following national cloud deployments. + * Get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list. This API is available in the following national cloud deployments. */ class IncidentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Incidents/Item/IncidentItemRequestBuilder.php b/src/Generated/Security/Incidents/Item/IncidentItemRequestBuilder.php index b1c88c37b8d..d7b59e25dc8 100644 --- a/src/Generated/Security/Incidents/Item/IncidentItemRequestBuilder.php +++ b/src/Generated/Security/Incidents/Item/IncidentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?IncidentItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This API is available in the following national cloud deployments. * @param IncidentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?IncidentItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of an incident object. This API is supported in the following national cloud deployments. + * Update the properties of an incident object. This API is available in the following national cloud deployments. * @param Incident $body The request body * @param IncidentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?IncidentItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This API is available in the following national cloud deployments. * @param IncidentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?IncidentItemRequestBuilderGetRequestCon } /** - * Update the properties of an incident object. This API is supported in the following national cloud deployments. + * Update the properties of an incident object. This API is available in the following national cloud deployments. * @param Incident $body The request body * @param IncidentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Incidents/Item/IncidentItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Incidents/Item/IncidentItemRequestBuilderGetQueryParameters.php index 7c2b642675b..92653e4a7db 100644 --- a/src/Generated/Security/Incidents/Item/IncidentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Incidents/Item/IncidentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This API is available in the following national cloud deployments. */ class IncidentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/MicrosoftGraphSecurityRunHuntingQuery/RunHuntingQueryPostRequestBody.php b/src/Generated/Security/MicrosoftGraphSecurityRunHuntingQuery/RunHuntingQueryPostRequestBody.php index fa54c25a07a..8e4401823bc 100644 --- a/src/Generated/Security/MicrosoftGraphSecurityRunHuntingQuery/RunHuntingQueryPostRequestBody.php +++ b/src/Generated/Security/MicrosoftGraphSecurityRunHuntingQuery/RunHuntingQueryPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): RunHu } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilder.php b/src/Generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilder.php index a4ac90423ce..73d11191056 100644 --- a/src/Generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilder.php +++ b/src/Generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?SecureScoreControlProfileItemRequestBuilderDeleteRequest } /** - * Retrieve the properties and relationships of an securescorecontrolprofile object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an securescorecontrolprofile object. This API is available in the following national cloud deployments. * @param SecureScoreControlProfileItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?SecureScoreControlProfileItemRequestBuilderGetRequestConfig } /** - * Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote. This API is supported in the following national cloud deployments. + * Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote. This API is available in the following national cloud deployments. * @param SecureScoreControlProfile $body The request body * @param SecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?SecureScoreControlProfileItemRequest } /** - * Retrieve the properties and relationships of an securescorecontrolprofile object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an securescorecontrolprofile object. This API is available in the following national cloud deployments. * @param SecureScoreControlProfileItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?SecureScoreControlProfileItemRequestBui } /** - * Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote. This API is supported in the following national cloud deployments. + * Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote. This API is available in the following national cloud deployments. * @param SecureScoreControlProfile $body The request body * @param SecureScoreControlProfileItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilderGetQueryParameters.php index 71f4c60588e..ccf2a90fa5a 100644 --- a/src/Generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an securescorecontrolprofile object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an securescorecontrolprofile object. This API is available in the following national cloud deployments. */ class SecureScoreControlProfileItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.php b/src/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.php index 5fd576821c3..94d35c39e0d 100644 --- a/src/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.php +++ b/src/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a secureScoreControlProfiles object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a secureScoreControlProfiles object. This API is available in the following national cloud deployments. * @param SecureScoreControlProfilesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SecureScoreControlProfile $body, ?SecureScoreControlProfile } /** - * Retrieve the properties and relationships of a secureScoreControlProfiles object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a secureScoreControlProfiles object. This API is available in the following national cloud deployments. * @param SecureScoreControlProfilesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilderGetQueryParameters.php b/src/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilderGetQueryParameters.php index 54fbe405c30..65cdee45d61 100644 --- a/src/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a secureScoreControlProfiles object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a secureScoreControlProfiles object. This API is available in the following national cloud deployments. */ class SecureScoreControlProfilesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/SecureScores/Item/SecureScoreItemRequestBuilder.php b/src/Generated/Security/SecureScores/Item/SecureScoreItemRequestBuilder.php index 3f95ab278a3..d909b4f2942 100644 --- a/src/Generated/Security/SecureScores/Item/SecureScoreItemRequestBuilder.php +++ b/src/Generated/Security/SecureScores/Item/SecureScoreItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?SecureScoreItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a secureScore object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a secureScore object. This API is available in the following national cloud deployments. * @param SecureScoreItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?SecureScoreItemRequestBuilderDeleteR } /** - * Retrieve the properties and relationships of a secureScore object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a secureScore object. This API is available in the following national cloud deployments. * @param SecureScoreItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/SecureScores/Item/SecureScoreItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/SecureScores/Item/SecureScoreItemRequestBuilderGetQueryParameters.php index e53ecaa327a..bccf109833d 100644 --- a/src/Generated/Security/SecureScores/Item/SecureScoreItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/SecureScores/Item/SecureScoreItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a secureScore object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a secureScore object. This API is available in the following national cloud deployments. */ class SecureScoreItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/SecureScores/SecureScoresRequestBuilder.php b/src/Generated/Security/SecureScores/SecureScoresRequestBuilder.php index 24c23ee7cab..a878d577bb1 100644 --- a/src/Generated/Security/SecureScores/SecureScoresRequestBuilder.php +++ b/src/Generated/Security/SecureScores/SecureScoresRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of secureScore objects. This API is supported in the following national cloud deployments. + * Retrieve a list of secureScore objects. This API is available in the following national cloud deployments. * @param SecureScoresRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SecureScore $body, ?SecureScoresRequestBuilderPostRequestCo } /** - * Retrieve a list of secureScore objects. This API is supported in the following national cloud deployments. + * Retrieve a list of secureScore objects. This API is available in the following national cloud deployments. * @param SecureScoresRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/SecureScores/SecureScoresRequestBuilderGetQueryParameters.php b/src/Generated/Security/SecureScores/SecureScoresRequestBuilderGetQueryParameters.php index c7d17e82c42..aedd852f966 100644 --- a/src/Generated/Security/SecureScores/SecureScoresRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/SecureScores/SecureScoresRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of secureScore objects. This API is supported in the following national cloud deployments. + * Retrieve a list of secureScore objects. This API is available in the following national cloud deployments. */ class SecureScoresRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.php b/src/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.php index e15327246e0..08fa9c5af08 100644 --- a/src/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.php +++ b/src/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments. + * Get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments. * @param NotesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?NotesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new authoredNote object. This API is supported in the following national cloud deployments. + * Create a new authoredNote object. This API is available in the following national cloud deployments. * @param AuthoredNote $body The request body * @param NotesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AuthoredNote $body, ?NotesRequestBuilderPostRequestConfigur } /** - * Get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments. + * Get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments. * @param NotesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?NotesRequestBuilderGetRequestConfigurat } /** - * Create a new authoredNote object. This API is supported in the following national cloud deployments. + * Create a new authoredNote object. This API is available in the following national cloud deployments. * @param AuthoredNote $body The request body * @param NotesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilderGetQueryParameters.php b/src/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilderGetQueryParameters.php index e5144abd0a5..13891a21e6a 100644 --- a/src/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of authored notes assoicated with a subject rights request. This API is supported in the following national cloud deployments. + * Get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments. */ class NotesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.php index 5ae09fe0a3d..86e0ebb3e94 100644 --- a/src/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments. * @param ArticleIndicatorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(ArticleIndicator $body, ?ArticleIndicatorsRequestBuilderPos } /** - * Read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments. * @param ArticleIndicatorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilderGetQueryParameters.php index c333ac9ee46..8c4758c7acd 100644 --- a/src/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments. */ class ArticleIndicatorsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilder.php index 468b4cec7b4..0af8ebe0637 100644 --- a/src/Generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ArticleIndicatorItemRequestBuilderDeleteRequestConfigura } /** - * Read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments. * @param ArticleIndicatorItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ArticleIndicatorItemRequestBuilderDe } /** - * Read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments. * @param ArticleIndicatorItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilderGetQueryParameters.php index 6427f721063..4332b77915d 100644 --- a/src/Generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an articleIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an articleIndicator object. This API is available in the following national cloud deployments. */ class ArticleIndicatorItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.php index 3f28aef453c..d85e9ce6315 100644 --- a/src/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.php @@ -53,10 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of article objects, including their properties and relationships. This API is supported in the following national cloud deployments. + * Get a list of article objects, including their properties and relationships. This API is available in the following national cloud deployments. * @param ArticlesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/security-article-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0 Find more info here */ public function get(?ArticlesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -91,7 +91,7 @@ public function post(Article $body, ?ArticlesRequestBuilderPostRequestConfigurat } /** - * Get a list of article objects, including their properties and relationships. This API is supported in the following national cloud deployments. + * Get a list of article objects, including their properties and relationships. This API is available in the following national cloud deployments. * @param ArticlesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilderGetQueryParameters.php index a9d1f9dbd6b..0222d909e81 100644 --- a/src/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of article objects, including their properties and relationships. This API is supported in the following national cloud deployments. + * Get a list of article objects, including their properties and relationships. This API is available in the following national cloud deployments. */ class ArticlesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilder.php index a1eb378ca68..e8a3de98cce 100644 --- a/src/Generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ArticleItemRequestBuilderDeleteRequestConfiguration $req } /** - * Read the properties and relationships of an article object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an article object. This API is available in the following national cloud deployments. * @param ArticleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ArticleItemRequestBuilderDeleteReque } /** - * Read the properties and relationships of an article object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an article object. This API is available in the following national cloud deployments. * @param ArticleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilderGetQueryParameters.php index 5623a8ccd4b..47511fbe05a 100644 --- a/src/Generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an article object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of an article object. This API is available in the following national cloud deployments. */ class ArticleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.php index 919eb9192a7..06ca8f95abf 100644 --- a/src/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. This API is supported in the following national cloud deployments. + * Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. This API is available in the following national cloud deployments. * @param IndicatorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-article-list-indicators?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?IndicatorsRequestBuilderGetRequestConfiguration $requestCon } /** - * Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. This API is supported in the following national cloud deployments. + * Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. This API is available in the following national cloud deployments. * @param IndicatorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilderGetQueryParameters.php index 3f42d893e3a..a06fac5c168 100644 --- a/src/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. This API is supported in the following national cloud deployments. + * Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. This API is available in the following national cloud deployments. */ class IndicatorsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.php index 17eec05ae76..64dfc36a455 100644 --- a/src/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments. * @param HostComponentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(HostComponent $body, ?HostComponentsRequestBuilderPostReque } /** - * Read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments. * @param HostComponentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilderGetQueryParameters.php index 07bfa3d3333..a7722c9b12e 100644 --- a/src/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments. */ class HostComponentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilder.php index 64522dcb4dc..0bb273c73f9 100644 --- a/src/Generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?HostComponentItemRequestBuilderDeleteRequestConfiguratio } /** - * Read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments. * @param HostComponentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?HostComponentItemRequestBuilderDelet } /** - * Read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments. * @param HostComponentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilderGetQueryParameters.php index 283144e11c6..31e456e3f4f 100644 --- a/src/Generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a hostComponent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostComponent object. This API is available in the following national cloud deployments. */ class HostComponentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.php index ac5b65d6bcf..8e422b07458 100644 --- a/src/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments. * @param HostCookiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(HostCookie $body, ?HostCookiesRequestBuilderPostRequestConf } /** - * Read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments. * @param HostCookiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilderGetQueryParameters.php index 523719a8490..b10a6bb9b6b 100644 --- a/src/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments. */ class HostCookiesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilder.php index 4562208a5ad..6ba28acb9f1 100644 --- a/src/Generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?HostCookieItemRequestBuilderDeleteRequestConfiguration $ } /** - * Read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments. * @param HostCookieItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?HostCookieItemRequestBuilderDeleteRe } /** - * Read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments. * @param HostCookieItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilderGetQueryParameters.php index d68585c65b8..998a6e9c1b2 100644 --- a/src/Generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a hostCookie object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostCookie object. This API is available in the following national cloud deployments. */ class HostCookieItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.php index 97201396291..70a91097e13 100644 --- a/src/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a hostPair object. + * Read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments. * @param HostPairsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(HostPair $body, ?HostPairsRequestBuilderPostRequestConfigur } /** - * Read the properties and relationships of a hostPair object. + * Read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments. * @param HostPairsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilderGetQueryParameters.php index 96bed5aaa43..faa0c1e765c 100644 --- a/src/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a hostPair object. + * Read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments. */ class HostPairsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilder.php index 47de0e87599..cbf6d524f14 100644 --- a/src/Generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?HostPairItemRequestBuilderDeleteRequestConfiguration $re } /** - * Read the properties and relationships of a hostPair object. + * Read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments. * @param HostPairItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?HostPairItemRequestBuilderDeleteRequ } /** - * Read the properties and relationships of a hostPair object. + * Read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments. * @param HostPairItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilderGetQueryParameters.php index bc426428708..b46786281e7 100644 --- a/src/Generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a hostPair object. + * Read the properties and relationships of a hostPair object. This API is available in the following national cloud deployments. */ class HostPairItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.php index 5cce9ea5e6b..d53abed75f1 100644 --- a/src/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the properties and relationships of a hostSslCertificate object. + * Get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments. * @param HostSslCertificatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(HostSslCertificate $body, ?HostSslCertificatesRequestBuilde } /** - * Get the properties and relationships of a hostSslCertificate object. + * Get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments. * @param HostSslCertificatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilderGetQueryParameters.php index c0f09d68487..da10ab92668 100644 --- a/src/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a hostSslCertificate object. + * Get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments. */ class HostSslCertificatesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilder.php index 24fd6b9615e..0834383f643 100644 --- a/src/Generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?HostSslCertificateItemRequestBuilderDeleteRequestConfigu } /** - * Get the properties and relationships of a hostSslCertificate object. + * Get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments. * @param HostSslCertificateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?HostSslCertificateItemRequestBuilder } /** - * Get the properties and relationships of a hostSslCertificate object. + * Get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments. * @param HostSslCertificateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilderGetQueryParameters.php index 45f623913a9..238eb4d6f98 100644 --- a/src/Generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a hostSslCertificate object. + * Get the properties and relationships of a hostSslCertificate object. This API is available in the following national cloud deployments. */ class HostSslCertificateItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.php index 624b62ad356..9e2dee06a6e 100644 --- a/src/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments. * @param HostTrackersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(HostTracker $body, ?HostTrackersRequestBuilderPostRequestCo } /** - * Read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments. * @param HostTrackersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilderGetQueryParameters.php index ae28a8f8231..a360f5303f7 100644 --- a/src/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments. */ class HostTrackersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilder.php index e2bdbf23ea5..f455cf3687d 100644 --- a/src/Generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?HostTrackerItemRequestBuilderDeleteRequestConfiguration } /** - * Read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments. * @param HostTrackerItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?HostTrackerItemRequestBuilderDeleteR } /** - * Read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments. * @param HostTrackerItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilderGetQueryParameters.php index e2f4201b01d..0175cbbef55 100644 --- a/src/Generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a hostTracker object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a hostTracker object. This API is available in the following national cloud deployments. */ class HostTrackerItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.php index 34905b1eed7..cea98e1d83d 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is available in the following national cloud deployments. * @param HostsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Host $body, ?HostsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is available in the following national cloud deployments. * @param HostsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilderGetQueryParameters.php index 306f29fecdf..3d6c1efaf09 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is available in the following national cloud deployments. */ class HostsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.php index 289517576d9..000e7d1b537 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. + * Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. This API is available in the following national cloud deployments. * @param ChildHostPairsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?ChildHostPairsRequestBuilderGetRequestConfiguration $reques } /** - * Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. + * Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. This API is available in the following national cloud deployments. * @param ChildHostPairsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilderGetQueryParameters.php index 1eed07dee35..268b2d3f4ef 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. + * Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. This API is available in the following national cloud deployments. */ class ChildHostPairsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.php index c0bd3cca7e3..3bc9eeb0a10 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of hostComponent resources. This API is supported in the following national cloud deployments. + * Get a list of hostComponent resources. This API is available in the following national cloud deployments. * @param ComponentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-list-components?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?ComponentsRequestBuilderGetRequestConfiguration $requestCon } /** - * Get a list of hostComponent resources. This API is supported in the following national cloud deployments. + * Get a list of hostComponent resources. This API is available in the following national cloud deployments. * @param ComponentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilderGetQueryParameters.php index c1c03236f62..60fd4a82780 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of hostComponent resources. This API is supported in the following national cloud deployments. + * Get a list of hostComponent resources. This API is available in the following national cloud deployments. */ class ComponentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.php index cec6ed2c12a..ea293cd41f5 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of hostCookie resources. This API is supported in the following national cloud deployments. + * Get a list of hostCookie resources. This API is available in the following national cloud deployments. * @param CookiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-list-cookies?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?CookiesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Get a list of hostCookie resources. This API is supported in the following national cloud deployments. + * Get a list of hostCookie resources. This API is available in the following national cloud deployments. * @param CookiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilderGetQueryParameters.php index 4319c86fb54..9eab5e63c8f 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of hostCookie resources. This API is supported in the following national cloud deployments. + * Get a list of hostCookie resources. This API is available in the following national cloud deployments. */ class CookiesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilder.php index fb53086f0c2..30b21328396 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilder.php @@ -146,7 +146,7 @@ public function delete(?HostItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is available in the following national cloud deployments. * @param HostItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0 Find more info here @@ -201,7 +201,7 @@ public function toDeleteRequestInformation(?HostItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is available in the following national cloud deployments. * @param HostItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilderGetQueryParameters.php index 825c2faff66..b22a5103c5e 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is supported in the following national cloud deployments. + * Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: This API is available in the following national cloud deployments. */ class HostItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.php index 7907ad2b1e9..500db46df41 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*. + * Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*. This API is available in the following national cloud deployments. * @param HostPairsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-list-hostpairs?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?HostPairsRequestBuilderGetRequestConfiguration $requestConf } /** - * Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*. + * Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*. This API is available in the following national cloud deployments. * @param HostPairsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilderGetQueryParameters.php index 6d9af116846..7e23c64d4e6 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*. + * Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*. This API is available in the following national cloud deployments. */ class HostPairsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.php index 9b8ebe1acaf..cd1879e544a 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*. + * Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*. This API is available in the following national cloud deployments. * @param ParentHostPairsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?ParentHostPairsRequestBuilderGetRequestConfiguration $reque } /** - * Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*. + * Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*. This API is available in the following national cloud deployments. * @param ParentHostPairsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilderGetQueryParameters.php index 3d669eacfd8..5c0f087b3a6 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*. + * Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*. This API is available in the following national cloud deployments. */ class ParentHostPairsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.php index 922c6fbc1e6..d14f20e0d30 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. This API is supported in the following national cloud deployments. + * Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. This API is available in the following national cloud deployments. * @param PassiveDnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?PassiveDnsRequestBuilderGetRequestConfiguration $requestCon } /** - * Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. This API is supported in the following national cloud deployments. + * Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. This API is available in the following national cloud deployments. * @param PassiveDnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilderGetQueryParameters.php index 70f279503a8..40df7cece64 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. This API is supported in the following national cloud deployments. + * Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. This API is available in the following national cloud deployments. */ class PassiveDnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.php index bebe8e2f54b..3f89a21d3ef 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. This API is supported in the following national cloud deployments. + * Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. This API is available in the following national cloud deployments. * @param PassiveDnsReverseRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?PassiveDnsReverseRequestBuilderGetRequestConfiguration $req } /** - * Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. This API is supported in the following national cloud deployments. + * Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. This API is available in the following national cloud deployments. * @param PassiveDnsReverseRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilderGetQueryParameters.php index e8d4aa1a890..d323f20bb15 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. This API is supported in the following national cloud deployments. + * Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. This API is available in the following national cloud deployments. */ class PassiveDnsReverseRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilder.php index a9d460e0e31..15880a3ae4f 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ReputationRequestBuilderDeleteRequestConfiguration $requ } /** - * Get the properties and relationships of a hostReputation object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a hostReputation object. This API is available in the following national cloud deployments. * @param ReputationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ReputationRequestBuilderDeleteReques } /** - * Get the properties and relationships of a hostReputation object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a hostReputation object. This API is available in the following national cloud deployments. * @param ReputationRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilderGetQueryParameters.php index d4c0f527818..af1d92465e8 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a hostReputation object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a hostReputation object. This API is available in the following national cloud deployments. */ class ReputationRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.php index 8cc72187b49..961f3aa9517 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.php @@ -52,10 +52,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of hostSslCertificate objects from the host navigation property. + * Get a list of hostSslCertificate objects from the host navigation property. This API is available in the following national cloud deployments. * @param SslCertificatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/security-hostsslcertificate-list-host?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/security-host-list-sslcertificates?view=graph-rest-1.0 Find more info here */ public function get(?SslCertificatesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -71,7 +71,7 @@ public function get(?SslCertificatesRequestBuilderGetRequestConfiguration $reque } /** - * Get a list of hostSslCertificate objects from the host navigation property. + * Get a list of hostSslCertificate objects from the host navigation property. This API is available in the following national cloud deployments. * @param SslCertificatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilderGetQueryParameters.php index 1f51b481ed8..84fa97d49dd 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of hostSslCertificate objects from the host navigation property. + * Get a list of hostSslCertificate objects from the host navigation property. This API is available in the following national cloud deployments. */ class SslCertificatesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.php index 91daf39233b..d7ba3996c27 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of subdomain resources associated with a host. + * Get the list of subdomain resources associated with a host. This API is available in the following national cloud deployments. * @param SubdomainsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SubdomainsRequestBuilderGetRequestConfiguration $requestCon } /** - * Get the list of subdomain resources associated with a host. + * Get the list of subdomain resources associated with a host. This API is available in the following national cloud deployments. * @param SubdomainsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilderGetQueryParameters.php index 5236d157261..c1317159555 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of subdomain resources associated with a host. + * Get the list of subdomain resources associated with a host. This API is available in the following national cloud deployments. */ class SubdomainsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.php index 030059c0b2a..26d92842c6b 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of hostTracker resources. This API is supported in the following national cloud deployments. + * Get a list of hostTracker resources. This API is available in the following national cloud deployments. * @param TrackersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-host-list-trackers?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?TrackersRequestBuilderGetRequestConfiguration $requestConfi } /** - * Get a list of hostTracker resources. This API is supported in the following national cloud deployments. + * Get a list of hostTracker resources. This API is available in the following national cloud deployments. * @param TrackersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilderGetQueryParameters.php index 79d7159eca5..485c37a81e6 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of hostTracker resources. This API is supported in the following national cloud deployments. + * Get a list of hostTracker resources. This API is available in the following national cloud deployments. */ class TrackersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilder.php index 2719272e847..184d50e9d22 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilder.php @@ -32,10 +32,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the current whoisRecord resource for a host. + * Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord. This API is available in the following national cloud deployments. * @param WhoisRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/security-host-get-whois?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0 Find more info here */ public function get(?WhoisRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -51,7 +51,7 @@ public function get(?WhoisRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get the current whoisRecord resource for a host. + * Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord. This API is available in the following national cloud deployments. * @param WhoisRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilderGetQueryParameters.php index 851e6c4c86c..01a085a1d75 100644 --- a/src/Generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the current whoisRecord resource for a host. + * Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord. This API is available in the following national cloud deployments. */ class WhoisRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.php index 68c5693116f..8749f58e5ea 100644 --- a/src/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.php @@ -53,10 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the intelligenceProfile objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the intelligenceProfile objects and their properties. This API is available in the following national cloud deployments. * @param IntelProfilesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/security-intelligenceprofile-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0 Find more info here */ public function get(?IntelProfilesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -91,7 +91,7 @@ public function post(IntelligenceProfile $body, ?IntelProfilesRequestBuilderPost } /** - * Get a list of the intelligenceProfile objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the intelligenceProfile objects and their properties. This API is available in the following national cloud deployments. * @param IntelProfilesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilderGetQueryParameters.php index cb3cc94025a..23b48e6981f 100644 --- a/src/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the intelligenceProfile objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the intelligenceProfile objects and their properties. This API is available in the following national cloud deployments. */ class IntelProfilesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.php index b513eb677d2..785c36d9768 100644 --- a/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is supported in the following national cloud deployments. + * Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is available in the following national cloud deployments. * @param IndicatorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?IndicatorsRequestBuilderGetRequestConfiguration $requestCon } /** - * Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is supported in the following national cloud deployments. + * Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is available in the following national cloud deployments. * @param IndicatorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilderGetQueryParameters.php index ef4ff9b43ee..e1ceb67d9e6 100644 --- a/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is supported in the following national cloud deployments. + * Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. This API is available in the following national cloud deployments. */ class IndicatorsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilder.php index d70ae037d15..f8d7ec15b11 100644 --- a/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?IntelligenceProfileItemRequestBuilderDeleteRequestConfig } /** - * Read the properties and relationships of a intelligenceProfile object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a intelligenceProfile object. This API is available in the following national cloud deployments. * @param IntelligenceProfileItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?IntelligenceProfileItemRequestBuilde } /** - * Read the properties and relationships of a intelligenceProfile object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a intelligenceProfile object. This API is available in the following national cloud deployments. * @param IntelligenceProfileItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilderGetQueryParameters.php index 51254eb7018..a388bba8234 100644 --- a/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a intelligenceProfile object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a intelligenceProfile object. This API is available in the following national cloud deployments. */ class IntelligenceProfileItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.php index f2c80628ac6..3179790dc09 100644 --- a/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments. * @param IntelligenceProfileIndicatorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(IntelligenceProfileIndicator $body, ?IntelligenceProfileInd } /** - * Read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments. * @param IntelligenceProfileIndicatorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilderGetQueryParameters.php index 6cf55fbe39f..c9d776771d6 100644 --- a/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments. */ class IntelligenceProfileIndicatorsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.php index 4116d2996d7..61e697ac453 100644 --- a/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?IntelligenceProfileIndicatorItemRequestBuilderDeleteRequ } /** - * Read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments. * @param IntelligenceProfileIndicatorItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?IntelligenceProfileIndicatorItemRequ } /** - * Read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments. * @param IntelligenceProfileIndicatorItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilderGetQueryParameters.php index 753ef4049a0..1954d31e288 100644 --- a/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a intelligenceProfileIndicator object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a intelligenceProfileIndicator object. This API is available in the following national cloud deployments. */ class IntelligenceProfileIndicatorItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilder.php index f34df6f928b..8e9edcef32e 100644 --- a/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?PassiveDnsRecordItemRequestBuilderDeleteRequestConfigura } /** - * Read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments. * @param PassiveDnsRecordItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?PassiveDnsRecordItemRequestBuilderDe } /** - * Read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments. * @param PassiveDnsRecordItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilderGetQueryParameters.php index 025c068e51c..896cff13d1f 100644 --- a/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments. */ class PassiveDnsRecordItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.php index 3a595388ed9..18f7afc8cc0 100644 --- a/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments. * @param PassiveDnsRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(PassiveDnsRecord $body, ?PassiveDnsRecordsRequestBuilderPos } /** - * Read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments. * @param PassiveDnsRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilderGetQueryParameters.php index 6c62e867ae8..4e3ce2b2d13 100644 --- a/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a passiveDnsRecord object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a passiveDnsRecord object. This API is available in the following national cloud deployments. */ class PassiveDnsRecordsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilder.php index 8acd3a54cbf..6afac1a07ef 100644 --- a/src/Generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?SslCertificateItemRequestBuilderDeleteRequestConfigurati } /** - * Get the properties and relationships of an sslCertificate object. + * Get the properties and relationships of an sslCertificate object. This API is available in the following national cloud deployments. * @param SslCertificateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?SslCertificateItemRequestBuilderDele } /** - * Get the properties and relationships of an sslCertificate object. + * Get the properties and relationships of an sslCertificate object. This API is available in the following national cloud deployments. * @param SslCertificateItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilderGetQueryParameters.php index 1ccf90fdae3..5623e107165 100644 --- a/src/Generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of an sslCertificate object. + * Get the properties and relationships of an sslCertificate object. This API is available in the following national cloud deployments. */ class SslCertificateItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.php index 53731fa63fc..2ce75d4c428 100644 --- a/src/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.php @@ -53,10 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of sslCertificate objects and their properties. + * Get a list of sslCertificate objects and their properties. This API is available in the following national cloud deployments. * @param SslCertificatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/security-sslcertificate-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0 Find more info here */ public function get(?SslCertificatesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -91,7 +91,7 @@ public function post(SslCertificate $body, ?SslCertificatesRequestBuilderPostReq } /** - * Get a list of sslCertificate objects and their properties. + * Get a list of sslCertificate objects and their properties. This API is available in the following national cloud deployments. * @param SslCertificatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilderGetQueryParameters.php index 997ea02e3de..a2a4205fbbe 100644 --- a/src/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of sslCertificate objects and their properties. + * Get a list of sslCertificate objects and their properties. This API is available in the following national cloud deployments. */ class SslCertificatesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilder.php index c9ff3b73060..24a5b484dfe 100644 --- a/src/Generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?SubdomainItemRequestBuilderDeleteRequestConfiguration $r } /** - * Read the properties and relationships of a subdomain object. + * Read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments. * @param SubdomainItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?SubdomainItemRequestBuilderDeleteReq } /** - * Read the properties and relationships of a subdomain object. + * Read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments. * @param SubdomainItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilderGetQueryParameters.php index f9c835e6c5d..095bf39be27 100644 --- a/src/Generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a subdomain object. + * Read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments. */ class SubdomainItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.php index 69a1a34264c..7f0b4330a24 100644 --- a/src/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a subdomain object. + * Read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments. * @param SubdomainsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Subdomain $body, ?SubdomainsRequestBuilderPostRequestConfig } /** - * Read the properties and relationships of a subdomain object. + * Read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments. * @param SubdomainsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilderGetQueryParameters.php index cbd8faef181..5d064d2e590 100644 --- a/src/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a subdomain object. + * Read the properties and relationships of a subdomain object. This API is available in the following national cloud deployments. */ class SubdomainsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.php index e33c7d1ecbd..bcb31f70833 100644 --- a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of vulnerabilityComponent objects related to a known vulnerability. This API is supported in the following national cloud deployments. + * Get a list of vulnerabilityComponent objects related to a known vulnerability. This API is available in the following national cloud deployments. * @param ComponentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(VulnerabilityComponent $body, ?ComponentsRequestBuilderPost } /** - * Get a list of vulnerabilityComponent objects related to a known vulnerability. This API is supported in the following national cloud deployments. + * Get a list of vulnerabilityComponent objects related to a known vulnerability. This API is available in the following national cloud deployments. * @param ComponentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilderGetQueryParameters.php index 5d2d258996e..b7133c6c077 100644 --- a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of vulnerabilityComponent objects related to a known vulnerability. This API is supported in the following national cloud deployments. + * Get a list of vulnerabilityComponent objects related to a known vulnerability. This API is available in the following national cloud deployments. */ class ComponentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilder.php index 7a797a5e51a..e7fa1d85b0b 100644 --- a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?VulnerabilityComponentItemRequestBuilderDeleteRequestCon } /** - * Read the properties and relationships of a vulnerabilityComponent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a vulnerabilityComponent object. This API is available in the following national cloud deployments. * @param VulnerabilityComponentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?VulnerabilityComponentItemRequestBui } /** - * Read the properties and relationships of a vulnerabilityComponent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a vulnerabilityComponent object. This API is available in the following national cloud deployments. * @param VulnerabilityComponentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilderGetQueryParameters.php index d7a61b881fd..3d370cea8f7 100644 --- a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a vulnerabilityComponent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a vulnerabilityComponent object. This API is available in the following national cloud deployments. */ class VulnerabilityComponentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilder.php index c9e73381643..61ccb099f97 100644 --- a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?VulnerabilityItemRequestBuilderDeleteRequestConfiguratio } /** - * Read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments. * @param VulnerabilityItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?VulnerabilityItemRequestBuilderDelet } /** - * Read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments. * @param VulnerabilityItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilderGetQueryParameters.php index d51685b4956..da20c456e98 100644 --- a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments. */ class VulnerabilityItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.php index 8dc79d45c92..a5dff515cc7 100644 --- a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments. * @param VulnerabilitiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Vulnerability $body, ?VulnerabilitiesRequestBuilderPostRequ } /** - * Read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments. * @param VulnerabilitiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilderGetQueryParameters.php index 6b7e5f856e5..08bf413aed5 100644 --- a/src/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a vulnerability object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a vulnerability object. This API is available in the following national cloud deployments. */ class VulnerabilitiesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.php index f5899299b22..06151d6f25e 100644 --- a/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources. + * Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources. This API is available in the following national cloud deployments. * @param HistoryRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-whoisrecord-list-history?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?HistoryRequestBuilderGetRequestConfiguration $requestConfig } /** - * Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources. + * Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources. This API is available in the following national cloud deployments. * @param HistoryRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilderGetQueryParameters.php index 4472f9350b9..a2b6922a259 100644 --- a/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources. + * Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources. This API is available in the following national cloud deployments. */ class HistoryRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilder.php index 8a0d72df06a..d7887e0024e 100644 --- a/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?WhoisRecordItemRequestBuilderDeleteRequestConfiguration } /** - * Read the properties and relationships of a whoisRecord object. + * Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord. This API is available in the following national cloud deployments. * @param WhoisRecordItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?WhoisRecordItemRequestBuilderDeleteR } /** - * Read the properties and relationships of a whoisRecord object. + * Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord. This API is available in the following national cloud deployments. * @param WhoisRecordItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilderGetQueryParameters.php index 2ceccfb1723..54351088143 100644 --- a/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a whoisRecord object. + * Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord. This API is available in the following national cloud deployments. */ class WhoisRecordItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.php b/src/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.php index b6ec24be6f9..65a8ff4fc35 100644 --- a/src/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.php +++ b/src/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.php @@ -53,10 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of whoisRecord objects. + * Get a list of whoisRecord objects. This API is available in the following national cloud deployments. * @param WhoisRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/security-whoisrecord-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0 Find more info here */ public function get(?WhoisRecordsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -91,7 +91,7 @@ public function post(WhoisRecord $body, ?WhoisRecordsRequestBuilderPostRequestCo } /** - * Get a list of whoisRecord objects. + * Get a list of whoisRecord objects. This API is available in the following national cloud deployments. * @param WhoisRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilderGetQueryParameters.php b/src/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilderGetQueryParameters.php index 9f6fefb4226..02ebac2e7b8 100644 --- a/src/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of whoisRecord objects. + * Get a list of whoisRecord objects. This API is available in the following national cloud deployments. */ class WhoisRecordsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilder.php b/src/Generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilder.php index 9e0a9724f19..b0e7c1cedda 100644 --- a/src/Generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilder.php +++ b/src/Generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilder.php @@ -51,7 +51,7 @@ public function delete(?RetentionEventTypeItemRequestBuilderDeleteRequestConfigu } /** - * Read the properties and relationships of a retentionEventType object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a retentionEventType object. This API is available in the following national cloud deployments. * @param RetentionEventTypeItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?RetentionEventTypeItemRequestBuilder } /** - * Read the properties and relationships of a retentionEventType object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a retentionEventType object. This API is available in the following national cloud deployments. * @param RetentionEventTypeItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilderGetQueryParameters.php index 576ecb80348..cbd64d0d5b2 100644 --- a/src/Generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a retentionEventType object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a retentionEventType object. This API is available in the following national cloud deployments. */ class RetentionEventTypeItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.php b/src/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.php index 339acb56786..3cf40ee020e 100644 --- a/src/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.php +++ b/src/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the retentionEventType objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the retentionEventType objects and their properties. This API is available in the following national cloud deployments. * @param RetentionEventTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?RetentionEventTypesRequestBuilderGetRequestConfiguration $r } /** - * Create a new retentionEventType object. This API is supported in the following national cloud deployments. + * Create a new retentionEventType object. This API is available in the following national cloud deployments. * @param RetentionEventType $body The request body * @param RetentionEventTypesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(RetentionEventType $body, ?RetentionEventTypesRequestBuilde } /** - * Get a list of the retentionEventType objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the retentionEventType objects and their properties. This API is available in the following national cloud deployments. * @param RetentionEventTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?RetentionEventTypesRequestBuilderGetReq } /** - * Create a new retentionEventType object. This API is supported in the following national cloud deployments. + * Create a new retentionEventType object. This API is available in the following national cloud deployments. * @param RetentionEventType $body The request body * @param RetentionEventTypesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilderGetQueryParameters.php b/src/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilderGetQueryParameters.php index 3790c348ca2..16d5b06fa07 100644 --- a/src/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the retentionEventType objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the retentionEventType objects and their properties. This API is available in the following national cloud deployments. */ class RetentionEventTypesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilder.php b/src/Generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilder.php index 9774e0e671c..cd702d07249 100644 --- a/src/Generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilder.php +++ b/src/Generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a retentionEvent object. This API is supported in the following national cloud deployments. + * Delete a retentionEvent object. This API is available in the following national cloud deployments. * @param RetentionEventItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?RetentionEventItemRequestBuilderDeleteRequestConfigurati } /** - * Read the properties and relationships of a retentionEvent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a retentionEvent object. This API is available in the following national cloud deployments. * @param RetentionEventItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0 Find more info here @@ -97,7 +97,7 @@ public function patch(RetentionEvent $body, ?RetentionEventItemRequestBuilderPat } /** - * Delete a retentionEvent object. This API is supported in the following national cloud deployments. + * Delete a retentionEvent object. This API is available in the following national cloud deployments. * @param RetentionEventItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?RetentionEventItemRequestBuilderDele } /** - * Read the properties and relationships of a retentionEvent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a retentionEvent object. This API is available in the following national cloud deployments. * @param RetentionEventItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilderGetQueryParameters.php b/src/Generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilderGetQueryParameters.php index e6da5980fd8..3f71f8929ca 100644 --- a/src/Generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a retentionEvent object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a retentionEvent object. This API is available in the following national cloud deployments. */ class RetentionEventItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.php b/src/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.php index 4cb228bf683..e432685bcb1 100644 --- a/src/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.php +++ b/src/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the retentionEvent objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the retentionEvent objects and their properties. This API is available in the following national cloud deployments. * @param RetentionEventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?RetentionEventsRequestBuilderGetRequestConfiguration $reque } /** - * Create a new retentionEvent object. This API is supported in the following national cloud deployments. + * Create a new retentionEvent object. This API is available in the following national cloud deployments. * @param RetentionEvent $body The request body * @param RetentionEventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(RetentionEvent $body, ?RetentionEventsRequestBuilderPostReq } /** - * Get a list of the retentionEvent objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the retentionEvent objects and their properties. This API is available in the following national cloud deployments. * @param RetentionEventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?RetentionEventsRequestBuilderGetRequest } /** - * Create a new retentionEvent object. This API is supported in the following national cloud deployments. + * Create a new retentionEvent object. This API is available in the following national cloud deployments. * @param RetentionEvent $body The request body * @param RetentionEventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilderGetQueryParameters.php b/src/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilderGetQueryParameters.php index 8ac339af116..2eae85e62c6 100644 --- a/src/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the retentionEvent objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the retentionEvent objects and their properties. This API is available in the following national cloud deployments. */ class RetentionEventsRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index a8856fbdffc..ae92c8cbf1f 100644 --- a/src/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index f514858c210..ea2c3576b42 100644 --- a/src/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/ServicePrincipals/GetByIds/GetByIdsPostRequestBody.php index ba319d8dd19..13484563096 100644 --- a/src/Generated/ServicePrincipals/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/ServicePrincipals/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.php index fc2f8121a88..06c4e66545d 100644 --- a/src/Generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/AddKey/AddKeyPostRequestBody.php b/src/Generated/ServicePrincipals/Item/AddKey/AddKeyPostRequestBody.php index 86a52d120dc..8e8f30c31fa 100644 --- a/src/Generated/ServicePrincipals/Item/AddKey/AddKeyPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/AddKey/AddKeyPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddKe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -118,16 +118,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.php b/src/Generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.php index b5df0a64820..2e9a0cf757d 100644 --- a/src/Generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don’t have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. Update servicePrincipal can be used to perform an update instead. This API is supported in the following national cloud deployments. + * Adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don’t have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. Update servicePrincipal can be used to perform an update instead. This API is available in the following national cloud deployments. * @param AddKeyPostRequestBody $body The request body * @param AddKeyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddKeyPostRequestBody $body, ?AddKeyRequestBuilderPostReque } /** - * Adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don’t have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. Update servicePrincipal can be used to perform an update instead. This API is supported in the following national cloud deployments. + * Adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don’t have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. Update servicePrincipal can be used to perform an update instead. This API is available in the following national cloud deployments. * @param AddKeyPostRequestBody $body The request body * @param AddKeyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/AddPassword/AddPasswordPostRequestBody.php b/src/Generated/ServicePrincipals/Item/AddPassword/AddPasswordPostRequestBody.php index b6405eea8dd..11d646f59d1 100644 --- a/src/Generated/ServicePrincipals/Item/AddPassword/AddPasswordPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/AddPassword/AddPasswordPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.php b/src/Generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.php index ffc0007ad8b..342cd8a4ddc 100644 --- a/src/Generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add a strong password or secret to a servicePrincipal object. This API is supported in the following national cloud deployments. + * Add a strong password or secret to a servicePrincipal object. This API is available in the following national cloud deployments. * @param AddPasswordPostRequestBody $body The request body * @param AddPasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddPasswordPostRequestBody $body, ?AddPasswordRequestBuilde } /** - * Add a strong password or secret to a servicePrincipal object. This API is supported in the following national cloud deployments. + * Add a strong password or secret to a servicePrincipal object. This API is available in the following national cloud deployments. * @param AddPasswordPostRequestBody $body The request body * @param AddPasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificatePostRequestBody.php b/src/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificatePostRequestBody.php index fc2355885d7..3e50a1be938 100644 --- a/src/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificatePostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificatePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddTo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.php b/src/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.php index 104518cedda..9b60a2940e4 100644 --- a/src/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: + The keyCredentials object with the following objects: + A private key object with usage set to Sign. + A public key object with usage set to Verify.+ The passwordCredentials object. All the objects have the same value of customKeyIdentifier. The passwordCredential is used to open the PFX file (private key). It and the associated private key object have the same value of keyId. When set during creation through the displayName property, the subject of the certificate cannot be updated. The startDateTime is set to the same time the certificate is created using the action. The endDateTime can be up to three years after the certificate is created. This API is supported in the following national cloud deployments. + * Create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: + The keyCredentials object with the following objects: + A private key object with usage set to Sign. + A public key object with usage set to Verify.+ The passwordCredentials object. All the objects have the same value of customKeyIdentifier. The passwordCredential is used to open the PFX file (private key). It and the associated private key object have the same value of keyId. When set during creation through the displayName property, the subject of the certificate cannot be updated. The startDateTime is set to the same time the certificate is created using the action. The endDateTime can be up to three years after the certificate is created. This API is available in the following national cloud deployments. * @param AddTokenSigningCertificatePostRequestBody $body The request body * @param AddTokenSigningCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddTokenSigningCertificatePostRequestBody $body, ?AddTokenS } /** - * Create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: + The keyCredentials object with the following objects: + A private key object with usage set to Sign. + A public key object with usage set to Verify.+ The passwordCredentials object. All the objects have the same value of customKeyIdentifier. The passwordCredential is used to open the PFX file (private key). It and the associated private key object have the same value of keyId. When set during creation through the displayName property, the subject of the certificate cannot be updated. The startDateTime is set to the same time the certificate is created using the action. The endDateTime can be up to three years after the certificate is created. This API is supported in the following national cloud deployments. + * Create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: + The keyCredentials object with the following objects: + A private key object with usage set to Sign. + A public key object with usage set to Verify.+ The passwordCredentials object. All the objects have the same value of customKeyIdentifier. The passwordCredential is used to open the PFX file (private key). It and the associated private key object have the same value of keyId. When set during creation through the displayName property, the subject of the certificate cannot be updated. The startDateTime is set to the same time the certificate is created using the action. The endDateTime can be up to three years after the certificate is created. This API is available in the following national cloud deployments. * @param AddTokenSigningCertificatePostRequestBody $body The request body * @param AddTokenSigningCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.php b/src/Generated/ServicePrincipals/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.php index cb69e026b13..db0b125ad4f 100644 --- a/src/Generated/ServicePrincipals/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. This API is supported in the following national cloud deployments. + * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. This API is available in the following national cloud deployments. * @param AppManagementPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AppManagementPolicyItemRequestBuilderGetRequestConfiguratio } /** - * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. This API is supported in the following national cloud deployments. + * Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. This API is available in the following national cloud deployments. * @param AppManagementPolicyItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.php b/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.php index fdb3c11bd26..dafe1dba945 100644 --- a/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application. This API is supported in the following national cloud deployments. + * Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application. This API is available in the following national cloud deployments. * @param AppRoleAssignedToRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AppRoleAssignedToRequestBuilderGetRequestConfiguration $req } /** - * Assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers: This API is supported in the following national cloud deployments. + * Assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers: This API is available in the following national cloud deployments. * @param AppRoleAssignment $body The request body * @param AppRoleAssignedToRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(AppRoleAssignment $body, ?AppRoleAssignedToRequestBuilderPo } /** - * Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application. This API is supported in the following national cloud deployments. + * Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application. This API is available in the following national cloud deployments. * @param AppRoleAssignedToRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AppRoleAssignedToRequestBuilderGetReque } /** - * Assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers: This API is supported in the following national cloud deployments. + * Assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers: This API is available in the following national cloud deployments. * @param AppRoleAssignment $body The request body * @param AppRoleAssignedToRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilderGetQueryParameters.php index 80806ff40dd..8ff28c05c82 100644 --- a/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application. This API is supported in the following national cloud deployments. + * Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application. This API is available in the following national cloud deployments. */ class AppRoleAssignedToRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/Item/AppRoleAssignmentItemRequestBuilder.php b/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/Item/AppRoleAssignmentItemRequestBuilder.php index 78b33fd123f..9f16b5f35f4 100644 --- a/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/Item/AppRoleAssignmentItemRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/AppRoleAssignedTo/Item/AppRoleAssignmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes an appRoleAssignment that a user, group, or client service principal has been granted for a resource service principal. This API is supported in the following national cloud deployments. + * Deletes an appRoleAssignment that a user, group, or client service principal has been granted for a resource service principal. This API is available in the following national cloud deployments. * @param AppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function patch(AppRoleAssignment $body, ?AppRoleAssignmentItemRequestBuil } /** - * Deletes an appRoleAssignment that a user, group, or client service principal has been granted for a resource service principal. This API is supported in the following national cloud deployments. + * Deletes an appRoleAssignment that a user, group, or client service principal has been granted for a resource service principal. This API is available in the following national cloud deployments. * @param AppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php b/src/Generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php index 4d4b8476741..9ea5893cb38 100644 --- a/src/Generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php @@ -72,7 +72,7 @@ public function get(?AppRoleAssignmentsRequestBuilderGetRequestConfiguration $re } /** - * Assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers: This API is supported in the following national cloud deployments. + * Assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers: This API is available in the following national cloud deployments. * @param AppRoleAssignment $body The request body * @param AppRoleAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AppRoleAssignmentsRequestBuilderGetRequ } /** - * Assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers: This API is supported in the following national cloud deployments. + * Assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers: This API is available in the following national cloud deployments. * @param AppRoleAssignment $body The request body * @param AppRoleAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php b/src/Generated/ServicePrincipals/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php index da6b3c472cc..5b28fe1e898 100644 --- a/src/Generated/ServicePrincipals/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes an appRoleAssignment that a service principal has been granted. App roles which are assigned to service principals are also known as application permissions. Deleting an app role assignment for a service principal is equivalent to revoking the app-only permission grant. This API is supported in the following national cloud deployments. + * Deletes an appRoleAssignment that a service principal has been granted. App roles which are assigned to service principals are also known as application permissions. Deleting an app role assignment for a service principal is equivalent to revoking the app-only permission grant. This API is available in the following national cloud deployments. * @param AppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function patch(AppRoleAssignment $body, ?AppRoleAssignmentItemRequestBuil } /** - * Deletes an appRoleAssignment that a service principal has been granted. App roles which are assigned to service principals are also known as application permissions. Deleting an app role assignment for a service principal is equivalent to revoking the app-only permission grant. This API is supported in the following national cloud deployments. + * Deletes an appRoleAssignment that a service principal has been granted. App roles which are assigned to service principals are also known as application permissions. Deleting an app role assignment for a service principal is equivalent to revoking the app-only permission grant. This API is available in the following national cloud deployments. * @param AppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index 7ee34d7092e..dc10730baf5 100644 --- a/src/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 470a17e3c99..2c5bfc6b5f6 100644 --- a/src/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index 1a7d2ad1c03..08d61c4e0d8 100644 --- a/src/Generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.php b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.php index 16dee834ba0..8755978f230 100644 --- a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. * @param ClaimsMappingPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?ClaimsMappingPoliciesRequestBuilderGetRequestConfiguration } /** - * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. * @param ClaimsMappingPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilderGetQueryParameters.php index 4207e3ac309..f8f4f2d1553 100644 --- a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. */ class ClaimsMappingPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilder.php b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilder.php index e06003abca5..4cff9f66d28 100644 --- a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a claimsMappingPolicy from a servicePrincipal. This API is supported in the following national cloud deployments. + * Remove a claimsMappingPolicy from a servicePrincipal. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a claimsMappingPolicy from a servicePrincipal. This API is supported in the following national cloud deployments. + * Remove a claimsMappingPolicy from a servicePrincipal. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index fb7642a39c3..869f03d16c5 100644 --- a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a claimsMappingPolicy from a servicePrincipal. This API is supported in the following national cloud deployments. + * Remove a claimsMappingPolicy from a servicePrincipal. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.php b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.php index 3c234facbfe..b91a925cd3a 100644 --- a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Assign a claimsMappingPolicy to a servicePrincipal. This API is supported in the following national cloud deployments. + * Assign a claimsMappingPolicy to a servicePrincipal. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Assign a claimsMappingPolicy to a servicePrincipal. This API is supported in the following national cloud deployments. + * Assign a claimsMappingPolicy to a servicePrincipal. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilderGetQueryParameters.php index 9c7ee59964c..9d1a7402237 100644 --- a/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the claimsMappingPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.php b/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.php index 6ddb42f243d..4535942f771 100644 --- a/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API. This API is supported in the following national cloud deployments. + * Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API. This API is available in the following national cloud deployments. * @param DelegatedPermissionClassificationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?DelegatedPermissionClassificationsRequestBuilderGetRequestC } /** - * Classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. This API is supported in the following national cloud deployments. + * Classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. This API is available in the following national cloud deployments. * @param DelegatedPermissionClassification $body The request body * @param DelegatedPermissionClassificationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(DelegatedPermissionClassification $body, ?DelegatedPermissi } /** - * Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API. This API is supported in the following national cloud deployments. + * Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API. This API is available in the following national cloud deployments. * @param DelegatedPermissionClassificationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?DelegatedPermissionClassificationsReque } /** - * Classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. This API is supported in the following national cloud deployments. + * Classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. This API is available in the following national cloud deployments. * @param DelegatedPermissionClassification $body The request body * @param DelegatedPermissionClassificationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilderGetQueryParameters.php index 328fa06d037..0806f807991 100644 --- a/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API. This API is supported in the following national cloud deployments. + * Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API. This API is available in the following national cloud deployments. */ class DelegatedPermissionClassificationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Item/DelegatedPermissionClassificationItemRequestBuilder.php b/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Item/DelegatedPermissionClassificationItemRequestBuilder.php index c199d9ce4e9..d325f9e6cce 100644 --- a/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Item/DelegatedPermissionClassificationItemRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Item/DelegatedPermissionClassificationItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a delegatedPermissionClassification which had previously been set for a delegated permission. This API is supported in the following national cloud deployments. + * Deletes a delegatedPermissionClassification which had previously been set for a delegated permission. This API is available in the following national cloud deployments. * @param DelegatedPermissionClassificationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function patch(DelegatedPermissionClassification $body, ?DelegatedPermiss } /** - * Deletes a delegatedPermissionClassification which had previously been set for a delegated permission. This API is supported in the following national cloud deployments. + * Deletes a delegatedPermissionClassification which had previously been set for a delegated permission. This API is available in the following national cloud deployments. * @param DelegatedPermissionClassificationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index f7269a031c8..eb6b1483d40 100644 --- a/src/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 7aed725849a..9f75587877d 100644 --- a/src/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index ddcb1ee17c6..1d1621c55df 100644 --- a/src/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index c64594cfdff..5db522e9890 100644 --- a/src/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.php b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.php index 091de971c83..f2827ace223 100644 --- a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?HomeRealmDiscoveryPoliciesRequestBuilderGetRequestConfigura } /** - * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. * @param HomeRealmDiscoveryPoliciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters.php index 696e14d6bcf..2e569637072 100644 --- a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. */ class HomeRealmDiscoveryPoliciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilder.php b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilder.php index c9e5a56e629..867fb4c8fae 100644 --- a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is supported in the following national cloud deployments. + * Remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is supported in the following national cloud deployments. + * Remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index ad74dd81985..475cfa01a4d 100644 --- a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is supported in the following national cloud deployments. + * Remove a homeRealmDiscoveryPolicy from a servicePrincipal. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.php b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.php index 4823c1e4ee5..87cc2763146 100644 --- a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.php @@ -33,7 +33,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0 Find more info here @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Assign a homeRealmDiscoveryPolicy to a servicePrincipal. This API is supported in the following national cloud deployments. + * Assign a homeRealmDiscoveryPolicy to a servicePrincipal. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -72,7 +72,7 @@ public function post(ReferenceCreate $body, ?RefRequestBuilderPostRequestConfigu } /** - * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Assign a homeRealmDiscoveryPolicy to a servicePrincipal. This API is supported in the following national cloud deployments. + * Assign a homeRealmDiscoveryPolicy to a servicePrincipal. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilderGetQueryParameters.php index a75d14cba82..333af620f34 100644 --- a/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is supported in the following national cloud deployments. + * List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. This API is available in the following national cloud deployments. */ class RefRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php index 4367d0020c1..d9de39d5006 100644 --- a/src/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user. This API is supported in the following national cloud deployments. + * Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user. This API is available in the following national cloud deployments. * @param Oauth2PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?Oauth2PermissionGrantsRequestBuilderGetRequestConfiguration } /** - * Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user. This API is supported in the following national cloud deployments. + * Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user. This API is available in the following national cloud deployments. * @param Oauth2PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php index 2efa6f4f1d0..18b4a716953 100644 --- a/src/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user. This API is supported in the following national cloud deployments. + * Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user. This API is available in the following national cloud deployments. */ class Oauth2PermissionGrantsRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilder.php index 9c8276fb9c3..1c3b0041e2d 100644 --- a/src/Generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners. This API is supported in the following national cloud deployments. + * Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners. This API is supported in the following national cloud deployments. + * Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php b/src/Generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php index f1a0560e02e..f416628d42a 100644 --- a/src/Generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilderDeleteQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners. This API is supported in the following national cloud deployments. + * Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners. This API is available in the following national cloud deployments. */ class RefRequestBuilderDeleteQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.php index 49c80eb91a5..429662e4a34 100644 --- a/src/Generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.php @@ -52,7 +52,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals. This API is supported in the following national cloud deployments. + * Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -93,7 +93,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals. This API is supported in the following national cloud deployments. + * Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals. This API is available in the following national cloud deployments. * @param ReferenceCreate $body The request body * @param RefRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyPostRequestBody.php b/src/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyPostRequestBody.php index 7f86b50e74c..40cf0e3da4c 100644 --- a/src/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.php b/src/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.php index 672b1b7d6f0..b9ac449085e 100644 --- a/src/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. This API is supported in the following national cloud deployments. + * Remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. This API is available in the following national cloud deployments. * @param RemoveKeyPostRequestBody $body The request body * @param RemoveKeyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(RemoveKeyPostRequestBody $body, ?RemoveKeyRequestBuilderPos } /** - * Remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. This API is supported in the following national cloud deployments. + * Remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. This API is available in the following national cloud deployments. * @param RemoveKeyPostRequestBody $body The request body * @param RemoveKeyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordPostRequestBody.php b/src/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordPostRequestBody.php index 8e284395ddd..3e7799f51b4 100644 --- a/src/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.php b/src/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.php index b29cf0d4912..93aec5c875e 100644 --- a/src/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a password from a servicePrincipal object. This API is supported in the following national cloud deployments. + * Remove a password from a servicePrincipal object. This API is available in the following national cloud deployments. * @param RemovePasswordPostRequestBody $body The request body * @param RemovePasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(RemovePasswordPostRequestBody $body, ?RemovePasswordRequest } /** - * Remove a password from a servicePrincipal object. This API is supported in the following national cloud deployments. + * Remove a password from a servicePrincipal object. This API is available in the following national cloud deployments. * @param RemovePasswordPostRequestBody $body The request body * @param RemovePasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.php index 8be367d1ac5..0c0ad560a1c 100644 --- a/src/Generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilder.php b/src/Generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilder.php index 721fa478556..afc4fe668ec 100644 --- a/src/Generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilder.php @@ -248,7 +248,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a servicePrincipal object. This API is supported in the following national cloud deployments. + * Delete a servicePrincipal object. This API is available in the following national cloud deployments. * @param ServicePrincipalItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0 Find more info here @@ -267,7 +267,7 @@ public function delete(?ServicePrincipalItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments. * @param ServicePrincipalItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0 Find more info here @@ -305,7 +305,7 @@ public function patch(ServicePrincipal $body, ?ServicePrincipalItemRequestBuilde } /** - * Delete a servicePrincipal object. This API is supported in the following national cloud deployments. + * Delete a servicePrincipal object. This API is available in the following national cloud deployments. * @param ServicePrincipalItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -322,7 +322,7 @@ public function toDeleteRequestInformation(?ServicePrincipalItemRequestBuilderDe } /** - * Retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments. * @param ServicePrincipalItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilderGetQueryParameters.php index 9243f9cd51b..7fbeeb0c9ec 100644 --- a/src/Generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments. */ class ServicePrincipalItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.php b/src/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.php index 0e1472e04c1..d55473277d2 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acqui } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php index d2482db7acf..a7b9f49209b 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Acquire an OAuth access token to authorize the Azure AD provisioning service to provision users into an application. This API is supported in the following national cloud deployments. + * Acquire an OAuth access token to authorize the Azure AD provisioning service to provision users into an application. This API is available in the following national cloud deployments. * @param AcquireAccessTokenPostRequestBody $body The request body * @param AcquireAccessTokenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcquireAccessTokenPostRequestBody $body, ?AcquireAccessToke } /** - * Acquire an OAuth access token to authorize the Azure AD provisioning service to provision users into an application. This API is supported in the following national cloud deployments. + * Acquire an OAuth access token to authorize the Azure AD provisioning service to provision users into an application. This API is available in the following national cloud deployments. * @param AcquireAccessTokenPostRequestBody $body The request body * @param AcquireAccessTokenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.php index 3ce6d084fb3..03c362fd883 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. This API is supported in the following national cloud deployments. + * Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. This API is available in the following national cloud deployments. * @param PauseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?PauseRequestBuilderPostRequestConfiguration $requestConfig } /** - * Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. This API is supported in the following national cloud deployments. + * Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. This API is available in the following national cloud deployments. * @param PauseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.php index 8a997348071..2d71a051629 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Provi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.php index cc2df0092c3..2ce7a9182e9 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. This API is supported in the following national cloud deployments. + * Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. This API is available in the following national cloud deployments. * @param ProvisionOnDemandPostRequestBody $body The request body * @param ProvisionOnDemandRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(ProvisionOnDemandPostRequestBody $body, ?ProvisionOnDemandR } /** - * Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. This API is supported in the following national cloud deployments. + * Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. This API is available in the following national cloud deployments. * @param ProvisionOnDemandPostRequestBody $body The request body * @param ProvisionOnDemandRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.php index 8d21f9bc175..8883283f760 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Resta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.php index d73453adf66..93d4cdf5b56 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. This API is supported in the following national cloud deployments. + * Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. This API is available in the following national cloud deployments. * @param RestartPostRequestBody $body The request body * @param RestartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(RestartPostRequestBody $body, ?RestartRequestBuilderPostReq } /** - * Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. This API is supported in the following national cloud deployments. + * Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. This API is available in the following national cloud deployments. * @param RestartPostRequestBody $body The request body * @param RestartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php index 5667ff787cc..d8ee2036652 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments. + * Discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments. * @param DiscoverRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?DiscoverRequestBuilderPostRequestConfiguration $requestCon } /** - * Discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments. + * Discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments. * @param DiscoverRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php index ddc5c26d321..cbd17d8317a 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Parse } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -118,16 +118,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php index bb7bdb33a68..bd1a88ebb60 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is supported in the following national cloud deployments. + * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is available in the following national cloud deployments. * @param ParseExpressionPostRequestBody $body The request body * @param ParseExpressionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(ParseExpressionPostRequestBody $body, ?ParseExpressionReque } /** - * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is supported in the following national cloud deployments. + * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is available in the following national cloud deployments. * @param ParseExpressionPostRequestBody $body The request body * @param ParseExpressionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.php index e119385495c..d68d39e8c03 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?SchemaRequestBuilderDeleteRequestConfiguration $requestC } /** - * Retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments. + * Retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments. * @param SchemaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0 Find more info here @@ -138,7 +138,7 @@ public function toDeleteRequestInformation(?SchemaRequestBuilderDeleteRequestCon } /** - * Retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments. + * Retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments. * @param SchemaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilderGetQueryParameters.php index cf98d474b22..ad5ea3f6f0b 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the schema for a given synchronization job or template. This API is supported in the following national cloud deployments. + * Retrieve the schema for a given synchronization job or template. This API is available in the following national cloud deployments. */ class SchemaRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.php index 475ca7de339..83dd359aacb 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. This API is supported in the following national cloud deployments. + * Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. This API is available in the following national cloud deployments. * @param StartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?StartRequestBuilderPostRequestConfiguration $requestConfig } /** - * Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. This API is supported in the following national cloud deployments. + * Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. This API is available in the following national cloud deployments. * @param StartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.php index e6b10908b9c..e894ab677e5 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.php @@ -80,7 +80,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. This API is supported in the following national cloud deployments. + * Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. This API is available in the following national cloud deployments. * @param SynchronizationJobItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function delete(?SynchronizationJobItemRequestBuilderDeleteRequestConfigu } /** - * Retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments. + * Retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments. * @param SynchronizationJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function patch(SynchronizationJob $body, ?SynchronizationJobItemRequestBu } /** - * Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. This API is supported in the following national cloud deployments. + * Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. This API is available in the following national cloud deployments. * @param SynchronizationJobItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?SynchronizationJobItemRequestBuilder } /** - * Retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments. + * Retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments. * @param SynchronizationJobItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilderGetQueryParameters.php index e1ddb83f8b6..4e181277b6d 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the existing synchronization job and its properties. This API is supported in the following national cloud deployments. + * Retrieve the existing synchronization job and its properties. This API is available in the following national cloud deployments. */ class SynchronizationJobItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.php index a802d868fb0..2da1a82a6ba 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -62,7 +62,7 @@ public function getApplicationIdentifier(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -134,8 +134,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -150,8 +150,8 @@ public function setApplicationIdentifier(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.php index 101a4a40d6d..d0e9502713a 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that the credentials are valid in the tenant. This API is supported in the following national cloud deployments. + * Validate that the credentials are valid in the tenant. This API is available in the following national cloud deployments. * @param ValidateCredentialsPostRequestBody $body The request body * @param ValidateCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidateCredentialsPostRequestBody $body, ?ValidateCredenti } /** - * Validate that the credentials are valid in the tenant. This API is supported in the following national cloud deployments. + * Validate that the credentials are valid in the tenant. This API is available in the following national cloud deployments. * @param ValidateCredentialsPostRequestBody $body The request body * @param ValidateCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.php index b0e1b4ea0a9..5df9e60de33 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments. + * List existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments. * @param JobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?JobsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. This API is supported in the following national cloud deployments. + * Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. This API is available in the following national cloud deployments. * @param SynchronizationJob $body The request body * @param JobsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(SynchronizationJob $body, ?JobsRequestBuilderPostRequestCon } /** - * List existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments. + * List existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments. * @param JobsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?JobsRequestBuilderGetRequestConfigurati } /** - * Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. This API is supported in the following national cloud deployments. + * Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. This API is available in the following national cloud deployments. * @param SynchronizationJob $body The request body * @param JobsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilderGetQueryParameters.php index 47700664402..f3cbc48befa 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List existing jobs for a given application instance (service principal). This API is supported in the following national cloud deployments. + * List existing jobs for a given application instance (service principal). This API is available in the following national cloud deployments. */ class JobsRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.php b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.php index fffefb851c0..18803b80fd8 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -62,7 +62,7 @@ public function getApplicationIdentifier(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -134,8 +134,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -150,8 +150,8 @@ public function setApplicationIdentifier(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php index ce59ff7cf59..2059235a1c3 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments. + * Discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments. * @param DiscoverRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?DiscoverRequestBuilderPostRequestConfiguration $requestCon } /** - * Discover the latest schema definition for provisioning to an application. This API is supported in the following national cloud deployments. + * Discover the latest schema definition for provisioning to an application. This API is available in the following national cloud deployments. * @param DiscoverRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php index 2b132345af2..77ddf31cb10 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Parse } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -118,16 +118,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php index ed5f6dd9e05..4962fcdb073 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is supported in the following national cloud deployments. + * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is available in the following national cloud deployments. * @param ParseExpressionPostRequestBody $body The request body * @param ParseExpressionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(ParseExpressionPostRequestBody $body, ?ParseExpressionReque } /** - * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is supported in the following national cloud deployments. + * Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Azure Active Directory. This API is available in the following national cloud deployments. * @param ParseExpressionPostRequestBody $body The request body * @param ParseExpressionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.php index 75be7c72158..dd729d02850 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.php @@ -76,7 +76,7 @@ public function get(?SynchronizationTemplateItemRequestBuilderGetRequestConfigur } /** - * Update (override) the synchronization template associated with a given application. This API is supported in the following national cloud deployments. + * Update (override) the synchronization template associated with a given application. This API is available in the following national cloud deployments. * @param SynchronizationTemplate $body The request body * @param SynchronizationTemplateItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -134,7 +134,7 @@ public function toGetRequestInformation(?SynchronizationTemplateItemRequestBuild } /** - * Update (override) the synchronization template associated with a given application. This API is supported in the following national cloud deployments. + * Update (override) the synchronization template associated with a given application. This API is available in the following national cloud deployments. * @param SynchronizationTemplate $body The request body * @param SynchronizationTemplateItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.php b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.php index 444a02475cc..1a5414d1266 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments. + * List the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments. * @param TemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SynchronizationTemplate $body, ?TemplatesRequestBuilderPost } /** - * List the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments. + * List the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments. * @param TemplatesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilderGetQueryParameters.php index a94884a2d54..704c96fd12c 100644 --- a/src/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the synchronization templates associated with a given application or service principal. This API is supported in the following national cloud deployments. + * List the synchronization templates associated with a given application or service principal. This API is available in the following national cloud deployments. */ class TemplatesRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/ServicePrincipalsRequestBuilder.php b/src/Generated/ServicePrincipals/ServicePrincipalsRequestBuilder.php index 73846d42746..946907d097c 100644 --- a/src/Generated/ServicePrincipals/ServicePrincipalsRequestBuilder.php +++ b/src/Generated/ServicePrincipals/ServicePrincipalsRequestBuilder.php @@ -85,7 +85,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of servicePrincipal objects. This API is supported in the following national cloud deployments. + * Retrieve a list of servicePrincipal objects. This API is available in the following national cloud deployments. * @param ServicePrincipalsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0 Find more info here @@ -104,7 +104,7 @@ public function get(?ServicePrincipalsRequestBuilderGetRequestConfiguration $req } /** - * Create a new servicePrincipal object. This API is supported in the following national cloud deployments. + * Create a new servicePrincipal object. This API is available in the following national cloud deployments. * @param ServicePrincipal $body The request body * @param ServicePrincipalsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -124,7 +124,7 @@ public function post(ServicePrincipal $body, ?ServicePrincipalsRequestBuilderPos } /** - * Retrieve a list of servicePrincipal objects. This API is supported in the following national cloud deployments. + * Retrieve a list of servicePrincipal objects. This API is available in the following national cloud deployments. * @param ServicePrincipalsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -145,7 +145,7 @@ public function toGetRequestInformation(?ServicePrincipalsRequestBuilderGetReque } /** - * Create a new servicePrincipal object. This API is supported in the following national cloud deployments. + * Create a new servicePrincipal object. This API is available in the following national cloud deployments. * @param ServicePrincipal $body The request body * @param ServicePrincipalsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipals/ServicePrincipalsRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipals/ServicePrincipalsRequestBuilderGetQueryParameters.php index 5735341353b..533353e3cc0 100644 --- a/src/Generated/ServicePrincipals/ServicePrincipalsRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipals/ServicePrincipalsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of servicePrincipal objects. This API is supported in the following national cloud deployments. + * Retrieve a list of servicePrincipal objects. This API is available in the following national cloud deployments. */ class ServicePrincipalsRequestBuilderGetQueryParameters { diff --git a/src/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesPostRequestBody.php index 9f64b0804ea..9259ed8d2dc 100644 --- a/src/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.php index 109a98bf0dc..d43b8133556 100644 --- a/src/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilder.php b/src/Generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilder.php index 0e12b0966b3..630667cb059 100644 --- a/src/Generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilder.php +++ b/src/Generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilder.php @@ -35,7 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a servicePrincipal object. This API is supported in the following national cloud deployments. + * Delete a servicePrincipal object. This API is available in the following national cloud deployments. * @param ServicePrincipalsWithAppIdRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0 Find more info here @@ -54,7 +54,7 @@ public function delete(?ServicePrincipalsWithAppIdRequestBuilderDeleteRequestCon } /** - * Retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments. * @param ServicePrincipalsWithAppIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0 Find more info here @@ -92,7 +92,7 @@ public function patch(ServicePrincipal $body, ?ServicePrincipalsWithAppIdRequest } /** - * Delete a servicePrincipal object. This API is supported in the following national cloud deployments. + * Delete a servicePrincipal object. This API is available in the following national cloud deployments. * @param ServicePrincipalsWithAppIdRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -109,7 +109,7 @@ public function toDeleteRequestInformation(?ServicePrincipalsWithAppIdRequestBui } /** - * Retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments. * @param ServicePrincipalsWithAppIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters.php b/src/Generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters.php index 81dbf2daaac..23b2a163dc6 100644 --- a/src/Generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters.php +++ b/src/Generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a servicePrincipal object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a servicePrincipal object. This API is available in the following national cloud deployments. */ class ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/DriveItem/DriveItemRequestBuilder.php b/src/Generated/Shares/Item/DriveItem/DriveItemRequestBuilder.php index 36f8de44ea7..52cdc709c50 100644 --- a/src/Generated/Shares/Item/DriveItem/DriveItemRequestBuilder.php +++ b/src/Generated/Shares/Item/DriveItem/DriveItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is supported in the following national cloud deployments. + * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is available in the following national cloud deployments. * @param DriveItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?DriveItemRequestBuilderGetRequestConfiguration $requestConf } /** - * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is supported in the following national cloud deployments. + * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is available in the following national cloud deployments. * @param DriveItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/DriveItem/DriveItemRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/DriveItem/DriveItemRequestBuilderGetQueryParameters.php index 5b54cb6ec0a..97338e40b71 100644 --- a/src/Generated/Shares/Item/DriveItem/DriveItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/DriveItem/DriveItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is supported in the following national cloud deployments. + * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is available in the following national cloud deployments. */ class DriveItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/Columns/ColumnsRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Columns/ColumnsRequestBuilder.php index 1dae6e5b5b4..2f6c5921394 100644 --- a/src/Generated/Shares/Item/EscapedList/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/EscapedList/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/Columns/ColumnsRequestBuilderGetQueryParameters.php index a46d7d91112..bb85e443a33 100644 --- a/src/Generated/Shares/Item/EscapedList/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopy/AddCopyPostRequestBody.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopy/AddCopyPostRequestBody.php index 91e100f739f..94532ed24eb 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopy/AddCopyPostRequestBody.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopy/AddCopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php index 175ba2d05dd..9a334a14bad 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyPostRequestBody $body, ?AddCopyRequestBuilderPostReq } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php index 688456f721d..d6294723bcc 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php index 1444fc31eed..653bad56d2d 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyFromContentTypeHubPostRequestBody $body, ?AddCopyFro } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/ContentTypesRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/ContentTypesRequestBuilder.php index 5b7cdf66b46..275570470cc 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/ContentTypesRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/ContentTypesRequestBuilder.php @@ -77,7 +77,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0 Find more info here @@ -115,7 +115,7 @@ public function post(ContentType $body, ?ContentTypesRequestBuilderPostRequestCo } /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php index af2d8f56c70..7121356b5f2 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. */ class ContentTypesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php index f3d336bf85e..d6737950978 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assoc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php index 1d109aca52e..e32405766b5 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AssociateWithHubSitesPostRequestBody $body, ?AssociateWithH } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilder.php index 918bf41b74f..7b958281f0d 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index 191fb7506fa..5b7d9fc6daf 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php index d4200b0a05c..f66af9a9ffa 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ColumnDefinitionItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ColumnDefinitionItemRequestBuilderGetRequestConfiguration $ } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(ColumnDefinition $body, ?ColumnDefinitionItemRequestBuilde } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?ColumnDefinitionItemRequestBuilderDe } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?ColumnDefinitionItemRequestBuilderGetRe } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php index 505be8b569e..778743f8f66 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. */ class ColumnDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php index 886667d448f..ab78b4c9a1d 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php index 7c51dd31c89..fc3b766e119 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CopyToDefaultContentLocationPostRequestBody $body, ?CopyToD } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php index 8f95d37df5d..89bf7d5d237 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsPub } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Publish/PublishRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Publish/PublishRequestBuilder.php index 7a0c0ccc700..692e107fd9e 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Publish/PublishRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConf } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php index 91d66a52247..ce20b69be0b 100644 --- a/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestCo } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/EscapedList/Drive/DriveRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Drive/DriveRequestBuilder.php index c4bc090c9df..440f4ad52d6 100644 --- a/src/Generated/Shares/Item/EscapedList/Drive/DriveRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Drive/DriveRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. * @param DriveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -50,7 +50,7 @@ public function get(?DriveRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. * @param DriveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/EscapedList/Drive/DriveRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/Drive/DriveRequestBuilderGetQueryParameters.php index c3475461914..fc4ecfd42f7 100644 --- a/src/Generated/Shares/Item/EscapedList/Drive/DriveRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/Drive/DriveRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. */ class DriveRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php index a015295a117..59aef9feb19 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?DocumentSetVersionsRequestBuilderGetRequestConfiguration $r } /** - * Create a new version of a document set item in a list. This API is supported in the following national cloud deployments. + * Create a new version of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersion $body The request body * @param DocumentSetVersionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(DocumentSetVersion $body, ?DocumentSetVersionsRequestBuilde } /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?DocumentSetVersionsRequestBuilderGetReq } /** - * Create a new version of a document set item in a list. This API is supported in the following national cloud deployments. + * Create a new version of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersion $body The request body * @param DocumentSetVersionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php index 56b3e50ebd4..56c5636bd9e 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. */ class DocumentSetVersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php index e8e7d3a65ae..7bd58eb374d 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a version of a document set in a list. This API is supported in the following national cloud deployments. + * Delete a version of a document set in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?DocumentSetVersionItemRequestBuilderDeleteRequestConfigu } /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(DocumentSetVersion $body, ?DocumentSetVersionItemRequestBu } /** - * Delete a version of a document set in a list. This API is supported in the following national cloud deployments. + * Delete a version of a document set in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?DocumentSetVersionItemRequestBuilder } /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php index 3786f516b5b..cfce5fc43a6 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. */ class DocumentSetVersionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php index 42e5052bdc4..1652c851ce0 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a document set version. This API is supported in the following national cloud deployments. + * Restore a document set version. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a document set version. This API is supported in the following national cloud deployments. + * Restore a document set version. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/Fields/FieldsRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Items/Item/Fields/FieldsRequestBuilder.php index d2df1a5586a..3df8852f40f 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/Fields/FieldsRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/Fields/FieldsRequestBuilder.php @@ -68,7 +68,7 @@ public function get(?FieldsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Update the properties on a listItem][]. This API is supported in the following [national cloud deployments. + * Update the properties on a listItem][]. This API is available in the following [national cloud deployments. * @param FieldValueSet $body The request body * @param FieldsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -126,7 +126,7 @@ public function toGetRequestInformation(?FieldsRequestBuilderGetRequestConfigura } /** - * Update the properties on a listItem][]. This API is supported in the following [national cloud deployments. + * Update the properties on a listItem][]. This API is available in the following [national cloud deployments. * @param FieldValueSet $body The request body * @param FieldsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/ListItemItemRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Items/Item/ListItemItemRequestBuilder.php index 91cae9c7b57..79b71f31dea 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/ListItemItemRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/ListItemItemRequestBuilder.php @@ -97,7 +97,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes an item from a list][]. This API is supported in the following [national cloud deployments. + * Removes an item from a list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 Find more info here @@ -116,7 +116,7 @@ public function delete(?ListItemItemRequestBuilderDeleteRequestConfiguration $re } /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0 Find more info here @@ -165,7 +165,7 @@ public function patch(ListItem $body, ?ListItemItemRequestBuilderPatchRequestCon } /** - * Removes an item from a list][]. This API is supported in the following [national cloud deployments. + * Removes an item from a list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -182,7 +182,7 @@ public function toDeleteRequestInformation(?ListItemItemRequestBuilderDeleteRequ } /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php index 5dfad3bb9b5..20b06b37fab 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. */ class ListItemItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php index bf84b25dbaa..e8a2a6bb6ad 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?ListItemVersionItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. * @param ListItemVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?ListItemVersionItemRequestBuilderDel } /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. * @param ListItemVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php index 6c7d2e65ed8..5c1b0f078dd 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. */ class ListItemVersionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php index e84ebc8d489..17a5332f2db 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is supported in the following national cloud deployments. + * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is available in the following national cloud deployments. * @param RestoreVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RestoreVersionRequestBuilderPostRequestConfiguration $requ } /** - * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is supported in the following national cloud deployments. + * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is available in the following national cloud deployments. * @param RestoreVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilder.php index c23d0b8f82a..066fbf32c37 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ListItemVersion $body, ?VersionsRequestBuilderPostRequestCo } /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php index 71ba39ad75c..cd6a0324f98 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. */ class VersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/Items/ItemsRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Items/ItemsRequestBuilder.php index 77c99aa7b96..cfc6837a03c 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/ItemsRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Items/ItemsRequestBuilder.php @@ -45,7 +45,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 Find more info here @@ -64,7 +64,7 @@ public function get(?ItemsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments. + * Create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItem $body The request body * @param ItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -84,7 +84,7 @@ public function post(ListItem $body, ?ItemsRequestBuilderPostRequestConfiguratio } /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -105,7 +105,7 @@ public function toGetRequestInformation(?ItemsRequestBuilderGetRequestConfigurat } /** - * Create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments. + * Create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItem $body The request body * @param ItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/EscapedList/Items/ItemsRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/EscapedList/Items/ItemsRequestBuilderGetQueryParameters.php index 88e162aff38..ac63e9c8cb2 100644 --- a/src/Generated/Shares/Item/EscapedList/Items/ItemsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/EscapedList/Items/ItemsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. */ class ItemsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/Item/EscapedList/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php b/src/Generated/Shares/Item/EscapedList/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php index e11e6083dcd..8707cbac67a 100644 --- a/src/Generated/Shares/Item/EscapedList/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php +++ b/src/Generated/Shares/Item/EscapedList/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReauthorizeRequestBuilderPostRequestConfiguration $request } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/Permission/Grant/GrantPostRequestBody.php b/src/Generated/Shares/Item/Permission/Grant/GrantPostRequestBody.php index e4deaff6b09..b865067c240 100644 --- a/src/Generated/Shares/Item/Permission/Grant/GrantPostRequestBody.php +++ b/src/Generated/Shares/Item/Permission/Grant/GrantPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Grant } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -115,16 +115,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Shares/Item/Permission/Grant/GrantRequestBuilder.php b/src/Generated/Shares/Item/Permission/Grant/GrantRequestBuilder.php index 9b9fb453c1c..78b7233e8a1 100644 --- a/src/Generated/Shares/Item/Permission/Grant/GrantRequestBuilder.php +++ b/src/Generated/Shares/Item/Permission/Grant/GrantRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments. + * Grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments. * @param GrantPostRequestBody $body The request body * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GrantPostRequestBody $body, ?GrantRequestBuilderPostRequest } /** - * Grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments. + * Grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments. * @param GrantPostRequestBody $body The request body * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Shares/Item/SharedDriveItemItemRequestBuilder.php b/src/Generated/Shares/Item/SharedDriveItemItemRequestBuilder.php index d25d1501bce..2edac4ea3d3 100644 --- a/src/Generated/Shares/Item/SharedDriveItemItemRequestBuilder.php +++ b/src/Generated/Shares/Item/SharedDriveItemItemRequestBuilder.php @@ -122,7 +122,7 @@ public function delete(?SharedDriveItemItemRequestBuilderDeleteRequestConfigurat } /** - * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is supported in the following national cloud deployments. + * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is available in the following national cloud deployments. * @param SharedDriveItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0 Find more info here @@ -177,7 +177,7 @@ public function toDeleteRequestInformation(?SharedDriveItemItemRequestBuilderDel } /** - * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is supported in the following national cloud deployments. + * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is available in the following national cloud deployments. * @param SharedDriveItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/Item/SharedDriveItemItemRequestBuilderGetQueryParameters.php b/src/Generated/Shares/Item/SharedDriveItemItemRequestBuilderGetQueryParameters.php index 436995c3dcf..72325a49076 100644 --- a/src/Generated/Shares/Item/SharedDriveItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/Item/SharedDriveItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is supported in the following national cloud deployments. + * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is available in the following national cloud deployments. */ class SharedDriveItemItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Shares/SharesRequestBuilder.php b/src/Generated/Shares/SharesRequestBuilder.php index f54b8ac8138..99e322a15fd 100644 --- a/src/Generated/Shares/SharesRequestBuilder.php +++ b/src/Generated/Shares/SharesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is supported in the following national cloud deployments. + * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is available in the following national cloud deployments. * @param SharesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(SharedDriveItem $body, ?SharesRequestBuilderPostRequestConf } /** - * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is supported in the following national cloud deployments. + * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is available in the following national cloud deployments. * @param SharesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Shares/SharesRequestBuilderGetQueryParameters.php b/src/Generated/Shares/SharesRequestBuilderGetQueryParameters.php index ab0278a82ff..c1eb8db1c03 100644 --- a/src/Generated/Shares/SharesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Shares/SharesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is supported in the following national cloud deployments. + * Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. This API is available in the following national cloud deployments. */ class SharesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Add/AddPostRequestBody.php b/src/Generated/Sites/Add/AddPostRequestBody.php index 443f5913036..1620c1531dd 100644 --- a/src/Generated/Sites/Add/AddPostRequestBody.php +++ b/src/Generated/Sites/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.php b/src/Generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.php index 3717ab5b174..b0c45249897 100644 --- a/src/Generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.php +++ b/src/Generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is supported in the following [national cloud deployments. + * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is available in the following [national cloud deployments. * @param AllTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?AllTimeRequestBuilderGetRequestConfiguration $requestConfig } /** - * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is supported in the following [national cloud deployments. + * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is available in the following [national cloud deployments. * @param AllTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php index 8dc82b7c836..6b37b5309eb 100644 --- a/src/Generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is supported in the following [national cloud deployments. + * Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the getActivitiesByInterval][] API. This API is available in the following [national cloud deployments. */ class AllTimeRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Columns/ColumnsRequestBuilder.php b/src/Generated/Sites/Item/Columns/ColumnsRequestBuilder.php index bf12d51243a..f4c04a326f9 100644 --- a/src/Generated/Sites/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Sites/Item/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a column for a site][site] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a site][site] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Create a column for a site][site] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a site][site] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index 40c9c70ac84..d206d2bbb48 100644 --- a/src/Generated/Sites/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [site][site]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php b/src/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php index 7d0d71a11d9..3b234ea1875 100644 --- a/src/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php +++ b/src/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php b/src/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php index 111bf75be05..0641a78e84c 100644 --- a/src/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php +++ b/src/Generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyPostRequestBody $body, ?AddCopyRequestBuilderPostReq } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php b/src/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php index 24c87c71843..4a041ca21a1 100644 --- a/src/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php +++ b/src/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php b/src/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php index 0b9159934b6..16d42719bfd 100644 --- a/src/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php +++ b/src/Generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyFromContentTypeHubPostRequestBody $body, ?AddCopyFro } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.php b/src/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.php index 9e4bf805635..eb4d361f249 100644 --- a/src/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.php +++ b/src/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.php @@ -77,7 +77,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0 Find more info here @@ -96,7 +96,7 @@ public function get(?ContentTypesRequestBuilderGetRequestConfiguration $requestC } /** - * Create a new contentType][] in a [site][]. This API is supported in the following [national cloud deployments. + * Create a new contentType][] in a [site][]. This API is available in the following [national cloud deployments. * @param ContentType $body The request body * @param ContentTypesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -116,7 +116,7 @@ public function post(ContentType $body, ?ContentTypesRequestBuilderPostRequestCo } /** - * Get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -137,7 +137,7 @@ public function toGetRequestInformation(?ContentTypesRequestBuilderGetRequestCon } /** - * Create a new contentType][] in a [site][]. This API is supported in the following [national cloud deployments. + * Create a new contentType][] in a [site][]. This API is available in the following [national cloud deployments. * @param ContentType $body The request body * @param ContentTypesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php index 31f3c51b7bc..b63c46906b2 100644 --- a/src/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of contentType][contentType] resources in a [site][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [site][]. This API is available in the following [national cloud deployments. */ class ContentTypesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php b/src/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php index 8e1964bcf27..4c1341da85c 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assoc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php b/src/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php index 0381e28e6af..adac329a983 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AssociateWithHubSitesPostRequestBody $body, ?AssociateWithH } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php b/src/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php index 8ca5ea2e067..13f7d379c07 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index 4bd6d82f05f..a1d817b85ff 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php b/src/Generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php index d85a3adc8c5..75e9b11b87e 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ColumnDefinitionItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ColumnDefinitionItemRequestBuilderGetRequestConfiguration $ } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(ColumnDefinition $body, ?ColumnDefinitionItemRequestBuilde } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?ColumnDefinitionItemRequestBuilderDe } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?ColumnDefinitionItemRequestBuilderGetRe } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php index 4d923a561a0..e5189743507 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. */ class ColumnDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.php b/src/Generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.php index d6775bb61b5..86dcd822d1d 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.php @@ -112,7 +112,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a content type][contentType] from a [list][] or a [site][]. This API is supported in the following [national cloud deployments. + * Remove a content type][contentType] from a [list][] or a [site][]. This API is available in the following [national cloud deployments. * @param ContentTypeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0 Find more info here @@ -131,7 +131,7 @@ public function delete(?ContentTypeItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypeItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0 Find more info here @@ -150,7 +150,7 @@ public function get(?ContentTypeItemRequestBuilderGetRequestConfiguration $reque } /** - * Update a content type][contentType]. This API is supported in the following [national cloud deployments. + * Update a content type][contentType]. This API is available in the following [national cloud deployments. * @param ContentType $body The request body * @param ContentTypeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -170,7 +170,7 @@ public function patch(ContentType $body, ?ContentTypeItemRequestBuilderPatchRequ } /** - * Remove a content type][contentType] from a [list][] or a [site][]. This API is supported in the following [national cloud deployments. + * Remove a content type][contentType] from a [list][] or a [site][]. This API is available in the following [national cloud deployments. * @param ContentTypeItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -187,7 +187,7 @@ public function toDeleteRequestInformation(?ContentTypeItemRequestBuilderDeleteR } /** - * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypeItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -208,7 +208,7 @@ public function toGetRequestInformation(?ContentTypeItemRequestBuilderGetRequest } /** - * Update a content type][contentType]. This API is supported in the following [national cloud deployments. + * Update a content type][contentType]. This API is available in the following [national cloud deployments. * @param ContentType $body The request body * @param ContentTypeItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilderGetQueryParameters.php index 14f23e6f49c..2b088481a85 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a content type][contentType] in a [site][] or a [list][]. This API is available in the following [national cloud deployments. */ class ContentTypeItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php b/src/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php index 9c797b1d946..c9a0365f0e6 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php b/src/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php index 50696fe77cb..961a594e8bf 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CopyToDefaultContentLocationPostRequestBody $body, ?CopyToD } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php b/src/Generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php index 1eb0243f7e5..c35f0493abd 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsPub } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php b/src/Generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php index 6fc3376eddf..6156ba05d15 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConf } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php b/src/Generated/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php index a3f318bf636..0acfa1711ed 100644 --- a/src/Generated/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php +++ b/src/Generated/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestCo } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.php index edfad1ac0d6..0536c2585d6 100644 --- a/src/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Create a column for a list][list] with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index 43a17ea7d4d..5c5e487a89f 100644 --- a/src/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [list][list]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php index 5cce1f36986..8020e5ddf6b 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php index 324d52afc01..900b2ede183 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyPostRequestBody $body, ?AddCopyRequestBuilderPostReq } /** - * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is supported in the following [national cloud deployments. + * Add a copy of a content type][contentType] from a [site][site] to a [list][list]. This API is available in the following [national cloud deployments. * @param AddCopyPostRequestBody $body The request body * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php index 22491f35349..af35414a538 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddCo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php index 88a5d3d5a28..6e08b289972 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AddCopyFromContentTypeHubPostRequestBody $body, ?AddCopyFro } /** - * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is supported in the following national cloud deployments. + * Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. This API is available in the following national cloud deployments. * @param AddCopyFromContentTypeHubPostRequestBody $body The request body * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.php index 4d1fc9f5d50..f9ab462ba74 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.php @@ -77,7 +77,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0 Find more info here @@ -115,7 +115,7 @@ public function post(ContentType $body, ?ContentTypesRequestBuilderPostRequestCo } /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. * @param ContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php index 94823f23dde..f23f8dc2837 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of contentType][contentType] resources in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of contentType][contentType] resources in a [list][]. This API is available in the following [national cloud deployments. */ class ContentTypesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php index 7f5e6f19ba0..bee3b402d2b 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assoc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -112,16 +112,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php index 8c2744dbd66..b6aed6fc282 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AssociateWithHubSitesPostRequestBody $body, ?AssociateWithH } /** - * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is supported in the following [national cloud deployments. + * Associate a published content type][contentType] present in a content type hub with a list of hub sites. This API is available in the following [national cloud deployments. * @param AssociateWithHubSitesPostRequestBody $body The request body * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php index 983e26871e7..839f9ea2f13 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ColumnsRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ColumnDefinition $body, ?ColumnsRequestBuilderPostRequestCo } /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ColumnsRequestBuilderGetRequestConfigur } /** - * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is supported in the following [national cloud deployments. + * Add a column to a content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php index 8aa4c73dc85..4265ad849a9 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Get the collection of columns represented as columnDefinition][columnDefinition] resources in a [content type][contentType]. This API is available in the following [national cloud deployments. */ class ColumnsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php index 2029106179e..bda3dcd0f11 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ColumnDefinitionItemRequestBuilderDeleteRequestConfigura } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ColumnDefinitionItemRequestBuilderGetRequestConfiguration $ } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(ColumnDefinition $body, ?ColumnDefinitionItemRequestBuilde } /** - * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is supported in the following [national cloud deployments. + * Remove a column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?ColumnDefinitionItemRequestBuilderDe } /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinitionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?ColumnDefinitionItemRequestBuilderGetRe } /** - * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Update a site][], a [list][], or a [content type][contentType] [column][columnDefinition]. This API is available in the following [national cloud deployments. * @param ColumnDefinition $body The request body * @param ColumnDefinitionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php index 93045e77bcb..f7a35dbf41d 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is supported in the following [national cloud deployments. + * Retrieve the metadata for a site][], a [list][], or a [contentType][] [column][columnDefinition]. This API is available in the following [national cloud deployments. */ class ColumnDefinitionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php index 93acd9459c0..dd02d755573 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -103,16 +103,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php index 4a04d8c9d7c..c31923b6fbb 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CopyToDefaultContentLocationPostRequestBody $body, ?CopyToD } /** - * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is supported in the following [national cloud deployments. + * Copy a file to a default content location in a content type][contentType]. The file can then be added as a default file or template via a POST operation. This API is available in the following [national cloud deployments. * @param CopyToDefaultContentLocationPostRequestBody $body The request body * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php index 6e21dc496cc..00566d7ca9d 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): IsPub } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php index b4d458b68ec..d52dbdf644a 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConf } /** - * Publishes a contentType][] present in the content type hub site. This API is supported in the following [national cloud deployments. + * Publishes a contentType][] present in the content type hub site. This API is available in the following [national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php index c1fa6a6dcc7..fc83b70fd9f 100644 --- a/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestCo } /** - * Unpublish a contentType][] from a content type hub site. This API is supported in the following [national cloud deployments. + * Unpublish a contentType][] from a content type hub site. This API is available in the following [national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.php index 33ffe856c93..922965f455d 100644 --- a/src/Generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. * @param DriveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -50,7 +50,7 @@ public function get(?DriveRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. * @param DriveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilderGetQueryParameters.php index 4695bb74ca5..8f491ea6236 100644 --- a/src/Generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * Allows access to the list as a drive resource with driveItems. Only present on document libraries. */ class DriveRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php index bd223bc6771..63a2a0a2745 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?DocumentSetVersionsRequestBuilderGetRequestConfiguration $r } /** - * Create a new version of a document set item in a list. This API is supported in the following national cloud deployments. + * Create a new version of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersion $body The request body * @param DocumentSetVersionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(DocumentSetVersion $body, ?DocumentSetVersionsRequestBuilde } /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?DocumentSetVersionsRequestBuilderGetReq } /** - * Create a new version of a document set item in a list. This API is supported in the following national cloud deployments. + * Create a new version of a document set item in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersion $body The request body * @param DocumentSetVersionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php index 4cb9a747b9d..fa378d99ded 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the versions of a document set item in a list. This API is supported in the following national cloud deployments. + * Get a list of the versions of a document set item in a list. This API is available in the following national cloud deployments. */ class DocumentSetVersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php index a1862c11e0c..e30814e4fd5 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a version of a document set in a list. This API is supported in the following national cloud deployments. + * Delete a version of a document set in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?DocumentSetVersionItemRequestBuilderDeleteRequestConfigu } /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(DocumentSetVersion $body, ?DocumentSetVersionItemRequestBu } /** - * Delete a version of a document set in a list. This API is supported in the following national cloud deployments. + * Delete a version of a document set in a list. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?DocumentSetVersionItemRequestBuilder } /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. * @param DocumentSetVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php index 9c22e80b7bf..7bcb443982a 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a documentSetVersion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a documentSetVersion object. This API is available in the following national cloud deployments. */ class DocumentSetVersionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php index 5492ee02033..164a914a90f 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a document set version. This API is supported in the following national cloud deployments. + * Restore a document set version. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a document set version. This API is supported in the following national cloud deployments. + * Restore a document set version. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.php index 9eafa258d10..80f8ad4abae 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.php @@ -68,7 +68,7 @@ public function get(?FieldsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Update the properties on a listItem][]. This API is supported in the following [national cloud deployments. + * Update the properties on a listItem][]. This API is available in the following [national cloud deployments. * @param FieldValueSet $body The request body * @param FieldsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -126,7 +126,7 @@ public function toGetRequestInformation(?FieldsRequestBuilderGetRequestConfigura } /** - * Update the properties on a listItem][]. This API is supported in the following [national cloud deployments. + * Update the properties on a listItem][]. This API is available in the following [national cloud deployments. * @param FieldValueSet $body The request body * @param FieldsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.php index f4e961dd18e..fbe3d93928a 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.php @@ -97,7 +97,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes an item from a list][]. This API is supported in the following [national cloud deployments. + * Removes an item from a list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 Find more info here @@ -116,7 +116,7 @@ public function delete(?ListItemItemRequestBuilderDeleteRequestConfiguration $re } /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0 Find more info here @@ -165,7 +165,7 @@ public function patch(ListItem $body, ?ListItemItemRequestBuilderPatchRequestCon } /** - * Removes an item from a list][]. This API is supported in the following [national cloud deployments. + * Removes an item from a list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -182,7 +182,7 @@ public function toDeleteRequestInformation(?ListItemItemRequestBuilderDeleteRequ } /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php index da5b49706ff..afa574e9af1 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Returns the metadata for an item][] in a [list][]. This API is supported in the following [national cloud deployments. + * Returns the metadata for an item][] in a [list][]. This API is available in the following [national cloud deployments. */ class ListItemItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php index 5a426c71fdc..ba497b24407 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?ListItemVersionItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. * @param ListItemVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 Find more info here @@ -121,7 +121,7 @@ public function toDeleteRequestInformation(?ListItemVersionItemRequestBuilderDel } /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. * @param ListItemVersionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php index 07b96ba3b75..936b3ae257b 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the metadata for a specific version of a ListItem. This API is supported in the following national cloud deployments. + * Retrieve the metadata for a specific version of a ListItem. This API is available in the following national cloud deployments. */ class ListItemVersionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php index bc0ff6d85ee..c47b3f44bd0 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is supported in the following national cloud deployments. + * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is available in the following national cloud deployments. * @param RestoreVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RestoreVersionRequestBuilderPostRequestConfiguration $requ } /** - * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is supported in the following national cloud deployments. + * Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. This API is available in the following national cloud deployments. * @param RestoreVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.php index 65e3ebc24ec..4a3243891c4 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ListItemVersion $body, ?VersionsRequestBuilderPostRequestCo } /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. * @param VersionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php index 01c4d6fe944..a2e13bafb18 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is supported in the following national cloud deployments. + * SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. This API is available in the following national cloud deployments. */ class VersionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.php index 5f8cfef1f7c..d83df5f0861 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.php @@ -45,7 +45,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 Find more info here @@ -64,7 +64,7 @@ public function get(?ItemsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments. + * Create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItem $body The request body * @param ItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -84,7 +84,7 @@ public function post(ListItem $body, ?ItemsRequestBuilderPostRequestConfiguratio } /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. * @param ItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -105,7 +105,7 @@ public function toGetRequestInformation(?ItemsRequestBuilderGetRequestConfigurat } /** - * Create a new listItem][] in a [list][]. This API is supported in the following [national cloud deployments. + * Create a new listItem][] in a [list][]. This API is available in the following [national cloud deployments. * @param ListItem $body The request body * @param ItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilderGetQueryParameters.php index 8ee9ec3dc16..035137d280d 100644 --- a/src/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of items][item] in a [list][]. This API is supported in the following [national cloud deployments. + * Get the collection of items][item] in a [list][]. This API is available in the following [national cloud deployments. */ class ItemsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.php index 373d4554cb2..e8750959d3d 100644 --- a/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.php @@ -114,10 +114,10 @@ public function delete(?ListItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments. + * Returns the metadata for a list][]. This API is available in the following [national cloud deployments. * @param ListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0 Find more info here */ public function get(?ListItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -169,7 +169,7 @@ public function toDeleteRequestInformation(?ListItemRequestBuilderDeleteRequestC } /** - * Get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments. + * Returns the metadata for a list][]. This API is available in the following [national cloud deployments. * @param ListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php index fc8e0ff79bc..54ba634e1b9 100644 --- a/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/Item/ListItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of rich long-running operations associated with a list. This API is supported in the following national cloud deployments. + * Returns the metadata for a list][]. This API is available in the following [national cloud deployments. */ class ListItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php b/src/Generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php index 5651a283c40..4a684b6f819 100644 --- a/src/Generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReauthorizeRequestBuilderPostRequestConfiguration $request } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Lists/ListsRequestBuilder.php b/src/Generated/Sites/Item/Lists/ListsRequestBuilder.php index 31c1a21d2d6..ef813ea2608 100644 --- a/src/Generated/Sites/Item/Lists/ListsRequestBuilder.php +++ b/src/Generated/Sites/Item/Lists/ListsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is supported in the following national cloud deployments. + * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is available in the following national cloud deployments. * @param ListsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ListsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new list][] in a [site][]. This API is supported in the following [national cloud deployments. + * Create a new list][] in a [site][]. This API is available in the following [national cloud deployments. * @param EscapedList $body The request body * @param ListsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EscapedList $body, ?ListsRequestBuilderPostRequestConfigura } /** - * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is supported in the following national cloud deployments. + * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is available in the following national cloud deployments. * @param ListsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ListsRequestBuilderGetRequestConfigurat } /** - * Create a new list][] in a [site][]. This API is supported in the following [national cloud deployments. + * Create a new list][] in a [site][]. This API is available in the following [national cloud deployments. * @param EscapedList $body The request body * @param ListsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Lists/ListsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Lists/ListsRequestBuilderGetQueryParameters.php index c3374aa0c6e..5a3fa017435 100644 --- a/src/Generated/Sites/Item/Lists/ListsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Lists/ListsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is supported in the following national cloud deployments. + * Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. This API is available in the following national cloud deployments. */ class ListsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php index 6f8263547b6..e2777b7a5fe 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetNo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php index 2f620ebbb45..3678b63aed4 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is available in the following national cloud deployments. * @param GetNotebookFromWebUrlPostRequestBody $body The request body * @param GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(GetNotebookFromWebUrlPostRequestBody $body, ?GetNotebookFro } /** - * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is available in the following national cloud deployments. * @param GetNotebookFromWebUrlPostRequestBody $body The request body * @param GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php index 144d6e7206e..d4ecd265c37 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyN } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php index 0ee4fb6bd58..5bb77beecb1 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyNotebookPostRequestBody $body The request body * @param CopyNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyNotebookPostRequestBody $body, ?CopyNotebookRequestBuil } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyNotebookPostRequestBody $body The request body * @param CopyNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php index 069bea7609a..dba14d0fba9 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php @@ -74,7 +74,7 @@ public function delete(?NotebookItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. * @param NotebookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 Find more info here @@ -129,7 +129,7 @@ public function toDeleteRequestInformation(?NotebookItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. * @param NotebookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php index ef3cf33af12..f3cd10b8ef0 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. */ class NotebookItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php index 92fa11f5b12..c7344d4b3a4 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index 895771aff96..00b3892945e 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index 3ab8ba8ef7c..b75c1c3f0c4 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 73aba4fbed7..254f42949f3 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index e9758d3808e..6d2f85ce5fe 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 3cca359eca9..32fa1c0bd46 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index cdf0d64e5f5..33e19deb28c 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 599bb5da0c2..ad05f864230 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index e8384384c32..b95c408915d 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php index 4fd071b5eee..d5f4cd6ce70 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index d2f0cd8358f..ab74e758109 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php index d7fc6069ce1..5754b44469e 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index 9ed111fd7b1..a8bfb3929e9 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php index 690a8535c2d..5461dc035dd 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Create a new section group in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new section group in the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroup $body The request body * @param SectionGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SectionGroup $body, ?SectionGroupsRequestBuilderPostRequest } /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionGroupsRequestBuilderGetRequestCo } /** - * Create a new section group in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new section group in the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroup $body The request body * @param SectionGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index 6ff90405c7b..c2ec288551a 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index 0e8ff26f0d1..4da21a09599 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 5b68334c00d..1d8568f5f10 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index 3a58b15644f..1eb9fa5ebf1 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 118a119a514..47d9df0a7c4 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index e5f90d3a333..cbf5f8f6cd2 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 34861010818..055adbdff62 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 54d85c19478..6f953b30a11 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php index 2bb0e74d5ee..1ff9a9af744 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index bc79fe115ec..ecb9887e090 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php index b7035041e1b..771e57b69fb 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index 25b297a9ed3..aa504762889 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.php index c5f354a84a9..75abb7ba5f0 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.php @@ -62,7 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. * @param NotebooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function getRecentNotebooksWithIncludePersonalNotebooks(bool $includePers } /** - * Create a new OneNote notebook. This API is supported in the following national cloud deployments. + * Create a new OneNote notebook. This API is available in the following national cloud deployments. * @param Notebook $body The request body * @param NotebooksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -110,7 +110,7 @@ public function post(Notebook $body, ?NotebooksRequestBuilderPostRequestConfigur } /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. * @param NotebooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toGetRequestInformation(?NotebooksRequestBuilderGetRequestConfig } /** - * Create a new OneNote notebook. This API is supported in the following national cloud deployments. + * Create a new OneNote notebook. This API is available in the following national cloud deployments. * @param Notebook $body The request body * @param NotebooksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php index 4800205b4ea..209cd9c9edd 100644 --- a/src/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. */ class NotebooksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php index 484f894c9fa..89f086c40cc 100644 --- a/src/Generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?OnenoteOperationItemRequestBuilderDeleteRequestConfigura } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OnenoteOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?OnenoteOperationItemRequestBuilderDe } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OnenoteOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php index 3659f3b7a1f..df9984ea527 100644 --- a/src/Generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. */ class OnenoteOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.php index da23339931d..db65be0dbd9 100644 --- a/src/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(OnenoteOperation $body, ?OperationsRequestBuilderPostReques } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php index 2b3101e3ca9..4401774e135 100644 --- a/src/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 6e87f4d10e7..62e83cbd3b4 100644 --- a/src/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index f8677797698..5323513c610 100644 --- a/src/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php index c7b1c8a4b91..22a64638a3b 100644 --- a/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php @@ -80,7 +80,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a OneNote page. This API is supported in the following national cloud deployments. + * Delete a OneNote page. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function delete(?OnenotePageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function patch(OnenotePage $body, ?OnenotePageItemRequestBuilderPatchRequ } /** - * Delete a OneNote page. This API is supported in the following national cloud deployments. + * Delete a OneNote page. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?OnenotePageItemRequestBuilderDeleteR } /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php index d249f1cdc0a..f7c2f696a60 100644 --- a/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. */ class OnenotePageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 679b9373bd1..24ed570d21b 100644 --- a/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.php index 1771b007ad6..1b5210b7952 100644 --- a/src/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is supported in the following national cloud deployments. + * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is supported in the following national cloud deployments. + * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php index 44f01fc0d8b..f9dbe0a59da 100644 --- a/src/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php index 1da0d597566..5e294d344a2 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?SectionGroupItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. * @param SectionGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function toDeleteRequestInformation(?SectionGroupItemRequestBuilderDelete } /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. * @param SectionGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php index 284b0357165..b7c3effa538 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. */ class SectionGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php index 2688e486826..859db7955d8 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index cce6f8805ac..8eaf12f2c05 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index 01ad1edb953..0b48359f3f3 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index c25dcda8a9c..40ec68cf6bb 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index b2f7a2c8ce2..6e7a1a69747 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 7ec96a6c26d..331e52db516 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 27cc5c5c038..60d65e24cd5 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 1c470dfa741..ced7e7adb60 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 71f62fed537..e002a1e3dc9 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php index 2f510a7e358..0c08e761cab 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index 35ad0ec0f13..224e1eae754 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php index 7f23404b01c..1a1fd41e4a0 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index 93c2b69e934..95943d29ebd 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php index ea976c9ed46..d434b1155f6 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SectionGroup $body, ?SectionGroupsRequestBuilderPostRequest } /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index 783666c3ec4..3bfb5df2939 100644 --- a/src/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index cebef30b168..e1e40dd4f63 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 1c62935d1ad..32a8bd9ec73 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index b08c159d23d..7dfd52f8ddb 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index a3ee2a9ed0a..764186f004f 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php index 35b47e0eeab..2d479057a49 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?OnenoteSectionItemRequestBuilderDeleteRequestConfigurati } /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. * @param OnenoteSectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?OnenoteSectionItemRequestBuilderDele } /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. * @param OnenoteSectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php index aeb72e79283..77684fd1793 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. */ class OnenoteSectionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 44c14e82ce9..f2dc8c969ec 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index b4f3ced1004..ad007becd99 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 09aa2827c4c..d6af73ae7f6 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php index 206711ef9d4..7bebdbc58b7 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index 091d10fdeaf..5f5431835fa 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.php b/src/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.php index 477f6a0f692..ce0ef7f8eef 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php index 69ead6f7326..f5c8359a57e 100644 --- a/src/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.php b/src/Generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.php index b1db2c8fc6c..d2b1e31c4af 100644 --- a/src/Generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?RichLongRunningOperationItemRequestBuilderDeleteRequestC } /** - * Get the status of a rich long-running operation on a site or a list. This API is supported in the following national cloud deployments. + * Get the status of a rich long-running operation on a site or a list. This API is available in the following national cloud deployments. * @param RichLongRunningOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?RichLongRunningOperationItemRequestB } /** - * Get the status of a rich long-running operation on a site or a list. This API is supported in the following national cloud deployments. + * Get the status of a rich long-running operation on a site or a list. This API is available in the following national cloud deployments. * @param RichLongRunningOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilderGetQueryParameters.php index f783842a7d9..05825017397 100644 --- a/src/Generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of a rich long-running operation on a site or a list. This API is supported in the following national cloud deployments. + * Get the status of a rich long-running operation on a site or a list. This API is available in the following national cloud deployments. */ class RichLongRunningOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Operations/OperationsRequestBuilder.php b/src/Generated/Sites/Item/Operations/OperationsRequestBuilder.php index d334e564d92..df6ec9a6ca9 100644 --- a/src/Generated/Sites/Item/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Sites/Item/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments. + * Get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(RichLongRunningOperation $body, ?OperationsRequestBuilderPo } /** - * Get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments. + * Get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Operations/OperationsRequestBuilderGetQueryParameters.php index b19e78a843d..2485f271e2d 100644 --- a/src/Generated/Sites/Item/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of rich long-running operations associated with a site. This API is supported in the following national cloud deployments. + * Get a list of rich long-running operations associated with a site. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.php b/src/Generated/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.php index 8d355469a13..8c9971dd391 100644 --- a/src/Generated/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.php +++ b/src/Generated/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Grant } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -115,16 +115,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.php b/src/Generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.php index c741bdbbe35..dec3e273825 100644 --- a/src/Generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.php +++ b/src/Generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments. + * Grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments. * @param GrantPostRequestBody $body The request body * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GrantPostRequestBody $body, ?GrantRequestBuilderPostRequest } /** - * Grant users access to a link represented by a permission][]. This API is supported in the following [national cloud deployments. + * Grant users access to a link represented by a permission][]. This API is available in the following [national cloud deployments. * @param GrantPostRequestBody $body The request body * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.php b/src/Generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.php index 9280152b3ff..465df746bf7 100644 --- a/src/Generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.php +++ b/src/Generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a permission object on a site. This API is supported in the following national cloud deployments. + * Delete a permission object on a site. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?PermissionItemRequestBuilderDeleteRequestConfiguration $ } /** - * Retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?PermissionItemRequestBuilderGetRequestConfiguration $reques } /** - * Update an application permission object on a site. This API is supported in the following national cloud deployments. + * Update an application permission object on a site. This API is available in the following national cloud deployments. * @param Permission $body The request body * @param PermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(Permission $body, ?PermissionItemRequestBuilderPatchReques } /** - * Delete a permission object on a site. This API is supported in the following national cloud deployments. + * Delete a permission object on a site. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?PermissionItemRequestBuilderDeleteRe } /** - * Retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments. * @param PermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?PermissionItemRequestBuilderGetRequestC } /** - * Update an application permission object on a site. This API is supported in the following national cloud deployments. + * Update an application permission object on a site. This API is available in the following national cloud deployments. * @param Permission $body The request body * @param PermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php index fdbe5f12620..b582fed2b78 100644 --- a/src/Generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a permission object on a site. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a permission object on a site. This API is available in the following national cloud deployments. */ class PermissionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Permissions/PermissionsRequestBuilder.php b/src/Generated/Sites/Item/Permissions/PermissionsRequestBuilder.php index 452c2671cbc..ac2b5b12073 100644 --- a/src/Generated/Sites/Item/Permissions/PermissionsRequestBuilder.php +++ b/src/Generated/Sites/Item/Permissions/PermissionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments. + * Get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments. * @param PermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PermissionsRequestBuilderGetRequestConfiguration $requestCo } /** - * Create a new permission object on a site. This API is supported in the following national cloud deployments. + * Create a new permission object on a site. This API is available in the following national cloud deployments. * @param Permission $body The request body * @param PermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Permission $body, ?PermissionsRequestBuilderPostRequestConf } /** - * Get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments. + * Get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments. * @param PermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PermissionsRequestBuilderGetRequestConf } /** - * Create a new permission object on a site. This API is supported in the following national cloud deployments. + * Create a new permission object on a site. This API is available in the following national cloud deployments. * @param Permission $body The request body * @param PermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php index a01d852cfe3..af7d6da6b2c 100644 --- a/src/Generated/Sites/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Permissions/PermissionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the permission resources from the permissions navigation property on a site. This API is supported in the following national cloud deployments. + * Get the permission resources from the permissions navigation property on a site. This API is available in the following national cloud deployments. */ class PermissionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/Sites/SitesRequestBuilder.php b/src/Generated/Sites/Item/Sites/SitesRequestBuilder.php index 197ed761b3e..99a31a68c75 100644 --- a/src/Generated/Sites/Item/Sites/SitesRequestBuilder.php +++ b/src/Generated/Sites/Item/Sites/SitesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments. + * Get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments. * @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SitesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments. + * Get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments. * @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/Sites/SitesRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/Sites/SitesRequestBuilderGetQueryParameters.php index 972dfd4ece4..e399c95d63f 100644 --- a/src/Generated/Sites/Item/Sites/SitesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/Sites/SitesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a collection of subsites defined for a site][]. This API is supported in the following [national cloud deployments. + * Get a collection of subsites defined for a site][]. This API is available in the following [national cloud deployments. */ class SitesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.php index 239f3b60648..fdb6c07c674 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?GroupsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new group object in a term store. This API is supported in the following national cloud deployments. + * Create a new group object in a term store. This API is available in the following national cloud deployments. * @param Group $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Group $body, ?GroupsRequestBuilderPostRequestConfiguration } /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?GroupsRequestBuilderGetRequestConfigura } /** - * Create a new group object in a term store. This API is supported in the following national cloud deployments. + * Create a new group object in a term store. This API is available in the following national cloud deployments. * @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/Sites/Item/TermStore/Groups/GroupsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilderGetQueryParameters.php index ded010878f1..cd1b9208f99 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Groups/GroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. */ class GroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.php index 7698510b015..571afe88fc6 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a group object in a term store]. This API is supported in the following [national cloud deployments. + * Delete a group object in a term store]. This API is available in the following [national cloud deployments. * @param GroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?GroupItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0 Find more info here @@ -97,7 +97,7 @@ public function patch(Group $body, ?GroupItemRequestBuilderPatchRequestConfigura } /** - * Delete a group object in a term store]. This API is supported in the following [national cloud deployments. + * Delete a group object in a term store]. This API is available in the following [national cloud deployments. * @param GroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?GroupItemRequestBuilderDeleteRequest } /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php index 2b787d6450c..d846871aa01 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. */ class GroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php index fdccc52aaeb..5f88fa82ea3 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index c2991cb93fd..2ff4833c30b 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php index 56437eca06c..bb4e4444f08 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index 1ea9369b4cd..33fdc4b9aa2 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php index 925604da34e..daa9393e400 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index 7ce95a8fa72..659b55344cf 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php index 426718d51ea..8977fb8b9db 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index 3122b97e415..f121d89d548 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.php index 089e9694dbf..997b5e95c8c 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php index 675188dcf13..199c3ad46c7 100644 --- a/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.php index 65066955114..848311634d0 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index 1c2235b63cd..230cb745fbc 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php index 776c4a78c3e..bdf2f30a183 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index c3dd1b2e2cd..785f1afdddc 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php index 8a40512cbeb..055034ea9d1 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index 3fb0137efd2..25dcf29d0c4 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php index f8eb9e0b1ca..e756d6656d9 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index c3776472cc5..c7686e0476d 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php index 12176e60ade..1a12bd391c2 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index b4699c28fd0..30672e04888 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php index 973c70bad6a..14fb6d38ac5 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php index 117d784697b..bfab427c0de 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.php index a3fc1c9fb77..dcf92f635ba 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index fc322e9f76c..8d7386c0518 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.php index 16420ca5cd6..d08f9ad036d 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a set object. This API is supported in the following national cloud deployments. + * Delete a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?SetItemRequestBuilderDeleteRequestConfiguration $request } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0 Find more info here @@ -102,7 +102,7 @@ public function get(?SetItemRequestBuilderGetRequestConfiguration $requestConfig } /** - * Update the properties of a set object. This API is supported in the following national cloud deployments. + * Update the properties of a set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function patch(Set $body, ?SetItemRequestBuilderPatchRequestConfiguration } /** - * Delete a set object. This API is supported in the following national cloud deployments. + * Delete a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -139,7 +139,7 @@ public function toDeleteRequestInformation(?SetItemRequestBuilderDeleteRequestCo } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -160,7 +160,7 @@ public function toGetRequestInformation(?SetItemRequestBuilderGetRequestConfigur } /** - * Update the properties of a set object. This API is supported in the following national cloud deployments. + * Update the properties of a set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilderGetQueryParameters.php index 1380a454726..a47b5fac5c4 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. */ class SetItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.php index 149553a186c..72c4fea9e6c 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index c603db1f198..38693698e62 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.php index fd115ad5008..da01d18e47f 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index f8e0f79f74f..575253b4b66 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilder.php b/src/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilder.php index 4fc1bc95841..5bfaaebcd5d 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?SetsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Create a new set object. This API is supported in the following national cloud deployments. + * Create a new set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?SetsRequestBuilderGetRequestConfigurati } /** - * Create a new set object. This API is supported in the following national cloud deployments. + * Create a new set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilderGetQueryParameters.php index e590c42cfea..80ab0cd43b2 100644 --- a/src/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStore/TermStoreRequestBuilder.php b/src/Generated/Sites/Item/TermStore/TermStoreRequestBuilder.php index 8cd6c8eb592..fe9c2939875 100644 --- a/src/Generated/Sites/Item/TermStore/TermStoreRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStore/TermStoreRequestBuilder.php @@ -66,7 +66,7 @@ public function delete(?TermStoreRequestBuilderDeleteRequestConfiguration $reque } /** - * Read the properties and relationships of a store object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a store object. This API is available in the following national cloud deployments. * @param TermStoreRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0 Find more info here @@ -85,7 +85,7 @@ public function get(?TermStoreRequestBuilderGetRequestConfiguration $requestConf } /** - * Update the properties of a store object. This API is supported in the following national cloud deployments. + * Update the properties of a store object. This API is available in the following national cloud deployments. * @param Store $body The request body * @param TermStoreRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?TermStoreRequestBuilderDeleteRequest } /** - * Read the properties and relationships of a store object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a store object. This API is available in the following national cloud deployments. * @param TermStoreRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -143,7 +143,7 @@ public function toGetRequestInformation(?TermStoreRequestBuilderGetRequestConfig } /** - * Update the properties of a store object. This API is supported in the following national cloud deployments. + * Update the properties of a store object. This API is available in the following national cloud deployments. * @param Store $body The request body * @param TermStoreRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStore/TermStoreRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStore/TermStoreRequestBuilderGetQueryParameters.php index 804008b5d59..e60604308a5 100644 --- a/src/Generated/Sites/Item/TermStore/TermStoreRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStore/TermStoreRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a store object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a store object. This API is available in the following national cloud deployments. */ class TermStoreRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.php index fc52cdca473..9282cf0acc0 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?GroupsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new group object in a term store. This API is supported in the following national cloud deployments. + * Create a new group object in a term store. This API is available in the following national cloud deployments. * @param Group $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Group $body, ?GroupsRequestBuilderPostRequestConfiguration } /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. * @param GroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?GroupsRequestBuilderGetRequestConfigura } /** - * Create a new group object in a term store. This API is supported in the following national cloud deployments. + * Create a new group object in a term store. This API is available in the following national cloud deployments. * @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/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilderGetQueryParameters.php index 33a787af7e9..038ac283db1 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of group objects in a term store. This API is supported in the following national cloud deployments. + * Get a list of group objects in a term store. This API is available in the following national cloud deployments. */ class GroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.php index a722597593f..9040aa59db3 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a group object in a term store]. This API is supported in the following [national cloud deployments. + * Delete a group object in a term store]. This API is available in the following [national cloud deployments. * @param GroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?GroupItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0 Find more info here @@ -97,7 +97,7 @@ public function patch(Group $body, ?GroupItemRequestBuilderPatchRequestConfigura } /** - * Delete a group object in a term store]. This API is supported in the following [national cloud deployments. + * Delete a group object in a term store]. This API is available in the following [national cloud deployments. * @param GroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?GroupItemRequestBuilderDeleteRequest } /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. * @param GroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php index 672f9e062e4..84c8c71e902 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term store group object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term store group object. This API is available in the following national cloud deployments. */ class GroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php index 24d2374e445..cdeabd46502 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index 530c028e721..a840e3e6608 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php index 870cedf60a6..bde73641e4b 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index 2cb66ab2c60..a4c00d75a85 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php index d9b91369eb8..e1268ed6f7b 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index 05712cf3d7b..a3e6b01223a 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php index 2f00836db12..debe309014a 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index 434582791bd..23bc26e12b6 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.php index 462bcc9bfc1..57c92d57ea4 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php index 260c46d77b8..bd71fe0aaf6 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.php index 48a67919121..2bae2dbbf36 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index 9f104f21496..802056b68f8 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php index 415ef8371c0..d9c95863620 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChildrenRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Term $body, ?ChildrenRequestBuilderPostRequestConfiguration } /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. * @param ChildrenRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChildrenRequestBuilderGetRequestConfigu } /** - * Create a new term object. This API is supported in the following national cloud deployments. + * Create a new term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param ChildrenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php index 987e2381b86..d791557a036 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the first level children of a set] or [term] resource using the children navigation property. This API is supported in the following [national cloud deployments. + * Get the first level children of a set] or [term] resource using the children navigation property. This API is available in the following [national cloud deployments. */ class ChildrenRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php index 3eac059e8bc..e413a29a52d 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index e362d651281..5cd2fc04c23 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php index 3e0eb0dff00..d7fedad6155 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index 0de5f69228b..59707f944a2 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php index 2a0fcc6721f..7c87c55ef82 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index 526a7a427b8..4398f004e07 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php index 927a4855914..1c65d0c1378 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php index 3ef29314691..471bdd7ba42 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the set objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the set objects and their properties. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.php index 5135467cd28..2f0831b642e 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Relation $body, ?RelationsRequestBuilderPostRequestConfigur } /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. * @param RelationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php index 4a782bc19e7..6f899b2495f 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the different relation of a term] or [set] from the relations navigation property. This API is supported in the following [national cloud deployments. + * Get the different relation of a term] or [set] from the relations navigation property. This API is available in the following [national cloud deployments. */ class RelationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.php index 4fa79d4a083..58f6cc794c9 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a set object. This API is supported in the following national cloud deployments. + * Delete a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?SetItemRequestBuilderDeleteRequestConfiguration $request } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0 Find more info here @@ -102,7 +102,7 @@ public function get(?SetItemRequestBuilderGetRequestConfiguration $requestConfig } /** - * Update the properties of a set object. This API is supported in the following national cloud deployments. + * Update the properties of a set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function patch(Set $body, ?SetItemRequestBuilderPatchRequestConfiguration } /** - * Delete a set object. This API is supported in the following national cloud deployments. + * Delete a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -139,7 +139,7 @@ public function toDeleteRequestInformation(?SetItemRequestBuilderDeleteRequestCo } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -160,7 +160,7 @@ public function toGetRequestInformation(?SetItemRequestBuilderGetRequestConfigur } /** - * Update the properties of a set object. This API is supported in the following national cloud deployments. + * Update the properties of a set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilderGetQueryParameters.php index 0baff0296cd..95e531d693e 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. */ class SetItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php index 58da757b368..36ead9a701d 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TermItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?TermItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(Term $body, ?TermItemRequestBuilderPatchRequestConfigurati } /** - * Delete a term object. This API is supported in the following national cloud deployments. + * Delete a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?TermItemRequestBuilderDeleteRequestC } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?TermItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a term object. This API is supported in the following national cloud deployments. + * Update the properties of a term object. This API is available in the following national cloud deployments. * @param Term $body The request body * @param TermItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php index bbfb57b0c3e..6b69d363e81 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.php index 4054928c5ca..60a366a657d 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(Term $body, ?TermsRequestBuilderPostRequestConfiguration $r } /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. * @param TermsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php index c56fd9447d5..8ae8a8c64ed 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a term object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a term object. This API is available in the following national cloud deployments. */ class TermsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.php b/src/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.php index cc5268faaa8..2cdb882960a 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?SetsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Create a new set object. This API is supported in the following national cloud deployments. + * Create a new set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Set $body, ?SetsRequestBuilderPostRequestConfiguration $req } /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. * @param SetsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?SetsRequestBuilderGetRequestConfigurati } /** - * Create a new set object. This API is supported in the following national cloud deployments. + * Create a new set object. This API is available in the following national cloud deployments. * @param Set $body The request body * @param SetsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilderGetQueryParameters.php b/src/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilderGetQueryParameters.php index 7a0719de4e6..de2e104469f 100644 --- a/src/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/Item/TermStores/Item/Sets/SetsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a set object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a set object. This API is available in the following national cloud deployments. */ class SetsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Sites/Remove/RemovePostRequestBody.php b/src/Generated/Sites/Remove/RemovePostRequestBody.php index 61fd3bd2368..4cce82f1dfa 100644 --- a/src/Generated/Sites/Remove/RemovePostRequestBody.php +++ b/src/Generated/Sites/Remove/RemovePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Remov } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Sites/SitesRequestBuilder.php b/src/Generated/Sites/SitesRequestBuilder.php index da4584a0e87..c449f3e2a0f 100644 --- a/src/Generated/Sites/SitesRequestBuilder.php +++ b/src/Generated/Sites/SitesRequestBuilder.php @@ -76,7 +76,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale. This API is supported in the following national cloud deployments. + * List all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale. This API is available in the following national cloud deployments. * @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0 Find more info here @@ -95,7 +95,7 @@ public function get(?SitesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * List all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale. This API is supported in the following national cloud deployments. + * List all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale. This API is available in the following national cloud deployments. * @param SitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Sites/SitesRequestBuilderGetQueryParameters.php b/src/Generated/Sites/SitesRequestBuilderGetQueryParameters.php index 1dc3b41dc8e..33f0dd6fe33 100644 --- a/src/Generated/Sites/SitesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Sites/SitesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale. This API is supported in the following national cloud deployments. + * List all available [sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a [$search][] query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites][]. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale. This API is available in the following national cloud deployments. */ class SitesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilder.php index e957a56e8fa..9b0c385528b 100644 --- a/src/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the id and displayName of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its id in a GET operation. This API is supported in the following national cloud deployments. + * Get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the id and displayName of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its id in a GET operation. This API is available in the following national cloud deployments. * @param BookingBusinessesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?BookingBusinessesRequestBuilderGetRequestConfiguration $req } /** - * Create a new Microsoft Bookings business in a tenant. This is the first step in setting up a Bookings business where you must specify the business display name. You can include other information such as business address, web site address, and scheduling policy, or set that information later by updating the bookingBusiness. This API is supported in the following national cloud deployments. + * Create a new Microsoft Bookings business in a tenant. This is the first step in setting up a Bookings business where you must specify the business display name. You can include other information such as business address, web site address, and scheduling policy, or set that information later by updating the bookingBusiness. This API is available in the following national cloud deployments. * @param BookingBusiness $body The request body * @param BookingBusinessesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(BookingBusiness $body, ?BookingBusinessesRequestBuilderPost } /** - * Get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the id and displayName of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its id in a GET operation. This API is supported in the following national cloud deployments. + * Get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the id and displayName of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its id in a GET operation. This API is available in the following national cloud deployments. * @param BookingBusinessesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?BookingBusinessesRequestBuilderGetReque } /** - * Create a new Microsoft Bookings business in a tenant. This is the first step in setting up a Bookings business where you must specify the business display name. You can include other information such as business address, web site address, and scheduling policy, or set that information later by updating the bookingBusiness. This API is supported in the following national cloud deployments. + * Create a new Microsoft Bookings business in a tenant. This is the first step in setting up a Bookings business where you must specify the business display name. You can include other information such as business address, web site address, and scheduling policy, or set that information later by updating the bookingBusiness. This API is available in the following national cloud deployments. * @param BookingBusiness $body The request body * @param BookingBusinessesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilderGetQueryParameters.php index e6f51e58472..c8f8fd3a0b8 100644 --- a/src/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/BookingBusinessesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the id and displayName of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its id in a GET operation. This API is supported in the following national cloud deployments. + * Get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the id and displayName of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its id in a GET operation. This API is available in the following national cloud deployments. */ class BookingBusinessesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilder.php index 035f25ece49..33894e52559 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of bookingAppointment objects for the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get a list of bookingAppointment objects for the specified bookingBusiness. This API is available in the following national cloud deployments. * @param AppointmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AppointmentsRequestBuilderGetRequestConfiguration $requestC } /** - * Create a new bookingAppointment for the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Create a new bookingAppointment for the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingAppointment $body The request body * @param AppointmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(BookingAppointment $body, ?AppointmentsRequestBuilderPostRe } /** - * Get a list of bookingAppointment objects for the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get a list of bookingAppointment objects for the specified bookingBusiness. This API is available in the following national cloud deployments. * @param AppointmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AppointmentsRequestBuilderGetRequestCon } /** - * Create a new bookingAppointment for the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Create a new bookingAppointment for the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingAppointment $body The request body * @param AppointmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilderGetQueryParameters.php index ac69ae15c07..c98428f4510 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/AppointmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of bookingAppointment objects for the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get a list of bookingAppointment objects for the specified bookingBusiness. This API is available in the following national cloud deployments. */ class AppointmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/BookingAppointmentItemRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/BookingAppointmentItemRequestBuilder.php index fc4177c1c42..34e5e7798a5 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/BookingAppointmentItemRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/BookingAppointmentItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a bookingAppointment in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Delete a bookingAppointment in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingAppointmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?BookingAppointmentItemRequestBuilderDeleteRequestConfigu } /** - * Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The startDateTime and endDateTime properties are always returned in UTC. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The startDateTime and endDateTime properties are always returned in UTC. This API is available in the following national cloud deployments. * @param BookingAppointmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?BookingAppointmentItemRequestBuilderGetRequestConfiguration } /** - * Update the properties of a bookingAppointment object in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Update the properties of a bookingAppointment object in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingAppointment $body The request body * @param BookingAppointmentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(BookingAppointment $body, ?BookingAppointmentItemRequestBu } /** - * Delete a bookingAppointment in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Delete a bookingAppointment in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingAppointmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?BookingAppointmentItemRequestBuilder } /** - * Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The startDateTime and endDateTime properties are always returned in UTC. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The startDateTime and endDateTime properties are always returned in UTC. This API is available in the following national cloud deployments. * @param BookingAppointmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?BookingAppointmentItemRequestBuilderGet } /** - * Update the properties of a bookingAppointment object in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Update the properties of a bookingAppointment object in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingAppointment $body The request body * @param BookingAppointmentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/BookingAppointmentItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/BookingAppointmentItemRequestBuilderGetQueryParameters.php index def4a5bc1ec..ef5f9bbb618 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/BookingAppointmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/BookingAppointmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The startDateTime and endDateTime properties are always returned in UTC. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The startDateTime and endDateTime properties are always returned in UTC. This API is available in the following national cloud deployments. */ class BookingAppointmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelPostRequestBody.php index 37a827d379e..2dbb111906f 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.php index 8a3538710a8..a1b5e06eff8 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. This API is supported in the following national cloud deployments. + * Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. This API is supported in the following national cloud deployments. + * Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/BookingBusinessItemRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/BookingBusinessItemRequestBuilder.php index b13dee43d7d..91b7076994a 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/BookingBusinessItemRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/BookingBusinessItemRequestBuilder.php @@ -104,7 +104,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a bookingBusiness object. This API is supported in the following national cloud deployments. + * Delete a bookingBusiness object. This API is available in the following national cloud deployments. * @param BookingBusinessItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0 Find more info here @@ -123,7 +123,7 @@ public function delete(?BookingBusinessItemRequestBuilderDeleteRequestConfigurat } /** - * Get the properties and relationships of a bookingBusiness object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingBusiness object. This API is available in the following national cloud deployments. * @param BookingBusinessItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0 Find more info here @@ -142,7 +142,7 @@ public function get(?BookingBusinessItemRequestBuilderGetRequestConfiguration $r } /** - * Update the properties of a bookingBusiness object. This API is supported in the following national cloud deployments. + * Update the properties of a bookingBusiness object. This API is available in the following national cloud deployments. * @param BookingBusiness $body The request body * @param BookingBusinessItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -162,7 +162,7 @@ public function patch(BookingBusiness $body, ?BookingBusinessItemRequestBuilderP } /** - * Delete a bookingBusiness object. This API is supported in the following national cloud deployments. + * Delete a bookingBusiness object. This API is available in the following national cloud deployments. * @param BookingBusinessItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -179,7 +179,7 @@ public function toDeleteRequestInformation(?BookingBusinessItemRequestBuilderDel } /** - * Get the properties and relationships of a bookingBusiness object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingBusiness object. This API is available in the following national cloud deployments. * @param BookingBusinessItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -200,7 +200,7 @@ public function toGetRequestInformation(?BookingBusinessItemRequestBuilderGetReq } /** - * Update the properties of a bookingBusiness object. This API is supported in the following national cloud deployments. + * Update the properties of a bookingBusiness object. This API is available in the following national cloud deployments. * @param BookingBusiness $body The request body * @param BookingBusinessItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/BookingBusinessItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/BookingBusinessItemRequestBuilderGetQueryParameters.php index fa4f701b320..1d1b32a423e 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/BookingBusinessItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/BookingBusinessItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a bookingBusiness object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingBusiness object. This API is available in the following national cloud deployments. */ class BookingBusinessItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php index 9197de28bd2..239a7d40e61 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php index 43b1790d7ea..8a10ffc29bb 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. This API is supported in the following national cloud deployments. + * Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. This API is supported in the following national cloud deployments. + * Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilder.php index 81dd770503d..0b838a6a46a 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the bookingCustomQuestion resources associated with a bookingBusiness. This API is supported in the following national cloud deployments. + * Get the bookingCustomQuestion resources associated with a bookingBusiness. This API is available in the following national cloud deployments. * @param CustomQuestionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CustomQuestionsRequestBuilderGetRequestConfiguration $reque } /** - * Create a new bookingCustomQuestion object. This API is supported in the following national cloud deployments. + * Create a new bookingCustomQuestion object. This API is available in the following national cloud deployments. * @param BookingCustomQuestion $body The request body * @param CustomQuestionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(BookingCustomQuestion $body, ?CustomQuestionsRequestBuilder } /** - * Get the bookingCustomQuestion resources associated with a bookingBusiness. This API is supported in the following national cloud deployments. + * Get the bookingCustomQuestion resources associated with a bookingBusiness. This API is available in the following national cloud deployments. * @param CustomQuestionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CustomQuestionsRequestBuilderGetRequest } /** - * Create a new bookingCustomQuestion object. This API is supported in the following national cloud deployments. + * Create a new bookingCustomQuestion object. This API is available in the following national cloud deployments. * @param BookingCustomQuestion $body The request body * @param CustomQuestionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilderGetQueryParameters.php index 304189ddc88..c9a1fbf02e5 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/CustomQuestionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the bookingCustomQuestion resources associated with a bookingBusiness. This API is supported in the following national cloud deployments. + * Get the bookingCustomQuestion resources associated with a bookingBusiness. This API is available in the following national cloud deployments. */ class CustomQuestionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Item/BookingCustomQuestionItemRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Item/BookingCustomQuestionItemRequestBuilder.php index 9f632e805c9..53d08144e31 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Item/BookingCustomQuestionItemRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Item/BookingCustomQuestionItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a bookingCustomQuestion object. This API is supported in the following national cloud deployments. + * Delete a bookingCustomQuestion object. This API is available in the following national cloud deployments. * @param BookingCustomQuestionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?BookingCustomQuestionItemRequestBuilderDeleteRequestConf } /** - * Read the properties and relationships of a bookingCustomQuestion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a bookingCustomQuestion object. This API is available in the following national cloud deployments. * @param BookingCustomQuestionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?BookingCustomQuestionItemRequestBuilderGetRequestConfigurat } /** - * Update the properties of a bookingCustomQuestion object. This API is supported in the following national cloud deployments. + * Update the properties of a bookingCustomQuestion object. This API is available in the following national cloud deployments. * @param BookingCustomQuestion $body The request body * @param BookingCustomQuestionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(BookingCustomQuestion $body, ?BookingCustomQuestionItemReq } /** - * Delete a bookingCustomQuestion object. This API is supported in the following national cloud deployments. + * Delete a bookingCustomQuestion object. This API is available in the following national cloud deployments. * @param BookingCustomQuestionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?BookingCustomQuestionItemRequestBuil } /** - * Read the properties and relationships of a bookingCustomQuestion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a bookingCustomQuestion object. This API is available in the following national cloud deployments. * @param BookingCustomQuestionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?BookingCustomQuestionItemRequestBuilder } /** - * Update the properties of a bookingCustomQuestion object. This API is supported in the following national cloud deployments. + * Update the properties of a bookingCustomQuestion object. This API is available in the following national cloud deployments. * @param BookingCustomQuestion $body The request body * @param BookingCustomQuestionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Item/BookingCustomQuestionItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Item/BookingCustomQuestionItemRequestBuilderGetQueryParameters.php index c564bfaf2f2..03e0d7158dc 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Item/BookingCustomQuestionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/CustomQuestions/Item/BookingCustomQuestionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a bookingCustomQuestion object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a bookingCustomQuestion object. This API is available in the following national cloud deployments. */ class BookingCustomQuestionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilder.php index 2f90e2df940..d98edfdf800 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of bookingCustomer objects of a business. This API is supported in the following national cloud deployments. + * Get a list of bookingCustomer objects of a business. This API is available in the following national cloud deployments. * @param CustomersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CustomersRequestBuilderGetRequestConfiguration $requestConf } /** - * Create a new bookingCustomer object. This API is supported in the following national cloud deployments. + * Create a new bookingCustomer object. This API is available in the following national cloud deployments. * @param BookingCustomerBase $body The request body * @param CustomersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(BookingCustomerBase $body, ?CustomersRequestBuilderPostRequ } /** - * Get a list of bookingCustomer objects of a business. This API is supported in the following national cloud deployments. + * Get a list of bookingCustomer objects of a business. This API is available in the following national cloud deployments. * @param CustomersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CustomersRequestBuilderGetRequestConfig } /** - * Create a new bookingCustomer object. This API is supported in the following national cloud deployments. + * Create a new bookingCustomer object. This API is available in the following national cloud deployments. * @param BookingCustomerBase $body The request body * @param CustomersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilderGetQueryParameters.php index e766826346d..5f21ae3b94b 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Customers/CustomersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of bookingCustomer objects of a business. This API is supported in the following national cloud deployments. + * Get a list of bookingCustomer objects of a business. This API is available in the following national cloud deployments. */ class CustomersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Customers/Item/BookingCustomerBaseItemRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/Customers/Item/BookingCustomerBaseItemRequestBuilder.php index 2ecbe29e1a8..cbdc166e0cd 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Customers/Item/BookingCustomerBaseItemRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Customers/Item/BookingCustomerBaseItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the specified bookingCustomer object. This API is supported in the following national cloud deployments. + * Delete the specified bookingCustomer object. This API is available in the following national cloud deployments. * @param BookingCustomerBaseItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?BookingCustomerBaseItemRequestBuilderDeleteRequestConfig } /** - * Get the properties and relationships of a bookingCustomer object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingCustomer object. This API is available in the following national cloud deployments. * @param BookingCustomerBaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?BookingCustomerBaseItemRequestBuilderGetRequestConfiguratio } /** - * Update the properties of a bookingCustomer object. This API is supported in the following national cloud deployments. + * Update the properties of a bookingCustomer object. This API is available in the following national cloud deployments. * @param BookingCustomerBase $body The request body * @param BookingCustomerBaseItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(BookingCustomerBase $body, ?BookingCustomerBaseItemRequest } /** - * Delete the specified bookingCustomer object. This API is supported in the following national cloud deployments. + * Delete the specified bookingCustomer object. This API is available in the following national cloud deployments. * @param BookingCustomerBaseItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?BookingCustomerBaseItemRequestBuilde } /** - * Get the properties and relationships of a bookingCustomer object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingCustomer object. This API is available in the following national cloud deployments. * @param BookingCustomerBaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?BookingCustomerBaseItemRequestBuilderGe } /** - * Update the properties of a bookingCustomer object. This API is supported in the following national cloud deployments. + * Update the properties of a bookingCustomer object. This API is available in the following national cloud deployments. * @param BookingCustomerBase $body The request body * @param BookingCustomerBaseItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Customers/Item/BookingCustomerBaseItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/Customers/Item/BookingCustomerBaseItemRequestBuilderGetQueryParameters.php index 008184ab056..67a47c37d05 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Customers/Item/BookingCustomerBaseItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Customers/Item/BookingCustomerBaseItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a bookingCustomer object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingCustomer object. This API is available in the following national cloud deployments. */ class BookingCustomerBaseItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityPostRequestBody.php b/src/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityPostRequestBody.php index 750947c5588..7026682b8cf 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityPostRequestBody.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetSt } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -127,16 +127,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.php index 761ea5d45bc..d1b75b33abd 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the availability information of staff members of a Microsoft Bookings calendar. This API is supported in the following national cloud deployments. + * Get the availability information of staff members of a Microsoft Bookings calendar. This API is available in the following national cloud deployments. * @param GetStaffAvailabilityPostRequestBody $body The request body * @param GetStaffAvailabilityRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetStaffAvailabilityPostRequestBody $body, ?GetStaffAvailab } /** - * Get the availability information of staff members of a Microsoft Bookings calendar. This API is supported in the following national cloud deployments. + * Get the availability information of staff members of a Microsoft Bookings calendar. This API is available in the following national cloud deployments. * @param GetStaffAvailabilityPostRequestBody $body The request body * @param GetStaffAvailabilityRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Publish/PublishRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/Publish/PublishRequestBuilder.php index aa152b3dc2d..2a8e1e9f973 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Publish/PublishRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Make the scheduling page of a business available to external customers. Set the isPublished property to true, and the publicUrl property to the URL of the scheduling page. This API is supported in the following national cloud deployments. + * Make the scheduling page of a business available to external customers. Set the isPublished property to true, and the publicUrl property to the URL of the scheduling page. This API is available in the following national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConf } /** - * Make the scheduling page of a business available to external customers. Set the isPublished property to true, and the publicUrl property to the URL of the scheduling page. This API is supported in the following national cloud deployments. + * Make the scheduling page of a business available to external customers. Set the isPublished property to true, and the publicUrl property to the URL of the scheduling page. This API is available in the following national cloud deployments. * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Services/Item/BookingServiceItemRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/Services/Item/BookingServiceItemRequestBuilder.php index 5a968816e6a..c57f221b2ff 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Services/Item/BookingServiceItemRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Services/Item/BookingServiceItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a bookingService object in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Delete a bookingService object in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingServiceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?BookingServiceItemRequestBuilderDeleteRequestConfigurati } /** - * Get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingServiceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?BookingServiceItemRequestBuilderGetRequestConfiguration $re } /** - * Update the properties of a bookingService object in the specified bookingBusiness. The following are some examples you can customize for a service:- Price- Typical length of an appointment- Reminders- Any time buffer to set up before or finish up after the service- Scheduling policy parameters, such as minimum notice to book or cancel, and whether customers can select specific staff members for an appointment. This API is supported in the following national cloud deployments. + * Update the properties of a bookingService object in the specified bookingBusiness. The following are some examples you can customize for a service:- Price- Typical length of an appointment- Reminders- Any time buffer to set up before or finish up after the service- Scheduling policy parameters, such as minimum notice to book or cancel, and whether customers can select specific staff members for an appointment. This API is available in the following national cloud deployments. * @param BookingService $body The request body * @param BookingServiceItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(BookingService $body, ?BookingServiceItemRequestBuilderPat } /** - * Delete a bookingService object in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Delete a bookingService object in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingServiceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?BookingServiceItemRequestBuilderDele } /** - * Get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingServiceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?BookingServiceItemRequestBuilderGetRequ } /** - * Update the properties of a bookingService object in the specified bookingBusiness. The following are some examples you can customize for a service:- Price- Typical length of an appointment- Reminders- Any time buffer to set up before or finish up after the service- Scheduling policy parameters, such as minimum notice to book or cancel, and whether customers can select specific staff members for an appointment. This API is supported in the following national cloud deployments. + * Update the properties of a bookingService object in the specified bookingBusiness. The following are some examples you can customize for a service:- Price- Typical length of an appointment- Reminders- Any time buffer to set up before or finish up after the service- Scheduling policy parameters, such as minimum notice to book or cancel, and whether customers can select specific staff members for an appointment. This API is available in the following national cloud deployments. * @param BookingService $body The request body * @param BookingServiceItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Services/Item/BookingServiceItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/Services/Item/BookingServiceItemRequestBuilderGetQueryParameters.php index 8d9220d606c..aa8764c509c 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Services/Item/BookingServiceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Services/Item/BookingServiceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingService object in the specified bookingBusiness. This API is available in the following national cloud deployments. */ class BookingServiceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilder.php index 51633d8297c..425ae068555 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of bookingService objects in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get a list of bookingService objects in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param ServicesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ServicesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new bookingService for the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Create a new bookingService for the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingService $body The request body * @param ServicesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(BookingService $body, ?ServicesRequestBuilderPostRequestCon } /** - * Get a list of bookingService objects in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get a list of bookingService objects in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param ServicesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ServicesRequestBuilderGetRequestConfigu } /** - * Create a new bookingService for the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Create a new bookingService for the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingService $body The request body * @param ServicesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilderGetQueryParameters.php index 31eb6405c14..4f130bf5df0 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Services/ServicesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of bookingService objects in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get a list of bookingService objects in the specified bookingBusiness. This API is available in the following national cloud deployments. */ class ServicesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Item/BookingStaffMemberBaseItemRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Item/BookingStaffMemberBaseItemRequestBuilder.php index 1109cf0218b..1fbc2d597c6 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Item/BookingStaffMemberBaseItemRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Item/BookingStaffMemberBaseItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Delete a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingStaffMemberBaseItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?BookingStaffMemberBaseItemRequestBuilderDeleteRequestCon } /** - * Get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingStaffMemberBaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?BookingStaffMemberBaseItemRequestBuilderGetRequestConfigura } /** - * Update the properties of a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Update the properties of a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingStaffMemberBase $body The request body * @param BookingStaffMemberBaseItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(BookingStaffMemberBase $body, ?BookingStaffMemberBaseItemR } /** - * Delete a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Delete a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingStaffMemberBaseItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?BookingStaffMemberBaseItemRequestBui } /** - * Get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingStaffMemberBaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?BookingStaffMemberBaseItemRequestBuilde } /** - * Update the properties of a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Update the properties of a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingStaffMemberBase $body The request body * @param BookingStaffMemberBaseItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Item/BookingStaffMemberBaseItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Item/BookingStaffMemberBaseItemRequestBuilderGetQueryParameters.php index 60e4d8dd9c7..6bf3383f98f 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Item/BookingStaffMemberBaseItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/Item/BookingStaffMemberBaseItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments. */ class BookingStaffMemberBaseItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilder.php index 2136b0bd2fc..5c42eef7e0b 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of bookingStaffMember objects in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get a list of bookingStaffMember objects in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param StaffMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?StaffMembersRequestBuilderGetRequestConfiguration $requestC } /** - * Create a new bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Create a new bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingStaffMemberBase $body The request body * @param StaffMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(BookingStaffMemberBase $body, ?StaffMembersRequestBuilderPo } /** - * Get a list of bookingStaffMember objects in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get a list of bookingStaffMember objects in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param StaffMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?StaffMembersRequestBuilderGetRequestCon } /** - * Create a new bookingStaffMember in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Create a new bookingStaffMember in the specified bookingBusiness. This API is available in the following national cloud deployments. * @param BookingStaffMemberBase $body The request body * @param StaffMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilderGetQueryParameters.php index 1ff445c4707..e8437e25802 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/StaffMembers/StaffMembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of bookingStaffMember objects in the specified bookingBusiness. This API is supported in the following national cloud deployments. + * Get a list of bookingStaffMember objects in the specified bookingBusiness. This API is available in the following national cloud deployments. */ class StaffMembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.php b/src/Generated/Solutions/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.php index ae89475a831..e2858459b2f 100644 --- a/src/Generated/Solutions/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.php +++ b/src/Generated/Solutions/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and the publicUrl property to null. This API is supported in the following national cloud deployments. + * Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and the publicUrl property to null. This API is available in the following national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestCo } /** - * Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and the publicUrl property to null. This API is supported in the following national cloud deployments. + * Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and the publicUrl property to null. This API is available in the following national cloud deployments. * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilder.php b/src/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilder.php index 3ca71fc01c1..76c0b873fdb 100644 --- a/src/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilder.php +++ b/src/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is supported in the following national cloud deployments. + * Get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is available in the following national cloud deployments. * @param BookingCurrenciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(BookingCurrency $body, ?BookingCurrenciesRequestBuilderPost } /** - * Get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is supported in the following national cloud deployments. + * Get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is available in the following national cloud deployments. * @param BookingCurrenciesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilderGetQueryParameters.php index 06834a1bb81..d301f9d625d 100644 --- a/src/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingCurrencies/BookingCurrenciesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is supported in the following national cloud deployments. + * Get a list of bookingCurrency objects available to a Microsoft Bookings business. This API is available in the following national cloud deployments. */ class BookingCurrenciesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Solutions/BookingCurrencies/Item/BookingCurrencyItemRequestBuilder.php b/src/Generated/Solutions/BookingCurrencies/Item/BookingCurrencyItemRequestBuilder.php index db411cff0c3..4541e7c8fd7 100644 --- a/src/Generated/Solutions/BookingCurrencies/Item/BookingCurrencyItemRequestBuilder.php +++ b/src/Generated/Solutions/BookingCurrencies/Item/BookingCurrencyItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BookingCurrencyItemRequestBuilderDeleteRequestConfigurat } /** - * Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency. This API is supported in the following national cloud deployments. + * Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency. This API is available in the following national cloud deployments. * @param BookingCurrencyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?BookingCurrencyItemRequestBuilderDel } /** - * Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency. This API is supported in the following national cloud deployments. + * Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency. This API is available in the following national cloud deployments. * @param BookingCurrencyItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Solutions/BookingCurrencies/Item/BookingCurrencyItemRequestBuilderGetQueryParameters.php b/src/Generated/Solutions/BookingCurrencies/Item/BookingCurrencyItemRequestBuilderGetQueryParameters.php index d3d477ce48e..c628ab4c855 100644 --- a/src/Generated/Solutions/BookingCurrencies/Item/BookingCurrencyItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Solutions/BookingCurrencies/Item/BookingCurrencyItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency. This API is supported in the following national cloud deployments. + * Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency. This API is available in the following national cloud deployments. */ class BookingCurrencyItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/SubscribedSkus/Item/SubscribedSkuItemRequestBuilder.php b/src/Generated/SubscribedSkus/Item/SubscribedSkuItemRequestBuilder.php index 5e957113a76..83db258c454 100644 --- a/src/Generated/SubscribedSkus/Item/SubscribedSkuItemRequestBuilder.php +++ b/src/Generated/SubscribedSkus/Item/SubscribedSkuItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?SubscribedSkuItemRequestBuilderDeleteRequestConfiguratio } /** - * Get a specific commercial subscription that an organization has acquired. This API is supported in the following national cloud deployments. + * Get a specific commercial subscription that an organization has acquired. This API is available in the following national cloud deployments. * @param SubscribedSkuItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?SubscribedSkuItemRequestBuilderDelet } /** - * Get a specific commercial subscription that an organization has acquired. This API is supported in the following national cloud deployments. + * Get a specific commercial subscription that an organization has acquired. This API is available in the following national cloud deployments. * @param SubscribedSkuItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/SubscribedSkus/Item/SubscribedSkuItemRequestBuilderGetQueryParameters.php b/src/Generated/SubscribedSkus/Item/SubscribedSkuItemRequestBuilderGetQueryParameters.php index 2427b31c913..4e6ab73dd98 100644 --- a/src/Generated/SubscribedSkus/Item/SubscribedSkuItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/SubscribedSkus/Item/SubscribedSkuItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a specific commercial subscription that an organization has acquired. This API is supported in the following national cloud deployments. + * Get a specific commercial subscription that an organization has acquired. This API is available in the following national cloud deployments. */ class SubscribedSkuItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/SubscribedSkus/SubscribedSkusRequestBuilder.php b/src/Generated/SubscribedSkus/SubscribedSkusRequestBuilder.php index 7af773341c4..7e45773971d 100644 --- a/src/Generated/SubscribedSkus/SubscribedSkusRequestBuilder.php +++ b/src/Generated/SubscribedSkus/SubscribedSkusRequestBuilder.php @@ -45,7 +45,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Microsoft Entra admin center or the Microsoft 365 admin center against their Microsoft Graph skuId and skuPartNumber properties, see Product names and service plan identifiers for licensing. This API is supported in the following national cloud deployments. + * Get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Microsoft Entra admin center or the Microsoft 365 admin center against their Microsoft Graph skuId and skuPartNumber properties, see Product names and service plan identifiers for licensing. This API is available in the following national cloud deployments. * @param SubscribedSkusRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function post(SubscribedSku $body, ?SubscribedSkusRequestBuilderPostReque } /** - * Get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Microsoft Entra admin center or the Microsoft 365 admin center against their Microsoft Graph skuId and skuPartNumber properties, see Product names and service plan identifiers for licensing. This API is supported in the following national cloud deployments. + * Get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Microsoft Entra admin center or the Microsoft 365 admin center against their Microsoft Graph skuId and skuPartNumber properties, see Product names and service plan identifiers for licensing. This API is available in the following national cloud deployments. * @param SubscribedSkusRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/SubscribedSkus/SubscribedSkusRequestBuilderGetQueryParameters.php b/src/Generated/SubscribedSkus/SubscribedSkusRequestBuilderGetQueryParameters.php index 1b75714ae98..0a088362b25 100644 --- a/src/Generated/SubscribedSkus/SubscribedSkusRequestBuilderGetQueryParameters.php +++ b/src/Generated/SubscribedSkus/SubscribedSkusRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Microsoft Entra admin center or the Microsoft 365 admin center against their Microsoft Graph skuId and skuPartNumber properties, see Product names and service plan identifiers for licensing. This API is supported in the following national cloud deployments. + * Get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Microsoft Entra admin center or the Microsoft 365 admin center against their Microsoft Graph skuId and skuPartNumber properties, see Product names and service plan identifiers for licensing. This API is available in the following national cloud deployments. */ class SubscribedSkusRequestBuilderGetQueryParameters { diff --git a/src/Generated/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php b/src/Generated/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php index 17f28f0a7ec..f42f88f1a9e 100644 --- a/src/Generated/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php +++ b/src/Generated/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ReauthorizeRequestBuilderPostRequestConfiguration $request } /** - * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is supported in the following national cloud deployments. + * Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Subscriptions/Item/SubscriptionItemRequestBuilder.php b/src/Generated/Subscriptions/Item/SubscriptionItemRequestBuilder.php index ee931a82815..55deb2ceee3 100644 --- a/src/Generated/Subscriptions/Item/SubscriptionItemRequestBuilder.php +++ b/src/Generated/Subscriptions/Item/SubscriptionItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section. This API is supported in the following national cloud deployments. + * Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section. This API is available in the following national cloud deployments. * @param SubscriptionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?SubscriptionItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications. This API is available in the following national cloud deployments. * @param SubscriptionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?SubscriptionItemRequestBuilderGetRequestConfiguration $requ } /** - * Renew a subscription by extending its expiry time. The table in the Permissions section lists the resources that support subscribing to change notifications. Subscriptions expire after a length of time that varies by resource type. In order to avoid missing change notifications, an app should renew its subscriptions well in advance of their expiry date. See subscription for maximum length of a subscription for each resource type. This API is supported in the following national cloud deployments. + * Renew a subscription by extending its expiry time. The table in the Permissions section lists the resources that support subscribing to change notifications. Subscriptions expire after a length of time that varies by resource type. In order to avoid missing change notifications, an app should renew its subscriptions well in advance of their expiry date. See subscription for maximum length of a subscription for each resource type. This API is available in the following national cloud deployments. * @param Subscription $body The request body * @param SubscriptionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(Subscription $body, ?SubscriptionItemRequestBuilderPatchRe } /** - * Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section. This API is supported in the following national cloud deployments. + * Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section. This API is available in the following national cloud deployments. * @param SubscriptionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?SubscriptionItemRequestBuilderDelete } /** - * Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications. This API is available in the following national cloud deployments. * @param SubscriptionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?SubscriptionItemRequestBuilderGetReques } /** - * Renew a subscription by extending its expiry time. The table in the Permissions section lists the resources that support subscribing to change notifications. Subscriptions expire after a length of time that varies by resource type. In order to avoid missing change notifications, an app should renew its subscriptions well in advance of their expiry date. See subscription for maximum length of a subscription for each resource type. This API is supported in the following national cloud deployments. + * Renew a subscription by extending its expiry time. The table in the Permissions section lists the resources that support subscribing to change notifications. Subscriptions expire after a length of time that varies by resource type. In order to avoid missing change notifications, an app should renew its subscriptions well in advance of their expiry date. See subscription for maximum length of a subscription for each resource type. This API is available in the following national cloud deployments. * @param Subscription $body The request body * @param SubscriptionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Subscriptions/Item/SubscriptionItemRequestBuilderGetQueryParameters.php b/src/Generated/Subscriptions/Item/SubscriptionItemRequestBuilderGetQueryParameters.php index 7cc34e9de21..8dca4060220 100644 --- a/src/Generated/Subscriptions/Item/SubscriptionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Subscriptions/Item/SubscriptionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications. This API is available in the following national cloud deployments. */ class SubscriptionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Subscriptions/SubscriptionsRequestBuilder.php b/src/Generated/Subscriptions/SubscriptionsRequestBuilder.php index e3c7be987eb..07cb1f0e967 100644 --- a/src/Generated/Subscriptions/SubscriptionsRequestBuilder.php +++ b/src/Generated/Subscriptions/SubscriptionsRequestBuilder.php @@ -45,7 +45,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of webhook subscriptions, based on the app ID, the user, and the user's role with a tenant. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of webhook subscriptions, based on the app ID, the user, and the user's role with a tenant. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section. This API is available in the following national cloud deployments. * @param SubscriptionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0 Find more info here @@ -64,7 +64,7 @@ public function get(?SubscriptionsRequestBuilderGetRequestConfiguration $request } /** - * Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. To identify the resources for which you can create subscriptions and the limitations on subscriptions, see Set up notifications for changes in resource data: Supported resources. Some resources support rich notifications, that is, notifications that include resource data. For more information about these resources, see Set up change notifications that include resource data: Supported resources. This API is supported in the following national cloud deployments. + * Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. To identify the resources for which you can create subscriptions and the limitations on subscriptions, see Set up notifications for changes in resource data: Supported resources. Some resources support rich notifications, that is, notifications that include resource data. For more information about these resources, see Set up change notifications that include resource data: Supported resources. This API is available in the following national cloud deployments. * @param Subscription $body The request body * @param SubscriptionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -84,7 +84,7 @@ public function post(Subscription $body, ?SubscriptionsRequestBuilderPostRequest } /** - * Retrieve the properties and relationships of webhook subscriptions, based on the app ID, the user, and the user's role with a tenant. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of webhook subscriptions, based on the app ID, the user, and the user's role with a tenant. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section. This API is available in the following national cloud deployments. * @param SubscriptionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -105,7 +105,7 @@ public function toGetRequestInformation(?SubscriptionsRequestBuilderGetRequestCo } /** - * Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. To identify the resources for which you can create subscriptions and the limitations on subscriptions, see Set up notifications for changes in resource data: Supported resources. Some resources support rich notifications, that is, notifications that include resource data. For more information about these resources, see Set up change notifications that include resource data: Supported resources. This API is supported in the following national cloud deployments. + * Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. To identify the resources for which you can create subscriptions and the limitations on subscriptions, see Set up notifications for changes in resource data: Supported resources. Some resources support rich notifications, that is, notifications that include resource data. For more information about these resources, see Set up change notifications that include resource data: Supported resources. This API is available in the following national cloud deployments. * @param Subscription $body The request body * @param SubscriptionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Subscriptions/SubscriptionsRequestBuilderGetQueryParameters.php b/src/Generated/Subscriptions/SubscriptionsRequestBuilderGetQueryParameters.php index e011c1d9fb4..2c17d65c4b6 100644 --- a/src/Generated/Subscriptions/SubscriptionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Subscriptions/SubscriptionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of webhook subscriptions, based on the app ID, the user, and the user's role with a tenant. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of webhook subscriptions, based on the app ID, the user, and the user's role with a tenant. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section. This API is available in the following national cloud deployments. */ class SubscriptionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilder.php b/src/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilder.php index d94714747fa..39da1b38f98 100644 --- a/src/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilder.php +++ b/src/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of channels either in this team or shared with this team (incoming channels). This API is supported in the following national cloud deployments. + * Get the list of channels either in this team or shared with this team (incoming channels). This API is available in the following national cloud deployments. * @param AllChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AllChannelsRequestBuilderGetRequestConfiguration $requestCo } /** - * Get the list of channels either in this team or shared with this team (incoming channels). This API is supported in the following national cloud deployments. + * Get the list of channels either in this team or shared with this team (incoming channels). This API is available in the following national cloud deployments. * @param AllChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php index 47692762552..e69acf9b95c 100644 --- a/src/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of channels either in this team or shared with this team (incoming channels). This API is supported in the following national cloud deployments. + * Get the list of channels either in this team or shared with this team (incoming channels). This API is available in the following national cloud deployments. */ class AllChannelsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Archive/ArchivePostRequestBody.php b/src/Generated/Teams/Item/Archive/ArchivePostRequestBody.php index a280306a20f..92119b7e24e 100644 --- a/src/Generated/Teams/Item/Archive/ArchivePostRequestBody.php +++ b/src/Generated/Teams/Item/Archive/ArchivePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Archi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/Archive/ArchiveRequestBuilder.php b/src/Generated/Teams/Item/Archive/ArchiveRequestBuilder.php index fb8591216d5..d6ab205971a 100644 --- a/src/Generated/Teams/Item/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Teams/Item/Archive/ArchiveRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is supported in the following national cloud deployments. + * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is available in the following national cloud deployments. * @param ArchivePostRequestBody $body The request body * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostReq } /** - * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is supported in the following national cloud deployments. + * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is available in the following national cloud deployments. * @param ArchivePostRequestBody $body The request body * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Channels/ChannelsRequestBuilder.php b/src/Generated/Teams/Item/Channels/ChannelsRequestBuilder.php index 39e6a55fdd9..ccebc0a6757 100644 --- a/src/Generated/Teams/Item/Channels/ChannelsRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/ChannelsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of channels in this team. This API is supported in the following national cloud deployments. + * Retrieve the list of channels in this team. This API is available in the following national cloud deployments. * @param ChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ChannelsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is supported in the following national cloud deployments. + * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Channel $body, ?ChannelsRequestBuilderPostRequestConfigurat } /** - * Retrieve the list of channels in this team. This API is supported in the following national cloud deployments. + * Retrieve the list of channels in this team. This API is available in the following national cloud deployments. * @param ChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ChannelsRequestBuilderGetRequestConfigu } /** - * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is supported in the following national cloud deployments. + * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Channels/ChannelsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/ChannelsRequestBuilderGetQueryParameters.php index de09c4b7136..f44e5bdd4ce 100644 --- a/src/Generated/Teams/Item/Channels/ChannelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/ChannelsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of channels in this team. This API is supported in the following national cloud deployments. + * Retrieve the list of channels in this team. This API is available in the following national cloud deployments. */ class ChannelsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/ChannelItemRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/ChannelItemRequestBuilder.php index 8f5130c9df9..d6ff760a782 100644 --- a/src/Generated/Teams/Item/Channels/Item/ChannelItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/ChannelItemRequestBuilder.php @@ -104,7 +104,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the channel. This API is supported in the following national cloud deployments. + * Delete the channel. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0 Find more info here @@ -123,7 +123,7 @@ public function delete(?ChannelItemRequestBuilderDeleteRequestConfiguration $req } /** - * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0 Find more info here @@ -142,7 +142,7 @@ public function get(?ChannelItemRequestBuilderGetRequestConfiguration $requestCo } /** - * Update the properties of the specified channel. This API is supported in the following national cloud deployments. + * Update the properties of the specified channel. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -162,7 +162,7 @@ public function patch(Channel $body, ?ChannelItemRequestBuilderPatchRequestConfi } /** - * Delete the channel. This API is supported in the following national cloud deployments. + * Delete the channel. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -179,7 +179,7 @@ public function toDeleteRequestInformation(?ChannelItemRequestBuilderDeleteReque } /** - * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -200,7 +200,7 @@ public function toGetRequestInformation(?ChannelItemRequestBuilderGetRequestConf } /** - * Update the properties of the specified channel. This API is supported in the following national cloud deployments. + * Update the properties of the specified channel. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php index d5d6a9f3a5e..4c7e7dee609 100644 --- a/src/Generated/Teams/Item/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is available in the following national cloud deployments. */ class ChannelItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php index 315351de8e9..45887ae869a 100644 --- a/src/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php b/src/Generated/Teams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php index de4a3be05c3..f204a80b253 100644 --- a/src/Generated/Teams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php +++ b/src/Generated/Teams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DoesU } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php index 1a21a18050f..bcc68a66de3 100644 --- a/src/Generated/Teams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?FilesFolderRequestBuilderGetRequestConfiguration $requestCo } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php index 1453a059488..94fd8ed6561 100644 --- a/src/Generated/Teams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. */ class FilesFolderRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Members/Add/AddPostRequestBody.php b/src/Generated/Teams/Item/Channels/Item/Members/Add/AddPostRequestBody.php index 5d884f4942b..c5cb4eb4951 100644 --- a/src/Generated/Teams/Item/Channels/Item/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Teams/Item/Channels/Item/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/Channels/Item/Members/Add/AddRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Members/Add/AddRequestBuilder.php index 2df07c087be..dcca7f3f420 100644 --- a/src/Generated/Teams/Item/Channels/Item/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php index 5a385011803..94afe392684 100644 --- a/src/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0 Find more info here @@ -70,11 +70,11 @@ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 Find more info here */ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -90,7 +90,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConversationMemberItemRequestBuilderGet } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index e202cc592e0..c724f779750 100644 --- a/src/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilder.php index 7182abc378f..ee8e40f1741 100644 --- a/src/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 Find more info here */ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php index 6aed0be43f5..929764ce834 100644 --- a/src/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php index 523f6c27974..f82545ebca7 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -117,7 +117,7 @@ public function get(?ChatMessageItemRequestBuilderGetRequestConfiguration $reque } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -175,7 +175,7 @@ public function toGetRequestInformation(?ChatMessageItemRequestBuilderGetRequest } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index 10c570b32ba..64fbdd15de8 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php index b6e1aaa7663..1eb1fed1482 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index 810ce8482cc..f5eafc77f32 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index dad753ab51c..26fcaeafe84 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index e9d4446cc0f..71e8795511f 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php index 9553c87f3d8..eb477cbbc29 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index 95c5c0777f9..a258886b97c 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php index 3197e55040e..98cceb73ca8 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index b3a5e1b7adf..5fc83f7df0b 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 82cbb1cc34c..05ef6d9304c 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 7d364e6b809..f99592f25d0 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php index 923f91bf334..e77f4773519 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php index e055ff7f5cb..7e04c653064 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 9954e0290a2..dedf9f438fa 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php index a33f8fa861b..50c7b08e478 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php index 8a4720f222c..a049ea1ec76 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?RepliesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfigu } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?RepliesRequestBuilderGetRequestConfigur } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php index 77403c96e9c..980c173edaa 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. */ class RepliesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php index 11069cfa647..d83cdf24334 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php index ef4f1a90254..4de27ff08a5 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 487859781ab..efd4ae233bc 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Teams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 6d407842c56..b52df8a21fb 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.php index 59cf99d7344..5e10300993f 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfig } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php index 70894b5d831..e7495f6c381 100644 --- a/src/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php index c1f6222d452..7910745d4b1 100644 --- a/src/Generated/Teams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ProvisionEmailRequestBuilderPostRequestConfiguration $requ } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php index 153bd444573..0909d0da98e 100644 --- a/src/Generated/Teams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RemoveEmailRequestBuilderPostRequestConfiguration $request } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php index 2de3ff87bbc..fa89a0a0a15 100644 --- a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AllowedMembersRequestBuilderGetRequestConfiguration $reques } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php index e78b8a06bbe..77eccfdd5fb 100644 --- a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. */ class AllowedMembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php index 700652f1c2c..2c65b0c9740 100644 --- a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?SharedWithChannelTeamInfoItemRequestBuilderDeleteRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(SharedWithChannelTeamInfo $body, ?SharedWithChannelTeamInf } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?SharedWithChannelTeamInfoItemRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php index ac8a7105d5b..cc54f577ff2 100644 --- a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php index 5e2507376c0..dd82b14b1fc 100644 --- a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SharedWithChannelTeamInfo $body, ?SharedWithTeamsRequestBui } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php index 19fa12a84a0..786eae3c474 100644 --- a/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithTeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php index c368fe1bb87..e354f683c5a 100644 --- a/src/Generated/Teams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamsTabItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamsTabItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamsTab $body, ?TeamsTabItemRequestBuilderPatchRequestCon } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamsTabItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamsTabItemRequestBuilderGetRequestCon } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php index aa483d2185a..de7a23a79a4 100644 --- a/src/Generated/Teams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. */ class TeamsTabItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilder.php b/src/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilder.php index f0ac2fba8ed..eef3ebd60c8 100644 --- a/src/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilder.php +++ b/src/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TabsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsTab $body, ?TabsRequestBuilderPostRequestConfiguration } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TabsRequestBuilderGetRequestConfigurati } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php index f2572d78961..794e3827cf3 100644 --- a/src/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. */ class TabsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Teams/Item/CompleteMigration/CompleteMigrationRequestBuilder.php index b5fcd416285..88f3a86a4b7 100644 --- a/src/Generated/Teams/Item/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Teams/Item/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r } /** - * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/EscapedClone/ClonePostRequestBody.php b/src/Generated/Teams/Item/EscapedClone/ClonePostRequestBody.php index 18909139728..ac49a86d17a 100644 --- a/src/Generated/Teams/Item/EscapedClone/ClonePostRequestBody.php +++ b/src/Generated/Teams/Item/EscapedClone/ClonePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Clone } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -160,16 +160,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/EscapedClone/CloneRequestBuilder.php b/src/Generated/Teams/Item/EscapedClone/CloneRequestBuilder.php index 40e90acb802..cd6f17ba5b8 100644 --- a/src/Generated/Teams/Item/EscapedClone/CloneRequestBuilder.php +++ b/src/Generated/Teams/Item/EscapedClone/CloneRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is supported in the following national cloud deployments. + * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is available in the following national cloud deployments. * @param ClonePostRequestBody $body The request body * @param CloneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ClonePostRequestBody $body, ?CloneRequestBuilderPostRequest } /** - * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is supported in the following national cloud deployments. + * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is available in the following national cloud deployments. * @param ClonePostRequestBody $body The request body * @param CloneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilder.php b/src/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilder.php index 5f886f68098..a75594def08 100644 --- a/src/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilder.php +++ b/src/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments. + * Get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments. * @param IncomingChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?IncomingChannelsRequestBuilderGetRequestConfiguration $requ } /** - * Get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments. + * Get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments. * @param IncomingChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php index 2f1569d0f82..ef443cb2786 100644 --- a/src/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments. + * Get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments. */ class IncomingChannelsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilder.php b/src/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilder.php index 0c3f1f3d124..4b61caab77b 100644 --- a/src/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilder.php +++ b/src/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?InstalledAppsRequestBuilderGetRequestConfiguration $request } /** - * Install an app to the specified team. This API is supported in the following national cloud deployments. + * Install an app to the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsAppInstallation $body, ?InstalledAppsRequestBuilderPos } /** - * Retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?InstalledAppsRequestBuilderGetRequestCo } /** - * Install an app to the specified team. This API is supported in the following national cloud deployments. + * Install an app to the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php index 7332e211a1d..307aec93ae2 100644 --- a/src/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments. */ class InstalledAppsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php b/src/Generated/Teams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php index 6d9c4006373..8813eb15b7c 100644 --- a/src/Generated/Teams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php +++ b/src/Generated/Teams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Uninstalls an app from the specified team. This API is supported in the following national cloud deployments. + * Uninstalls an app from the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TeamsAppInstallationItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the app installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function patch(TeamsAppInstallation $body, ?TeamsAppInstallationItemReque } /** - * Uninstalls an app from the specified team. This API is supported in the following national cloud deployments. + * Uninstalls an app from the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -130,7 +130,7 @@ public function toDeleteRequestInformation(?TeamsAppInstallationItemRequestBuild } /** - * Retrieve the app installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php index 614aeba1ef3..cd65cadd13d 100644 --- a/src/Generated/Teams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the app installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the specified team. This API is available in the following national cloud deployments. */ class TeamsAppInstallationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php b/src/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php index 1013dc0f261..7e59145361e 100644 --- a/src/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php +++ b/src/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Upgra } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php b/src/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php index 52b016c6165..a901c0ad3ef 100644 --- a/src/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php +++ b/src/Generated/Teams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Upgrade an app installation within a chat. This API is supported in the following national cloud deployments. + * Upgrade an app installation within a chat. This API is available in the following national cloud deployments. * @param UpgradePostRequestBody $body The request body * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(UpgradePostRequestBody $body, ?UpgradeRequestBuilderPostReq } /** - * Upgrade an app installation within a chat. This API is supported in the following national cloud deployments. + * Upgrade an app installation within a chat. This API is available in the following national cloud deployments. * @param UpgradePostRequestBody $body The request body * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Members/Add/AddPostRequestBody.php b/src/Generated/Teams/Item/Members/Add/AddPostRequestBody.php index 457b504648c..ab78231e5c5 100644 --- a/src/Generated/Teams/Item/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Teams/Item/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/Members/Add/AddRequestBuilder.php b/src/Generated/Teams/Item/Members/Add/AddRequestBuilder.php index f6289fd1435..457e7d9007c 100644 --- a/src/Generated/Teams/Item/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Teams/Item/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Teams/Item/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Teams/Item/Members/Item/ConversationMemberItemRequestBuilder.php index 0747c7c63f4..a6137c05260 100644 --- a/src/Generated/Teams/Item/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a conversationMember from a team. This API is supported in the following national cloud deployments. + * Remove a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Get a conversationMember from a team. This API is supported in the following national cloud deployments. + * Get a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration } /** - * Update the role of a conversationMember in a team. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Remove a conversationMember from a team. This API is supported in the following national cloud deployments. + * Remove a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Get a conversationMember from a team. This API is supported in the following national cloud deployments. + * Get a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConversationMemberItemRequestBuilderGet } /** - * Update the role of a conversationMember in a team. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index c09a493938f..b3fc8857d64 100644 --- a/src/Generated/Teams/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a conversationMember from a team. This API is supported in the following national cloud deployments. + * Get a conversationMember from a team. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Members/MembersRequestBuilder.php b/src/Generated/Teams/Item/Members/MembersRequestBuilder.php index 8709d69c180..1798de89f74 100644 --- a/src/Generated/Teams/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Teams/Item/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is supported in the following national cloud deployments. + * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a new conversationMember to a team. This API is supported in the following national cloud deployments. + * Add a new conversationMember to a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is supported in the following national cloud deployments. + * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a new conversationMember to a team. This API is supported in the following national cloud deployments. + * Add a new conversationMember to a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Members/MembersRequestBuilderGetQueryParameters.php index ea230520a29..365fa572c14 100644 --- a/src/Generated/Teams/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is supported in the following national cloud deployments. + * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaGetResponse.php b/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaGetResponse.php deleted file mode 100644 index 37426a21d2d..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaGetResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaRequestBuilder.php b/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaRequestBuilder.php deleted file mode 100644 index df41a02a6fe..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/teams/{team%2Did}/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toGetRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DeltaGetResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toGetRequestInformation(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::GET; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - if ($requestConfiguration->queryParameters !== null) { - $requestInfo->setQueryParameters($requestConfiguration->queryParameters); - } - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return DeltaRequestBuilder - */ - public function withUrl(string $rawUrl): DeltaRequestBuilder { - return new DeltaRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php deleted file mode 100644 index c6703ca2754..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php +++ /dev/null @@ -1,74 +0,0 @@ -|null $orderby Order items by property values - */ - public ?array $orderby = null; - - /** - * @QueryParameter("%24search") - * @var string|null $search Search items by search phrases - */ - public ?string $search = null; - - /** - * @QueryParameter("%24select") - * @var array|null $select Select properties to be returned - */ - public ?array $select = null; - - /** - * @QueryParameter("%24skip") - * @var int|null $skip Skip the first n items - */ - public ?int $skip = null; - - /** - * @QueryParameter("%24top") - * @var int|null $top Show only the first n items - */ - public ?int $top = null; - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters and sets the default values. - * @param bool|null $count Include count of items - * @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, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { - $this->count = $count; - $this->filter = $filter; - $this->orderby = $orderby; - $this->search = $search; - $this->select = $select; - $this->skip = $skip; - $this->top = $top; - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php b/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php deleted file mode 100644 index 6978947cbf6..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php +++ /dev/null @@ -1,44 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - * @param DeltaRequestBuilderGetQueryParameters|null $queryParameters Request query parameters - */ - public function __construct(?array $headers = null, ?array $options = null, ?DeltaRequestBuilderGetQueryParameters $queryParameters = null) { - parent::__construct($headers ?? [], $options ?? []); - $this->queryParameters = $queryParameters; - } - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters. - * @param bool|null $count Include count of items - * @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 DeltaRequestBuilderGetQueryParameters - */ - public static function createQueryParameters(?bool $count = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DeltaRequestBuilderGetQueryParameters { - return new DeltaRequestBuilderGetQueryParameters($count, $filter, $orderby, $search, $select, $skip, $top); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php b/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php deleted file mode 100644 index 52886478066..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([ExtensionProperty::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, ExtensionProperty::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php deleted file mode 100644 index b4cff304268..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/teams/{team%2Did}/permissionGrants/getAvailableExtensionProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 Find more info here - */ - public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetAvailableExtensionPropertiesPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetAvailableExtensionPropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index fe5ea36d56c..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php b/src/Generated/Teams/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php deleted file mode 100644 index ef3871f43af..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Teams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php deleted file mode 100644 index 5c91f817580..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/teams/{team%2Did}/permissionGrants/getByIds'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 Find more info here - */ - public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetByIdsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetByIdsRequestBuilder - */ - public function withUrl(string $rawUrl): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php b/src/Generated/Teams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 94d9181f4f6..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php deleted file mode 100644 index 2f1a2cdf3ec..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ /dev/null @@ -1,124 +0,0 @@ -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 CheckMemberGroupsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): CheckMemberGroupsPostRequestBody { - return new CheckMemberGroupsPostRequestBody(); - } - - /** - * 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 [ - 'groupIds' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setGroupIds($val); - }, - ]; - } - - /** - * Gets the groupIds property value. The groupIds property - * @return array|null - */ - public function getGroupIds(): ?array { - $val = $this->getBackingStore()->get('groupIds'); - 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 'groupIds'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('groupIds', $this->getGroupIds()); - $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 groupIds property value. The groupIds property - * @param array|null $value Value to set for the groupIds property. - */ - public function setGroupIds(?array $value): void { - $this->getBackingStore()->set('groupIds', $value); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php deleted file mode 100644 index fd313552669..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/teams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. - * @param CheckMemberGroupsPostRequestBody $body The request body - * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 Find more info here - */ - public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [CheckMemberGroupsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. - * @param CheckMemberGroupsPostRequestBody $body The request body - * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return CheckMemberGroupsRequestBuilder - */ - public function withUrl(string $rawUrl): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 82c824ae28d..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php b/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php deleted file mode 100644 index 8ee4380a148..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php b/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php deleted file mode 100644 index a186fd10e85..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php deleted file mode 100644 index 72752597de1..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/teams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. - * @param GetMemberGroupsPostRequestBody $body The request body - * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 Find more info here - */ - public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetMemberGroupsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. - * @param GetMemberGroupsPostRequestBody $body The request body - * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetMemberGroupsRequestBuilder - */ - public function withUrl(string $rawUrl): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index d9411979221..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php deleted file mode 100644 index 49e8a8f63f6..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetMemberObjectsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMemberObjectsPostRequestBody { - return new GetMemberObjectsPostRequestBody(); - } - - /** - * 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 [ - 'securityEnabledOnly' => fn(ParseNode $n) => $o->setSecurityEnabledOnly($n->getBooleanValue()), - ]; - } - - /** - * Gets the securityEnabledOnly property value. The securityEnabledOnly property - * @return bool|null - */ - public function getSecurityEnabledOnly(): ?bool { - $val = $this->getBackingStore()->get('securityEnabledOnly'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityEnabledOnly'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('securityEnabledOnly', $this->getSecurityEnabledOnly()); - $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 securityEnabledOnly property value. The securityEnabledOnly property - * @param bool|null $value Value to set for the securityEnabledOnly property. - */ - public function setSecurityEnabledOnly(?bool $value): void { - $this->getBackingStore()->set('securityEnabledOnly', $value); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php deleted file mode 100644 index 2181da8bfcc..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/teams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. - * @param GetMemberObjectsPostRequestBody $body The request body - * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 Find more info here - */ - public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetMemberObjectsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. - * @param GetMemberObjectsPostRequestBody $body The request body - * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetMemberObjectsRequestBuilder - */ - public function withUrl(string $rawUrl): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php b/src/Generated/Teams/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php index 214ae1a2e6b..de57a903b2e 100644 --- a/src/Generated/Teams/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php +++ b/src/Generated/Teams/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php @@ -7,11 +7,6 @@ use Http\Promise\RejectedPromise; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; -use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\Item\CheckMemberGroups\CheckMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\Item\CheckMemberObjects\CheckMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\Item\GetMemberGroups\GetMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\Item\GetMemberObjects\GetMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\Item\Restore\RestoreRequestBuilder; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; use Microsoft\Kiota\Abstractions\HttpMethod; use Microsoft\Kiota\Abstractions\RequestAdapter; @@ -22,41 +17,6 @@ */ class ResourceSpecificPermissionGrantItemRequestBuilder extends BaseRequestBuilder { - /** - * Provides operations to call the checkMemberGroups method. - */ - public function checkMemberGroups(): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the checkMemberObjects method. - */ - public function checkMemberObjects(): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberGroups method. - */ - public function getMemberGroups(): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberObjects method. - */ - public function getMemberObjects(): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the restore method. - */ - public function restore(): RestoreRequestBuilder { - return new RestoreRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. * @param array|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. diff --git a/src/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilder.php b/src/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilder.php index e85f18f91d1..d70b944ae7c 100644 --- a/src/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilder.php +++ b/src/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilder.php @@ -9,11 +9,7 @@ use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrantCollectionResponse; use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\Count\CountRequestBuilder; -use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\Delta\DeltaRequestBuilder; -use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\GetAvailableExtensionProperties\GetAvailableExtensionPropertiesRequestBuilder; -use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\GetByIds\GetByIdsRequestBuilder; use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\Item\ResourceSpecificPermissionGrantItemRequestBuilder; -use Microsoft\Graph\Generated\Teams\Item\PermissionGrants\ValidateProperties\ValidatePropertiesRequestBuilder; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; use Microsoft\Kiota\Abstractions\HttpMethod; use Microsoft\Kiota\Abstractions\RequestAdapter; @@ -31,34 +27,6 @@ public function count(): CountRequestBuilder { return new CountRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the delta method. - */ - public function delta(): DeltaRequestBuilder { - return new DeltaRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getAvailableExtensionProperties method. - */ - public function getAvailableExtensionProperties(): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getByIds method. - */ - public function getByIds(): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the validateProperties method. - */ - public function validateProperties(): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. * @param string $resourceSpecificPermissionGrantId The unique identifier of resourceSpecificPermissionGrant @@ -85,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0 Find more info here @@ -123,7 +91,7 @@ public function post(ResourceSpecificPermissionGrant $body, ?PermissionGrantsReq } /** - * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php index 59e8f1b5a39..0492eebde3b 100644 --- a/src/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is available in the following national cloud deployments. */ class PermissionGrantsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Teams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php deleted file mode 100644 index 1eeddcc9fb9..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ /dev/null @@ -1,180 +0,0 @@ -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 ValidatePropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): ValidatePropertiesPostRequestBody { - return new ValidatePropertiesPostRequestBody(); - } - - /** - * 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 displayName property value. The displayName property - * @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 entityType property value. The entityType property - * @return string|null - */ - public function getEntityType(): ?string { - $val = $this->getBackingStore()->get('entityType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'entityType'"); - } - - /** - * The deserialization information for the current model - * @return array - */ - public function getFieldDeserializers(): array { - $o = $this; - return [ - 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), - 'entityType' => fn(ParseNode $n) => $o->setEntityType($n->getStringValue()), - 'mailNickname' => fn(ParseNode $n) => $o->setMailNickname($n->getStringValue()), - 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), - ]; - } - - /** - * Gets the mailNickname property value. The mailNickname property - * @return string|null - */ - public function getMailNickname(): ?string { - $val = $this->getBackingStore()->get('mailNickname'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'mailNickname'"); - } - - /** - * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @return string|null - */ - public function getOnBehalfOfUserId(): ?string { - $val = $this->getBackingStore()->get('onBehalfOfUserId'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('displayName', $this->getDisplayName()); - $writer->writeStringValue('entityType', $this->getEntityType()); - $writer->writeStringValue('mailNickname', $this->getMailNickname()); - $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); - $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 displayName property value. The displayName property - * @param string|null $value Value to set for the displayName property. - */ - public function setDisplayName(?string $value): void { - $this->getBackingStore()->set('displayName', $value); - } - - /** - * Sets the entityType property value. The entityType property - * @param string|null $value Value to set for the entityType property. - */ - public function setEntityType(?string $value): void { - $this->getBackingStore()->set('entityType', $value); - } - - /** - * Sets the mailNickname property value. The mailNickname property - * @param string|null $value Value to set for the mailNickname property. - */ - public function setMailNickname(?string $value): void { - $this->getBackingStore()->set('mailNickname', $value); - } - - /** - * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @param string|null $value Value to set for the onBehalfOfUserId property. - */ - public function setOnBehalfOfUserId(?string $value): void { - $this->getBackingStore()->set('onBehalfOfUserId', $value); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Teams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php deleted file mode 100644 index b35277771b7..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/teams/{team%2Did}/permissionGrants/validateProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 Find more info here - */ - public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendNoContentAsync($requestInfo, $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return ValidatePropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Teams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Teams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index e28d19f2b3c..00000000000 --- a/src/Generated/Teams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Teams/Item/Photo/PhotoRequestBuilder.php b/src/Generated/Teams/Item/Photo/PhotoRequestBuilder.php index 19de538740b..bc6257ffb90 100644 --- a/src/Generated/Teams/Item/Photo/PhotoRequestBuilder.php +++ b/src/Generated/Teams/Item/Photo/PhotoRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. * @param PhotoRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function patch(ProfilePhoto $body, ?PhotoRequestBuilderPatchRequestConfig } /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. * @param PhotoRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Photo/PhotoRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Photo/PhotoRequestBuilderGetQueryParameters.php index b8214db69f4..5b2a76dbe16 100644 --- a/src/Generated/Teams/Item/Photo/PhotoRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Photo/PhotoRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. */ class PhotoRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php index 28b0a1fbed1..4ffbcd4327e 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php b/src/Generated/Teams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php index d4fd590d447..09940835209 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php +++ b/src/Generated/Teams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DoesU } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php index 6e027852ec6..64f8b47d87a 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?FilesFolderRequestBuilderGetRequestConfiguration $requestCo } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php index 3cba13baff4..72132a7404f 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. */ class FilesFolderRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Members/Add/AddPostRequestBody.php b/src/Generated/Teams/Item/PrimaryChannel/Members/Add/AddPostRequestBody.php index f5c9c5935e5..58c12e5c8fc 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.php index e98f4824edf..18e5a40f0f6 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Teams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php index e10479f25a5..546a4cee95d 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0 Find more info here @@ -70,11 +70,11 @@ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 Find more info here */ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -90,7 +90,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConversationMemberItemRequestBuilderGet } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index b2164733477..23ba95f9e45 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilder.php index e5beef9f185..93d9d40b0f9 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 Find more info here */ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php index b806886e75c..69cc2f30043 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php index ecbd1a14ccf..4c0fe8173f1 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -117,7 +117,7 @@ public function get(?ChatMessageItemRequestBuilderGetRequestConfiguration $reque } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -175,7 +175,7 @@ public function toGetRequestInformation(?ChatMessageItemRequestBuilderGetRequest } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index b7d3ae5b41d..5e1d3b19db8 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php index 58b26944c37..dddad7d6aae 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index 59ebe2d2e66..77590d4bff2 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index a284314b982..84cab3490fc 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index b4e27f3b015..afc5d4212d7 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php index 22850efc6f3..f9e80f72144 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index ef0263aa195..5a7859edb21 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php index d4da2adf7a3..549ee53560b 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index d079f3108a9..35f0e2ac7f3 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 6d65f5c1a15..282679d5d36 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 502366b9154..3e698f7fce5 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php index bdfcb55df07..c1ae22a44c5 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php index 28c3368bd9b..5a61e715f9e 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index d40566dd107..19ca4297178 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 263b4d8c281..f4f86f2aa6d 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php index 0fb3e3fb414..9ca2babf959 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?RepliesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfigu } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?RepliesRequestBuilderGetRequestConfigur } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php index 2ad9c009d7f..924a48e9c0d 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. */ class RepliesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php index 0fbbb754cf2..cb92889ab7d 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php index 8e4d580dbf4..79b19a2eb96 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index acc3bdbc016..c147f758c95 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php index dea938f288d..f8229793e88 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.php index a543657ca58..912196c5aed 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfig } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php index 6da0c8ae85c..4a42eaec841 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/PrimaryChannelRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/PrimaryChannelRequestBuilder.php index 9f39be83a94..1034ecc5861 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/PrimaryChannelRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/PrimaryChannelRequestBuilder.php @@ -122,7 +122,7 @@ public function delete(?PrimaryChannelRequestBuilderDeleteRequestConfiguration $ } /** - * Get the default channel, General, of a team. This API is supported in the following national cloud deployments. + * Get the default channel, General, of a team. This API is available in the following national cloud deployments. * @param PrimaryChannelRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0 Find more info here @@ -177,7 +177,7 @@ public function toDeleteRequestInformation(?PrimaryChannelRequestBuilderDeleteRe } /** - * Get the default channel, General, of a team. This API is supported in the following national cloud deployments. + * Get the default channel, General, of a team. This API is available in the following national cloud deployments. * @param PrimaryChannelRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php index b25e2960b5e..8bc1e3b0e03 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the default channel, General, of a team. This API is supported in the following national cloud deployments. + * Get the default channel, General, of a team. This API is available in the following national cloud deployments. */ class PrimaryChannelRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php index c9c92674d72..95d50fdf2e5 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ProvisionEmailRequestBuilderPostRequestConfiguration $requ } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php index c758a2973f2..b8e1abbd3b0 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RemoveEmailRequestBuilderPostRequestConfiguration $request } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php index b0c8d724e8b..fefc98413c0 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AllowedMembersRequestBuilderGetRequestConfiguration $reques } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php index f660b178e5f..0212c28635a 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. */ class AllowedMembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php index b823956db98..26b37d1d347 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?SharedWithChannelTeamInfoItemRequestBuilderDeleteRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(SharedWithChannelTeamInfo $body, ?SharedWithChannelTeamInf } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?SharedWithChannelTeamInfoItemRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php index 83d6d1c18a1..a9a93422e9d 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php index a8420621187..3409e2b5754 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SharedWithChannelTeamInfo $body, ?SharedWithTeamsRequestBui } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php index bca041a514c..a2c03b80fab 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithTeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php index 2fd128a1d57..2ab153b0e5a 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamsTabItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamsTabItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamsTab $body, ?TeamsTabItemRequestBuilderPatchRequestCon } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamsTabItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamsTabItemRequestBuilderGetRequestCon } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php index 05b9997e47a..cd9784ceb8b 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. */ class TeamsTabItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.php b/src/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.php index 573862ab920..fa520d915ed 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TabsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsTab $body, ?TabsRequestBuilderPostRequestConfiguration } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TabsRequestBuilderGetRequestConfigurati } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php index 2f000340293..a73ffdb63f2 100644 --- a/src/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. */ class TabsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php b/src/Generated/Teams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php index 2b630d95345..eed1c948c40 100644 --- a/src/Generated/Teams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?OfferShiftRequestItemRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments. * @param OfferShiftRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?OfferShiftRequestItemRequestBuilderD } /** - * Retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments. * @param OfferShiftRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php index b1cf1fad815..b5f86195433 100644 --- a/src/Generated/Teams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments. */ class OfferShiftRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php b/src/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php index 80534e4548a..2565c096ded 100644 --- a/src/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments. * @param OfferShiftRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OfferShiftRequestsRequestBuilderGetRequestConfiguration $re } /** - * Create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments. + * Create an instance of an offerShiftRequest. This API is available in the following national cloud deployments. * @param OfferShiftRequest $body The request body * @param OfferShiftRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OfferShiftRequest $body, ?OfferShiftRequestsRequestBuilderP } /** - * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments. * @param OfferShiftRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OfferShiftRequestsRequestBuilderGetRequ } /** - * Create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments. + * Create an instance of an offerShiftRequest. This API is available in the following national cloud deployments. * @param OfferShiftRequest $body The request body * @param OfferShiftRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php index 4562f3fd30f..a64472375ab 100644 --- a/src/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments. */ class OfferShiftRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php b/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php index 91dc7181880..75dabe21529 100644 --- a/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?OpenShiftChangeRequestItemRequestBuilderDeleteRequestCon } /** - * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?OpenShiftChangeRequestItemRequestBui } /** - * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php index 9437f72836a..0c95b689852 100644 --- a/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments. */ class OpenShiftChangeRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php b/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php index d992cb77699..808e75cd3f7 100644 --- a/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OpenShiftChangeRequestsRequestBuilderGetRequestConfiguratio } /** - * Create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequest $body The request body * @param OpenShiftChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OpenShiftChangeRequest $body, ?OpenShiftChangeRequestsReque } /** - * Retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OpenShiftChangeRequestsRequestBuilderGe } /** - * Create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequest $body The request body * @param OpenShiftChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php index cbd204852ba..e67fb6058f6 100644 --- a/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments. */ class OpenShiftChangeRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php b/src/Generated/Teams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php index 1435af7afc4..49d423daf7f 100644 --- a/src/Generated/Teams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an openShift object. This API is supported in the following national cloud deployments. + * Delete an openShift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?OpenShiftItemRequestBuilderDeleteRequestConfiguration $r } /** - * Retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(OpenShift $body, ?OpenShiftItemRequestBuilderPatchRequestC } /** - * Delete an openShift object. This API is supported in the following national cloud deployments. + * Delete an openShift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?OpenShiftItemRequestBuilderDeleteReq } /** - * Retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php index 00ff46409bb..ae8746c0e1e 100644 --- a/src/Generated/Teams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments. */ class OpenShiftItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.php b/src/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.php index 373b9001970..fdc4a60445f 100644 --- a/src/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List openShift objects in a team. This API is supported in the following national cloud deployments. + * List openShift objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OpenShiftsRequestBuilderGetRequestConfiguration $requestCon } /** - * Create an instance of an openShift object. This API is supported in the following national cloud deployments. + * Create an instance of an openShift object. This API is available in the following national cloud deployments. * @param OpenShift $body The request body * @param OpenShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OpenShift $body, ?OpenShiftsRequestBuilderPostRequestConfig } /** - * List openShift objects in a team. This API is supported in the following national cloud deployments. + * List openShift objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OpenShiftsRequestBuilderGetRequestConfi } /** - * Create an instance of an openShift object. This API is supported in the following national cloud deployments. + * Create an instance of an openShift object. This API is available in the following national cloud deployments. * @param OpenShift $body The request body * @param OpenShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php index 837f02f457c..7dad08e633a 100644 --- a/src/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List openShift objects in a team. This API is supported in the following national cloud deployments. + * List openShift objects in a team. This API is available in the following national cloud deployments. */ class OpenShiftsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/ScheduleRequestBuilder.php b/src/Generated/Teams/Item/Schedule/ScheduleRequestBuilder.php index 342aba83879..c5999668594 100644 --- a/src/Generated/Teams/Item/Schedule/ScheduleRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/ScheduleRequestBuilder.php @@ -130,7 +130,7 @@ public function delete(?ScheduleRequestBuilderDeleteRequestConfiguration $reques } /** - * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is available in the following national cloud deployments. * @param ScheduleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0 Find more info here @@ -185,7 +185,7 @@ public function toDeleteRequestInformation(?ScheduleRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is available in the following national cloud deployments. * @param ScheduleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/ScheduleRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/ScheduleRequestBuilderGetQueryParameters.php index 1ba23423497..ff9d07485e0 100644 --- a/src/Generated/Teams/Item/Schedule/ScheduleRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/ScheduleRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is available in the following national cloud deployments. */ class ScheduleRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php b/src/Generated/Teams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php index 1e70f3ed1e9..b9c6cd2060c 100644 --- a/src/Generated/Teams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is supported in the following national cloud deployments. + * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?SchedulingGroupItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(SchedulingGroup $body, ?SchedulingGroupItemRequestBuilderP } /** - * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is supported in the following national cloud deployments. + * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?SchedulingGroupItemRequestBuilderDel } /** - * Retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php index 9403380b46b..0fa18fd954d 100644 --- a/src/Generated/Teams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments. */ class SchedulingGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php b/src/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php index 32319297ad3..7a6e72524a5 100644 --- a/src/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments. + * Get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments. * @param SchedulingGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SchedulingGroupsRequestBuilderGetRequestConfiguration $requ } /** - * Create a new schedulingGroup. This API is supported in the following national cloud deployments. + * Create a new schedulingGroup. This API is available in the following national cloud deployments. * @param SchedulingGroup $body The request body * @param SchedulingGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SchedulingGroup $body, ?SchedulingGroupsRequestBuilderPostR } /** - * Get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments. + * Get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments. * @param SchedulingGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SchedulingGroupsRequestBuilderGetReques } /** - * Create a new schedulingGroup. This API is supported in the following national cloud deployments. + * Create a new schedulingGroup. This API is available in the following national cloud deployments. * @param SchedulingGroup $body The request body * @param SchedulingGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php index 978f16654f7..918d1804aee 100644 --- a/src/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments. + * Get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments. */ class SchedulingGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/Share/SharePostRequestBody.php b/src/Generated/Teams/Item/Schedule/Share/SharePostRequestBody.php index 167f0bd0a20..59f314451af 100644 --- a/src/Generated/Teams/Item/Schedule/Share/SharePostRequestBody.php +++ b/src/Generated/Teams/Item/Schedule/Share/SharePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Share } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/Schedule/Share/ShareRequestBuilder.php b/src/Generated/Teams/Item/Schedule/Share/ShareRequestBuilder.php index 41589a1f5c0..0d8f27d6f96 100644 --- a/src/Generated/Teams/Item/Schedule/Share/ShareRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/Share/ShareRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is supported in the following national cloud deployments. + * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is available in the following national cloud deployments. * @param SharePostRequestBody $body The request body * @param ShareRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SharePostRequestBody $body, ?ShareRequestBuilderPostRequest } /** - * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is supported in the following national cloud deployments. + * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is available in the following national cloud deployments. * @param SharePostRequestBody $body The request body * @param ShareRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilder.php b/src/Generated/Teams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilder.php index b8d3c52e05a..9f73a6f8cc8 100644 --- a/src/Generated/Teams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a shift from the schedule. This API is supported in the following national cloud deployments. + * Delete a shift from the schedule. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ShiftItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(Shift $body, ?ShiftItemRequestBuilderPatchRequestConfigura } /** - * Delete a shift from the schedule. This API is supported in the following national cloud deployments. + * Delete a shift from the schedule. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ShiftItemRequestBuilderDeleteRequest } /** - * Retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php index e465a64f878..ade1a45d853 100644 --- a/src/Generated/Teams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments. */ class ShiftItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilder.php b/src/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilder.php index d74c7a0380a..d4dfa39bd48 100644 --- a/src/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of shift instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of shift instances in a schedule. This API is available in the following national cloud deployments. * @param ShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ShiftsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is supported in the following national cloud deployments. + * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is available in the following national cloud deployments. * @param Shift $body The request body * @param ShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Shift $body, ?ShiftsRequestBuilderPostRequestConfiguration } /** - * Get the list of shift instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of shift instances in a schedule. This API is available in the following national cloud deployments. * @param ShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ShiftsRequestBuilderGetRequestConfigura } /** - * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is supported in the following national cloud deployments. + * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is available in the following national cloud deployments. * @param Shift $body The request body * @param ShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php index 7c60acb0542..876dcfc2178 100644 --- a/src/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of shift instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of shift instances in a schedule. This API is available in the following national cloud deployments. */ class ShiftsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php b/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php index 808660e555f..1a04cd0e102 100644 --- a/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?SwapShiftsChangeRequestItemRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?SwapShiftsChangeRequestItemRequestBu } /** - * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php index ea42c4adf53..67fea6eebf4 100644 --- a/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. */ class SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php b/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php index fe5c5f34723..865c072f531 100644 --- a/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SwapShiftsChangeRequestsRequestBuilderGetRequestConfigurati } /** - * Create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequest $body The request body * @param SwapShiftsChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SwapShiftsChangeRequest $body, ?SwapShiftsChangeRequestsReq } /** - * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SwapShiftsChangeRequestsRequestBuilderG } /** - * Create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequest $body The request body * @param SwapShiftsChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php index ccaf5d586dc..88a5651bc21 100644 --- a/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments. */ class SwapShiftsChangeRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php b/src/Generated/Teams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php index 78af21810fb..95b427b0e33 100644 --- a/src/Generated/Teams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is supported in the following national cloud deployments. + * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TimeOffReasonItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(TimeOffReason $body, ?TimeOffReasonItemRequestBuilderPatch } /** - * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is supported in the following national cloud deployments. + * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?TimeOffReasonItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php index a6cbf21d01f..c3e7c970eb7 100644 --- a/src/Generated/Teams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments. */ class TimeOffReasonItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php b/src/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php index d8eecb6dc7a..e086892c3bf 100644 --- a/src/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments. * @param TimeOffReasonsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TimeOffReasonsRequestBuilderGetRequestConfiguration $reques } /** - * Create a new timeOffReason. This API is supported in the following national cloud deployments. + * Create a new timeOffReason. This API is available in the following national cloud deployments. * @param TimeOffReason $body The request body * @param TimeOffReasonsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TimeOffReason $body, ?TimeOffReasonsRequestBuilderPostReque } /** - * Get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments. * @param TimeOffReasonsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TimeOffReasonsRequestBuilderGetRequestC } /** - * Create a new timeOffReason. This API is supported in the following national cloud deployments. + * Create a new timeOffReason. This API is available in the following national cloud deployments. * @param TimeOffReason $body The request body * @param TimeOffReasonsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php index 98d915cd814..699416da796 100644 --- a/src/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments. */ class TimeOffReasonsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php b/src/Generated/Teams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php index bdd8d658936..20c3650a6d8 100644 --- a/src/Generated/Teams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a timeOffRequest object. This API is supported in the following national cloud deployments. + * Delete a timeOffRequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TimeOffRequestItemRequestBuilderDeleteRequestConfigurati } /** - * Retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(TimeOffRequest $body, ?TimeOffRequestItemRequestBuilderPat } /** - * Delete a timeOffRequest object. This API is supported in the following national cloud deployments. + * Delete a timeOffRequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?TimeOffRequestItemRequestBuilderDele } /** - * Retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php index 547befee74e..b7b46d34624 100644 --- a/src/Generated/Teams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments. */ class TimeOffRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php b/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php index 04a0c5b5c8a..ea11ea47def 100644 --- a/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments. * @param TimeOffRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(TimeOffRequest $body, ?TimeOffRequestsRequestBuilderPostReq } /** - * Retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments. * @param TimeOffRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php index dac705ef9de..ba9235097a1 100644 --- a/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments. */ class TimeOffRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php b/src/Generated/Teams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php index 4dd83d10450..35f94d646a8 100644 --- a/src/Generated/Teams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments. + * Delete a timeOff instance from a schedule. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TimeOffItemRequestBuilderDeleteRequestConfiguration $req } /** - * Retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(TimeOff $body, ?TimeOffItemRequestBuilderPatchRequestConfi } /** - * Delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments. + * Delete a timeOff instance from a schedule. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?TimeOffItemRequestBuilderDeleteReque } /** - * Retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php index 7339211e832..0883ffbfedd 100644 --- a/src/Generated/Teams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments. */ class TimeOffItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilder.php b/src/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilder.php index 6e14398a871..83ef56b97b0 100644 --- a/src/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilder.php +++ b/src/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments. * @param TimesOffRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TimesOffRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments. + * Create a new timeOff instance in a schedule. This API is available in the following national cloud deployments. * @param TimeOff $body The request body * @param TimesOffRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TimeOff $body, ?TimesOffRequestBuilderPostRequestConfigurat } /** - * Get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments. * @param TimesOffRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TimesOffRequestBuilderGetRequestConfigu } /** - * Create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments. + * Create a new timeOff instance in a schedule. This API is available in the following national cloud deployments. * @param TimeOff $body The request body * @param TimesOffRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php index d32a7696251..5fdb87ebd07 100644 --- a/src/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments. */ class TimesOffRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php b/src/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php index 7ab36248ca5..ed84af9ded0 100644 --- a/src/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php +++ b/src/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php @@ -52,7 +52,7 @@ public function getActivityType(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -65,7 +65,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function setActivityType(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php b/src/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php index 42e712d3345..0e9a62e9c5f 100644 --- a/src/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php +++ b/src/Generated/Teams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SendActivityNotificationPostRequestBody $body, ?SendActivit } /** - * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php b/src/Generated/Teams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php index 68f19b92915..fa12ca39879 100644 --- a/src/Generated/Teams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a member from a standard tag in a team. This API is supported in the following national cloud deployments. + * Delete a member from a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TeamworkTagMemberItemRequestBuilderDeleteRequestConfigur } /** - * Get the properties and relationships of a member of a standard tag in a team. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a member of a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(TeamworkTagMember $body, ?TeamworkTagMemberItemRequestBuil } /** - * Delete a member from a standard tag in a team. This API is supported in the following national cloud deployments. + * Delete a member from a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?TeamworkTagMemberItemRequestBuilderD } /** - * Get the properties and relationships of a member of a standard tag in a team. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a member of a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php index fdfd0ce6edb..b204eeecb5f 100644 --- a/src/Generated/Teams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a member of a standard tag in a team. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a member of a standard tag in a team. This API is available in the following national cloud deployments. */ class TeamworkTagMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilder.php b/src/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilder.php index ed087adfdfe..be5c84235c6 100644 --- a/src/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the members of a standard tag in a team and their properties. This API is supported in the following national cloud deployments. + * Get a list of the members of a standard tag in a team and their properties. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments. + * Create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamworkTagMember $body, ?MembersRequestBuilderPostRequestC } /** - * Get a list of the members of a standard tag in a team and their properties. This API is supported in the following national cloud deployments. + * Get a list of the members of a standard tag in a team and their properties. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments. + * Create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php index 2d7580878be..4756d1ffa49 100644 --- a/src/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the members of a standard tag in a team and their properties. This API is supported in the following national cloud deployments. + * Get a list of the members of a standard tag in a team and their properties. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Tags/Item/TeamworkTagItemRequestBuilder.php b/src/Generated/Teams/Item/Tags/Item/TeamworkTagItemRequestBuilder.php index f0fac1167ef..d634983297a 100644 --- a/src/Generated/Teams/Item/Tags/Item/TeamworkTagItemRequestBuilder.php +++ b/src/Generated/Teams/Item/Tags/Item/TeamworkTagItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a tag object permanently. This API is supported in the following national cloud deployments. + * Delete a tag object permanently. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamworkTagItemRequestBuilderDeleteRequestConfiguration } /** - * Read the properties and relationships of a tag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamworkTagItemRequestBuilderGetRequestConfiguration $reque } /** - * Update the properties of a tag object. This API is supported in the following national cloud deployments. + * Update the properties of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TeamworkTagItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamworkTag $body, ?TeamworkTagItemRequestBuilderPatchRequ } /** - * Delete a tag object permanently. This API is supported in the following national cloud deployments. + * Delete a tag object permanently. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamworkTagItemRequestBuilderDeleteR } /** - * Read the properties and relationships of a tag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamworkTagItemRequestBuilderGetRequest } /** - * Update the properties of a tag object. This API is supported in the following national cloud deployments. + * Update the properties of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TeamworkTagItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php index ec32855da43..e7f6850cb0e 100644 --- a/src/Generated/Teams/Item/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a tag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a tag object. This API is available in the following national cloud deployments. */ class TeamworkTagItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Tags/TagsRequestBuilder.php b/src/Generated/Teams/Item/Tags/TagsRequestBuilder.php index b341bc2d4d2..4bedcff77c2 100644 --- a/src/Generated/Teams/Item/Tags/TagsRequestBuilder.php +++ b/src/Generated/Teams/Item/Tags/TagsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the tag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the tag objects and their properties. This API is available in the following national cloud deployments. * @param TagsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TagsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Create a standard tag for members in a team. This API is supported in the following national cloud deployments. + * Create a standard tag for members in a team. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamworkTag $body, ?TagsRequestBuilderPostRequestConfigurat } /** - * Get a list of the tag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the tag objects and their properties. This API is available in the following national cloud deployments. * @param TagsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TagsRequestBuilderGetRequestConfigurati } /** - * Create a standard tag for members in a team. This API is supported in the following national cloud deployments. + * Create a standard tag for members in a team. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/Tags/TagsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/Tags/TagsRequestBuilderGetQueryParameters.php index 39c3b61674b..53215f573dc 100644 --- a/src/Generated/Teams/Item/Tags/TagsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/Tags/TagsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the tag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the tag objects and their properties. This API is available in the following national cloud deployments. */ class TagsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/TeamItemRequestBuilder.php b/src/Generated/Teams/Item/TeamItemRequestBuilder.php index 8d897bc3831..21919652634 100644 --- a/src/Generated/Teams/Item/TeamItemRequestBuilder.php +++ b/src/Generated/Teams/Item/TeamItemRequestBuilder.php @@ -194,7 +194,7 @@ public function delete(?TeamItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Retrieve the properties and relationships of the specified team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified team. This API is available in the following national cloud deployments. * @param TeamItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0 Find more info here @@ -213,7 +213,7 @@ public function get(?TeamItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of the specified team. This API is supported in the following national cloud deployments. + * Update the properties of the specified team. This API is available in the following national cloud deployments. * @param Team $body The request body * @param TeamItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -250,7 +250,7 @@ public function toDeleteRequestInformation(?TeamItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of the specified team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified team. This API is available in the following national cloud deployments. * @param TeamItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -271,7 +271,7 @@ public function toGetRequestInformation(?TeamItemRequestBuilderGetRequestConfigu } /** - * Update the properties of the specified team. This API is supported in the following national cloud deployments. + * Update the properties of the specified team. This API is available in the following national cloud deployments. * @param Team $body The request body * @param TeamItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/Item/TeamItemRequestBuilderGetQueryParameters.php b/src/Generated/Teams/Item/TeamItemRequestBuilderGetQueryParameters.php index fc2b006658d..e77d0b04d88 100644 --- a/src/Generated/Teams/Item/TeamItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/Item/TeamItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of the specified team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified team. This API is available in the following national cloud deployments. */ class TeamItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teams/Item/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Teams/Item/Unarchive/UnarchiveRequestBuilder.php index 6a466595c51..ab2b911f4ac 100644 --- a/src/Generated/Teams/Item/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Teams/Item/Unarchive/UnarchiveRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is supported in the following national cloud deployments. + * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is available in the following national cloud deployments. * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnarchiveRequestBuilderPostRequestConfiguration $requestCo } /** - * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is supported in the following national cloud deployments. + * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is available in the following national cloud deployments. * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teams/TeamsRequestBuilder.php b/src/Generated/Teams/TeamsRequestBuilder.php index 6d742478d91..99bc38c1283 100644 --- a/src/Generated/Teams/TeamsRequestBuilder.php +++ b/src/Generated/Teams/TeamsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all teams in an organization. This API is supported in the following national cloud deployments. + * List all teams in an organization. This API is available in the following national cloud deployments. * @param TeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?TeamsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new team. This API is supported in the following national cloud deployments. + * Create a new team. This API is available in the following national cloud deployments. * @param Team $body The request body * @param TeamsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Team $body, ?TeamsRequestBuilderPostRequestConfiguration $r } /** - * List all teams in an organization. This API is supported in the following national cloud deployments. + * List all teams in an organization. This API is available in the following national cloud deployments. * @param TeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?TeamsRequestBuilderGetRequestConfigurat } /** - * Create a new team. This API is supported in the following national cloud deployments. + * Create a new team. This API is available in the following national cloud deployments. * @param Team $body The request body * @param TeamsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teams/TeamsRequestBuilderGetQueryParameters.php b/src/Generated/Teams/TeamsRequestBuilderGetQueryParameters.php index 540825226de..48bd9b7dafb 100644 --- a/src/Generated/Teams/TeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teams/TeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all teams in an organization. This API is supported in the following national cloud deployments. + * List all teams in an organization. This API is available in the following national cloud deployments. */ class TeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilder.php index df89716fcf3..5057c701901 100644 --- a/src/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the deletedTeam objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the deletedTeam objects and their properties. This API is available in the following national cloud deployments. * @param DeletedTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(DeletedTeam $body, ?DeletedTeamsRequestBuilderPostRequestCo } /** - * Get a list of the deletedTeam objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the deletedTeam objects and their properties. This API is available in the following national cloud deployments. * @param DeletedTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilderGetQueryParameters.php index a47a5eae402..b9cee7b8880 100644 --- a/src/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/DeletedTeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the deletedTeam objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the deletedTeam objects and their properties. This API is available in the following national cloud deployments. */ class DeletedTeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php index 83e718d4761..d418e131430 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php index 2f3921c19f4..498056fc0cc 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DoesU } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php index 489dbc86919..0fd2d703b9b 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?FilesFolderRequestBuilderGetRequestConfiguration $requestCo } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php index ca8ca8b2895..7fe558d2ab8 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. */ class FilesFolderRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddPostRequestBody.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddPostRequestBody.php index fd6dc35437a..d0334319ae8 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.php index 1e3da6e0ca4..32825e9fb9b 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Teamwork/DeletedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php index 6992f631522..20ca742d40c 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0 Find more info here @@ -70,11 +70,11 @@ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 Find more info here */ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -90,7 +90,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConversationMemberItemRequestBuilderGet } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index 9174aaf5281..cf6cf0d1714 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilder.php index 0175af53252..a89898c3f0d 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 Find more info here */ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php index a1a5f8e1753..260edc61b51 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php index cfc0f6147ed..c603f055154 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -117,7 +117,7 @@ public function get(?ChatMessageItemRequestBuilderGetRequestConfiguration $reque } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -175,7 +175,7 @@ public function toGetRequestInformation(?ChatMessageItemRequestBuilderGetRequest } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index f19384a8ed0..7e995fbdf26 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php index 403179967bc..5874006fb55 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index 2fb526563c2..735f1280084 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index ee88ca6d957..19f886378d1 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 673f2f721a7..10b6115c3ad 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php index 872c696b318..b25614af114 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index 51348ac8ee8..54aa3d9ad22 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php index 5b74e35379f..0b0cf991445 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index 687bf928d24..345f821dfa3 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index adc32680232..5dfd5c58b39 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 7d4b6940a39..bfe3d5a3a3a 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php index 1603565cdc8..5263ed43033 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php index 203cae31140..01f530144b2 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index bd224ecbd85..f98e7c3e080 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php index a0601aad10d..97640a2b64f 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php index 32c8fc89dba..1fb2243d20d 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?RepliesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfigu } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?RepliesRequestBuilderGetRequestConfigur } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php index d60bcd3990f..46661ac4229 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. */ class RepliesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php index 699e49a72c9..57779386246 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php index 2a8cf430344..4667b9285f5 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 84d4e7ee68a..c8d8daccc66 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 25248abe318..37383f48aa0 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.php index 775c39c3d98..0149e0fe0df 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfig } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php index 92e2e8a6012..0d35be397a4 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php index 90a4f6a8361..acc5f3db2f5 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ProvisionEmailRequestBuilderPostRequestConfiguration $requ } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php index bf5c48feef7..08f5b422521 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RemoveEmailRequestBuilderPostRequestConfiguration $request } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php index 24f1e73a283..9a51f9ae881 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AllowedMembersRequestBuilderGetRequestConfiguration $reques } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php index cb4d7bd52ef..e49a70a9133 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. */ class AllowedMembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php index a88547b191d..ed2feffccb4 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?SharedWithChannelTeamInfoItemRequestBuilderDeleteRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(SharedWithChannelTeamInfo $body, ?SharedWithChannelTeamInf } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?SharedWithChannelTeamInfoItemRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php index 58ef89edd38..e522ed8d7c5 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php index d0f7a6b73a8..77f86bddb2a 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SharedWithChannelTeamInfo $body, ?SharedWithTeamsRequestBui } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php index 366474d211b..b48e344ad0e 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithTeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php index 9076f40d46e..8e348461ca3 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamsTabItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamsTabItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamsTab $body, ?TeamsTabItemRequestBuilderPatchRequestCon } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamsTabItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamsTabItemRequestBuilderGetRequestCon } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php index 8773c6a9ca6..e823eda108b 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. */ class TeamsTabItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.php index 1419836e564..a7ff39f7bfd 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TabsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsTab $body, ?TabsRequestBuilderPostRequestConfiguration } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TabsRequestBuilderGetRequestConfigurati } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php index 7dea7321339..a900484b0eb 100644 --- a/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/DeletedTeams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. */ class TabsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsPostRequestBody.php b/src/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsPostRequestBody.php index 16b864aac5e..3c559417b4f 100644 --- a/src/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsPostRequestBody.php +++ b/src/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsPostRequestBody.php @@ -52,7 +52,7 @@ public function getActivityType(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -65,7 +65,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -189,16 +189,16 @@ public function setActivityType(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsRequestBuilder.php b/src/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsRequestBuilder.php index 1733cc80cb1..5f1abb67eca 100644 --- a/src/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsRequestBuilder.php +++ b/src/Generated/Teamwork/SendActivityNotificationToRecipients/SendActivityNotificationToRecipientsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send activity feed notifications to multiple users, in bulk. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send activity feed notifications to multiple users, in bulk. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationToRecipientsPostRequestBody $body The request body * @param SendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SendActivityNotificationToRecipientsPostRequestBody $body, } /** - * Send activity feed notifications to multiple users, in bulk. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send activity feed notifications to multiple users, in bulk. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationToRecipientsPostRequestBody $body The request body * @param SendActivityNotificationToRecipientsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/TeamsAppSettings/TeamsAppSettingsRequestBuilder.php b/src/Generated/Teamwork/TeamsAppSettings/TeamsAppSettingsRequestBuilder.php index b0735729459..d610dd626a1 100644 --- a/src/Generated/Teamwork/TeamsAppSettings/TeamsAppSettingsRequestBuilder.php +++ b/src/Generated/Teamwork/TeamsAppSettings/TeamsAppSettingsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?TeamsAppSettingsRequestBuilderDeleteRequestConfiguration } /** - * Get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is supported in the following national cloud deployments. + * Get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is available in the following national cloud deployments. * @param TeamsAppSettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?TeamsAppSettingsRequestBuilderGetRequestConfiguration $requ } /** - * Update the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is supported in the following national cloud deployments. + * Update the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is available in the following national cloud deployments. * @param TeamsAppSettings $body The request body * @param TeamsAppSettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?TeamsAppSettingsRequestBuilderDelete } /** - * Get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is supported in the following national cloud deployments. + * Get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is available in the following national cloud deployments. * @param TeamsAppSettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?TeamsAppSettingsRequestBuilderGetReques } /** - * Update the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is supported in the following national cloud deployments. + * Update the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is available in the following national cloud deployments. * @param TeamsAppSettings $body The request body * @param TeamsAppSettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/TeamsAppSettings/TeamsAppSettingsRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/TeamsAppSettings/TeamsAppSettingsRequestBuilderGetQueryParameters.php index da07b74e785..0600aee7d68 100644 --- a/src/Generated/Teamwork/TeamsAppSettings/TeamsAppSettingsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/TeamsAppSettings/TeamsAppSettingsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is supported in the following national cloud deployments. + * Get the tenant-wide teamsAppSettings for all Teams apps in the tenant. This API is available in the following national cloud deployments. */ class TeamsAppSettingsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/WorkforceIntegrations/Item/WorkforceIntegrationItemRequestBuilder.php b/src/Generated/Teamwork/WorkforceIntegrations/Item/WorkforceIntegrationItemRequestBuilder.php index 9e4573b5fe7..31969aa1cc0 100644 --- a/src/Generated/Teamwork/WorkforceIntegrations/Item/WorkforceIntegrationItemRequestBuilder.php +++ b/src/Generated/Teamwork/WorkforceIntegrations/Item/WorkforceIntegrationItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an instance of a workforceIntegration. This API is supported in the following national cloud deployments. + * Delete an instance of a workforceIntegration. This API is available in the following national cloud deployments. * @param WorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?WorkforceIntegrationItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the properties and relationships of a workforceIntegration object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a workforceIntegration object. This API is available in the following national cloud deployments. * @param WorkforceIntegrationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?WorkforceIntegrationItemRequestBuilderGetRequestConfigurati } /** - * Update the properties of a workforceIntegration object. This API is supported in the following national cloud deployments. + * Update the properties of a workforceIntegration object. This API is available in the following national cloud deployments. * @param WorkforceIntegration $body The request body * @param WorkforceIntegrationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(WorkforceIntegration $body, ?WorkforceIntegrationItemReque } /** - * Delete an instance of a workforceIntegration. This API is supported in the following national cloud deployments. + * Delete an instance of a workforceIntegration. This API is available in the following national cloud deployments. * @param WorkforceIntegrationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?WorkforceIntegrationItemRequestBuild } /** - * Retrieve the properties and relationships of a workforceIntegration object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a workforceIntegration object. This API is available in the following national cloud deployments. * @param WorkforceIntegrationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?WorkforceIntegrationItemRequestBuilderG } /** - * Update the properties of a workforceIntegration object. This API is supported in the following national cloud deployments. + * Update the properties of a workforceIntegration object. This API is available in the following national cloud deployments. * @param WorkforceIntegration $body The request body * @param WorkforceIntegrationItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/WorkforceIntegrations/Item/WorkforceIntegrationItemRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/WorkforceIntegrations/Item/WorkforceIntegrationItemRequestBuilderGetQueryParameters.php index 72f36efde57..056a4f27ce8 100644 --- a/src/Generated/Teamwork/WorkforceIntegrations/Item/WorkforceIntegrationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/WorkforceIntegrations/Item/WorkforceIntegrationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a workforceIntegration object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a workforceIntegration object. This API is available in the following national cloud deployments. */ class WorkforceIntegrationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilder.php b/src/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilder.php index 6c93f86194b..a0a42255269 100644 --- a/src/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilder.php +++ b/src/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of workforceIntegration objects. This API is supported in the following national cloud deployments. + * Retrieve a list of workforceIntegration objects. This API is available in the following national cloud deployments. * @param WorkforceIntegrationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?WorkforceIntegrationsRequestBuilderGetRequestConfiguration } /** - * Create a new workforceIntegration object.You can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests. This API is supported in the following national cloud deployments. + * Create a new workforceIntegration object.You can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests. This API is available in the following national cloud deployments. * @param WorkforceIntegration $body The request body * @param WorkforceIntegrationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(WorkforceIntegration $body, ?WorkforceIntegrationsRequestBu } /** - * Retrieve a list of workforceIntegration objects. This API is supported in the following national cloud deployments. + * Retrieve a list of workforceIntegration objects. This API is available in the following national cloud deployments. * @param WorkforceIntegrationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?WorkforceIntegrationsRequestBuilderGetR } /** - * Create a new workforceIntegration object.You can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests. This API is supported in the following national cloud deployments. + * Create a new workforceIntegration object.You can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests. This API is available in the following national cloud deployments. * @param WorkforceIntegration $body The request body * @param WorkforceIntegrationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilderGetQueryParameters.php b/src/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilderGetQueryParameters.php index d43c14b9d36..2c5fec565e5 100644 --- a/src/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Teamwork/WorkforceIntegrations/WorkforceIntegrationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of workforceIntegration objects. This API is supported in the following national cloud deployments. + * Retrieve a list of workforceIntegration objects. This API is available in the following national cloud deployments. */ class WorkforceIntegrationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilder.php index 421244c4b9e..2212a0ed2c7 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the delegatedAdminCustomer objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminCustomer objects and their properties. This API is available in the following national cloud deployments. * @param DelegatedAdminCustomersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(DelegatedAdminCustomer $body, ?DelegatedAdminCustomersReque } /** - * Get a list of the delegatedAdminCustomer objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminCustomer objects and their properties. This API is available in the following national cloud deployments. * @param DelegatedAdminCustomersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilderGetQueryParameters.php index d13fee9346c..3f291f52e9d 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminCustomers/DelegatedAdminCustomersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the delegatedAdminCustomer objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminCustomer objects and their properties. This API is available in the following national cloud deployments. */ class DelegatedAdminCustomersRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/DelegatedAdminCustomerItemRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/DelegatedAdminCustomerItemRequestBuilder.php index c35d4f36e0d..c80ffd40471 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/DelegatedAdminCustomerItemRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/DelegatedAdminCustomerItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?DelegatedAdminCustomerItemRequestBuilderDeleteRequestCon } /** - * Read the properties of a delegatedAdminCustomer object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminCustomer object. This API is available in the following national cloud deployments. * @param DelegatedAdminCustomerItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?DelegatedAdminCustomerItemRequestBui } /** - * Read the properties of a delegatedAdminCustomer object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminCustomer object. This API is available in the following national cloud deployments. * @param DelegatedAdminCustomerItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/DelegatedAdminCustomerItemRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/DelegatedAdminCustomerItemRequestBuilderGetQueryParameters.php index b67f27b68fd..4c93cc074b3 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/DelegatedAdminCustomerItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/DelegatedAdminCustomerItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties of a delegatedAdminCustomer object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminCustomer object. This API is available in the following national cloud deployments. */ class DelegatedAdminCustomerItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilder.php index 81756670ba5..4d50b2038c6 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is available in the following national cloud deployments. * @param ServiceManagementDetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(DelegatedAdminServiceManagementDetail $body, ?ServiceManage } /** - * Get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is available in the following national cloud deployments. * @param ServiceManagementDetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilderGetQueryParameters.php index 330b74c71f2..eb468ed48fc 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminCustomers/Item/ServiceManagementDetails/ServiceManagementDetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminServiceManagementDetail objects and their properties. This API is available in the following national cloud deployments. */ class ServiceManagementDetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilder.php index e34b7bfd64d..ae9ce9dfa9f 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the delegatedAdminRelationship objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminRelationship objects and their properties. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?DelegatedAdminRelationshipsRequestBuilderGetRequestConfigur } /** - * Create a new delegatedAdminRelationship object. This API is supported in the following national cloud deployments. + * Create a new delegatedAdminRelationship object. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationship $body The request body * @param DelegatedAdminRelationshipsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(DelegatedAdminRelationship $body, ?DelegatedAdminRelationsh } /** - * Get a list of the delegatedAdminRelationship objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminRelationship objects and their properties. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?DelegatedAdminRelationshipsRequestBuild } /** - * Create a new delegatedAdminRelationship object. This API is supported in the following national cloud deployments. + * Create a new delegatedAdminRelationship object. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationship $body The request body * @param DelegatedAdminRelationshipsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilderGetQueryParameters.php index 1307fc93886..9ca2b296226 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/DelegatedAdminRelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the delegatedAdminRelationship objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminRelationship objects and their properties. This API is available in the following national cloud deployments. */ class DelegatedAdminRelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilder.php index 51aa30d249e..8654c6e58ad 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the delegatedAdminAccessAssignment objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminAccessAssignment objects and their properties. This API is available in the following national cloud deployments. * @param AccessAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?AccessAssignmentsRequestBuilderGetRequestConfiguration $req } /** - * Create a new delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments. + * Create a new delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments. * @param DelegatedAdminAccessAssignment $body The request body * @param AccessAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(DelegatedAdminAccessAssignment $body, ?AccessAssignmentsReq } /** - * Get a list of the delegatedAdminAccessAssignment objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminAccessAssignment objects and their properties. This API is available in the following national cloud deployments. * @param AccessAssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AccessAssignmentsRequestBuilderGetReque } /** - * Create a new delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments. + * Create a new delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments. * @param DelegatedAdminAccessAssignment $body The request body * @param AccessAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilderGetQueryParameters.php index 7731af791bd..05bac4668d4 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/AccessAssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the delegatedAdminAccessAssignment objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminAccessAssignment objects and their properties. This API is available in the following national cloud deployments. */ class AccessAssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Item/DelegatedAdminAccessAssignmentItemRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Item/DelegatedAdminAccessAssignmentItemRequestBuilder.php index 28c0220cd3a..77d033387af 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Item/DelegatedAdminAccessAssignmentItemRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Item/DelegatedAdminAccessAssignmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments. + * Delete a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments. * @param DelegatedAdminAccessAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?DelegatedAdminAccessAssignmentItemRequestBuilderDeleteRe } /** - * Read the properties of a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments. * @param DelegatedAdminAccessAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?DelegatedAdminAccessAssignmentItemRequestBuilderGetRequestC } /** - * Update the properties of a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments. + * Update the properties of a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments. * @param DelegatedAdminAccessAssignment $body The request body * @param DelegatedAdminAccessAssignmentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(DelegatedAdminAccessAssignment $body, ?DelegatedAdminAcces } /** - * Delete a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments. + * Delete a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments. * @param DelegatedAdminAccessAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?DelegatedAdminAccessAssignmentItemRe } /** - * Read the properties of a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments. * @param DelegatedAdminAccessAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?DelegatedAdminAccessAssignmentItemReque } /** - * Update the properties of a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments. + * Update the properties of a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments. * @param DelegatedAdminAccessAssignment $body The request body * @param DelegatedAdminAccessAssignmentItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Item/DelegatedAdminAccessAssignmentItemRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Item/DelegatedAdminAccessAssignmentItemRequestBuilderGetQueryParameters.php index 33c754a6f60..ba442cd6415 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Item/DelegatedAdminAccessAssignmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/AccessAssignments/Item/DelegatedAdminAccessAssignmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties of a delegatedAdminAccessAssignment object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminAccessAssignment object. This API is available in the following national cloud deployments. */ class DelegatedAdminAccessAssignmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/DelegatedAdminRelationshipItemRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/DelegatedAdminRelationshipItemRequestBuilder.php index 1d721b5e6d2..46cac243c4d 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/DelegatedAdminRelationshipItemRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/DelegatedAdminRelationshipItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. This API is supported in the following national cloud deployments. + * Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?DelegatedAdminRelationshipItemRequestBuilderDeleteReques } /** - * Read the properties of a delegatedAdminRelationship object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminRelationship object. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0 Find more info here @@ -94,7 +94,7 @@ public function get(?DelegatedAdminRelationshipItemRequestBuilderGetRequestConfi } /** - * Update the properties of a delegatedAdminRelationship object. A relationship can only be updated if it's in the created status. This API is supported in the following national cloud deployments. + * Update the properties of a delegatedAdminRelationship object. A relationship can only be updated if it's in the created status. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationship $body The request body * @param DelegatedAdminRelationshipItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function patch(DelegatedAdminRelationship $body, ?DelegatedAdminRelations } /** - * Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. This API is supported in the following national cloud deployments. + * Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toDeleteRequestInformation(?DelegatedAdminRelationshipItemReques } /** - * Read the properties of a delegatedAdminRelationship object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminRelationship object. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -152,7 +152,7 @@ public function toGetRequestInformation(?DelegatedAdminRelationshipItemRequestBu } /** - * Update the properties of a delegatedAdminRelationship object. A relationship can only be updated if it's in the created status. This API is supported in the following national cloud deployments. + * Update the properties of a delegatedAdminRelationship object. A relationship can only be updated if it's in the created status. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationship $body The request body * @param DelegatedAdminRelationshipItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/DelegatedAdminRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/DelegatedAdminRelationshipItemRequestBuilderGetQueryParameters.php index 56d1fe2af85..960e7309196 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/DelegatedAdminRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/DelegatedAdminRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties of a delegatedAdminRelationship object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminRelationship object. This API is available in the following national cloud deployments. */ class DelegatedAdminRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Item/DelegatedAdminRelationshipOperationItemRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Item/DelegatedAdminRelationshipOperationItemRequestBuilder.php index d1e580255e2..a1061afdd14 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Item/DelegatedAdminRelationshipOperationItemRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Item/DelegatedAdminRelationshipOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DelegatedAdminRelationshipOperationItemRequestBuilderDel } /** - * Read the properties of a delegatedAdminRelationshipOperation object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminRelationshipOperation object. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?DelegatedAdminRelationshipOperationI } /** - * Read the properties of a delegatedAdminRelationshipOperation object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminRelationshipOperation object. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Item/DelegatedAdminRelationshipOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Item/DelegatedAdminRelationshipOperationItemRequestBuilderGetQueryParameters.php index db9bb872282..781551cc89a 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Item/DelegatedAdminRelationshipOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/Item/DelegatedAdminRelationshipOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties of a delegatedAdminRelationshipOperation object. This API is supported in the following national cloud deployments. + * Read the properties of a delegatedAdminRelationshipOperation object. This API is available in the following national cloud deployments. */ class DelegatedAdminRelationshipOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilder.php index e1d5ce82ce1..48c6524298b 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(DelegatedAdminRelationshipOperation $body, ?OperationsReque } /** - * Get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilderGetQueryParameters.php index f64c87869d1..8652a4a578e 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminRelationshipOperation objects and their properties. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Item/DelegatedAdminRelationshipRequestItemRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Item/DelegatedAdminRelationshipRequestItemRequestBuilder.php index 9aa782e8aef..89eac4f9cf3 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Item/DelegatedAdminRelationshipRequestItemRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Item/DelegatedAdminRelationshipRequestItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DelegatedAdminRelationshipRequestItemRequestBuilderDelet } /** - * Read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?DelegatedAdminRelationshipRequestIte } /** - * Read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Item/DelegatedAdminRelationshipRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Item/DelegatedAdminRelationshipRequestItemRequestBuilderGetQueryParameters.php index 8e98f5ea8c4..af71bfcea14 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Item/DelegatedAdminRelationshipRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/Item/DelegatedAdminRelationshipRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a delegatedAdminRelationshipRequest object. This API is available in the following national cloud deployments. */ class DelegatedAdminRelationshipRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilder.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilder.php index 3eac4688990..07e7b06f276 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilder.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is available in the following national cloud deployments. * @param RequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?RequestsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new delegatedAdminRelationshipRequest object. This API is supported in the following national cloud deployments. + * Create a new delegatedAdminRelationshipRequest object. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipRequest $body The request body * @param RequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(DelegatedAdminRelationshipRequest $body, ?RequestsRequestBu } /** - * Get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is available in the following national cloud deployments. * @param RequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?RequestsRequestBuilderGetRequestConfigu } /** - * Create a new delegatedAdminRelationshipRequest object. This API is supported in the following national cloud deployments. + * Create a new delegatedAdminRelationshipRequest object. This API is available in the following national cloud deployments. * @param DelegatedAdminRelationshipRequest $body The request body * @param RequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilderGetQueryParameters.php b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilderGetQueryParameters.php index 6d2055b6387..a0e6db24504 100644 --- a/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/TenantRelationships/DelegatedAdminRelationships/Item/Requests/RequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the delegatedAdminRelationshipRequest objects and their properties. This API is available in the following national cloud deployments. */ class RequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php index 75a5512e293..9584ba907cd 100644 --- a/src/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ b/src/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAv } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php index af7057459a9..ce613d5ea4c 100644 --- a/src/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ b/src/Generated/Users/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetA } /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. + * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is available in the following national cloud deployments. * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Users/GetByIds/GetByIdsPostRequestBody.php index 16753013b52..8ee90855ab5 100644 --- a/src/Generated/Users/GetByIds/GetByIdsPostRequestBody.php +++ b/src/Generated/Users/GetByIds/GetByIdsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetBy } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -121,16 +121,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Users/GetByIds/GetByIdsRequestBuilder.php index 01fca6c54ed..d7465418569 100644 --- a/src/Generated/Users/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Users/GetByIds/GetByIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostR } /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. + * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is available in the following national cloud deployments. * @param GetByIdsPostRequestBody $body The request body * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Activities/ActivitiesRequestBuilder.php b/src/Generated/Users/Item/Activities/ActivitiesRequestBuilder.php index a6aa624cb37..5ed8c522e0d 100644 --- a/src/Generated/Users/Item/Activities/ActivitiesRequestBuilder.php +++ b/src/Generated/Users/Item/Activities/ActivitiesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get activities for a given user. Unlike the recent OData function, activities without histories will be returned. The permission UserActivity.ReadWrite.CreatedByApp will apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is particularly active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is supported in the following national cloud deployments. + * Get activities for a given user. Unlike the recent OData function, activities without histories will be returned. The permission UserActivity.ReadWrite.CreatedByApp will apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is particularly active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is available in the following national cloud deployments. * @param ActivitiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/projectrome-get-activities?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(UserActivity $body, ?ActivitiesRequestBuilderPostRequestCon } /** - * Get activities for a given user. Unlike the recent OData function, activities without histories will be returned. The permission UserActivity.ReadWrite.CreatedByApp will apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is particularly active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is supported in the following national cloud deployments. + * Get activities for a given user. Unlike the recent OData function, activities without histories will be returned. The permission UserActivity.ReadWrite.CreatedByApp will apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is particularly active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is available in the following national cloud deployments. * @param ActivitiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Activities/ActivitiesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Activities/ActivitiesRequestBuilderGetQueryParameters.php index c8bbcd012aa..cff78933f7e 100644 --- a/src/Generated/Users/Item/Activities/ActivitiesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Activities/ActivitiesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get activities for a given user. Unlike the recent OData function, activities without histories will be returned. The permission UserActivity.ReadWrite.CreatedByApp will apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is particularly active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is supported in the following national cloud deployments. + * Get activities for a given user. Unlike the recent OData function, activities without histories will be returned. The permission UserActivity.ReadWrite.CreatedByApp will apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is particularly active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is available in the following national cloud deployments. */ class ActivitiesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.php b/src/Generated/Users/Item/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.php index 44744d68364..596f4704bda 100644 --- a/src/Generated/Users/Item/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.php +++ b/src/Generated/Users/Item/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.php @@ -76,7 +76,7 @@ public function get(?ActivityHistoryItemItemRequestBuilderGetRequestConfiguratio } /** - * Delete an existing history item for an existing user activity. This API is supported in the following national cloud deployments. + * Delete an existing history item for an existing user activity. This API is available in the following national cloud deployments. * @param ActivityHistoryItem $body The request body * @param ActivityHistoryItemItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -134,7 +134,7 @@ public function toGetRequestInformation(?ActivityHistoryItemItemRequestBuilderGe } /** - * Delete an existing history item for an existing user activity. This API is supported in the following national cloud deployments. + * Delete an existing history item for an existing user activity. This API is available in the following national cloud deployments. * @param ActivityHistoryItem $body The request body * @param ActivityHistoryItemItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Activities/Item/UserActivityItemRequestBuilder.php b/src/Generated/Users/Item/Activities/Item/UserActivityItemRequestBuilder.php index a29d906c00a..d6fd885c9a3 100644 --- a/src/Generated/Users/Item/Activities/Item/UserActivityItemRequestBuilder.php +++ b/src/Generated/Users/Item/Activities/Item/UserActivityItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an existing user activity for your app. This API is supported in the following national cloud deployments. + * Delete an existing user activity for your app. This API is available in the following national cloud deployments. * @param UserActivityItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/projectrome-delete-activity?view=graph-rest-1.0 Find more info here @@ -96,7 +96,7 @@ public function patch(UserActivity $body, ?UserActivityItemRequestBuilderPatchRe } /** - * Delete an existing user activity for your app. This API is supported in the following national cloud deployments. + * Delete an existing user activity for your app. This API is available in the following national cloud deployments. * @param UserActivityItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Activities/Recent/RecentRequestBuilder.php b/src/Generated/Users/Item/Activities/Recent/RecentRequestBuilder.php index 2e32fe8df3c..1f6f1a0236e 100644 --- a/src/Generated/Users/Item/Activities/Recent/RecentRequestBuilder.php +++ b/src/Generated/Users/Item/Activities/Recent/RecentRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent historyItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the historyItem. This means that activities without historyItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is supported in the following national cloud deployments. + * Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent historyItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the historyItem. This means that activities without historyItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is available in the following national cloud deployments. * @param RecentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?RecentRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent historyItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the historyItem. This means that activities without historyItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is supported in the following national cloud deployments. + * Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent historyItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the historyItem. This means that activities without historyItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is available in the following national cloud deployments. * @param RecentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Activities/Recent/RecentRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Activities/Recent/RecentRequestBuilderGetQueryParameters.php index 7e9987a2779..c583ffdef12 100644 --- a/src/Generated/Users/Item/Activities/Recent/RecentRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Activities/Recent/RecentRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent historyItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the historyItem. This means that activities without historyItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is supported in the following national cloud deployments. + * Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent historyItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the historyItem. This means that activities without historyItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. This API is available in the following national cloud deployments. */ class RecentRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilder.php b/src/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilder.php index a05f436a77e..af5e017e18d 100644 --- a/src/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilder.php +++ b/src/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the signed-in user's agreementAcceptance objects. This API is supported in the following national cloud deployments. + * Retrieve the signed-in user's agreementAcceptance objects. This API is available in the following national cloud deployments. * @param AgreementAcceptancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AgreementAcceptancesRequestBuilderGetRequestConfiguration $ } /** - * Retrieve the signed-in user's agreementAcceptance objects. This API is supported in the following national cloud deployments. + * Retrieve the signed-in user's agreementAcceptance objects. This API is available in the following national cloud deployments. * @param AgreementAcceptancesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilderGetQueryParameters.php index 442eb3995a2..4329b155511 100644 --- a/src/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/AgreementAcceptances/AgreementAcceptancesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the signed-in user's agreementAcceptance objects. This API is supported in the following national cloud deployments. + * Retrieve the signed-in user's agreementAcceptance objects. This API is available in the following national cloud deployments. */ class AgreementAcceptancesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php b/src/Generated/Users/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php index ead5ba22703..dcdf5a218de 100644 --- a/src/Generated/Users/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php +++ b/src/Generated/Users/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.php @@ -72,7 +72,7 @@ public function get(?AppRoleAssignmentsRequestBuilderGetRequestConfiguration $re } /** - * Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers: This API is supported in the following national cloud deployments. + * Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers: This API is available in the following national cloud deployments. * @param AppRoleAssignment $body The request body * @param AppRoleAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -113,7 +113,7 @@ public function toGetRequestInformation(?AppRoleAssignmentsRequestBuilderGetRequ } /** - * Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers: This API is supported in the following national cloud deployments. + * Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers: This API is available in the following national cloud deployments. * @param AppRoleAssignment $body The request body * @param AppRoleAssignmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php b/src/Generated/Users/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php index e48308ba4ad..b6386408f8a 100644 --- a/src/Generated/Users/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an appRoleAssignment that has been granted to a user. This API is supported in the following national cloud deployments. + * Delete an appRoleAssignment that has been granted to a user. This API is available in the following national cloud deployments. * @param AppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0 Find more info here @@ -88,7 +88,7 @@ public function patch(AppRoleAssignment $body, ?AppRoleAssignmentItemRequestBuil } /** - * Delete an appRoleAssignment that has been granted to a user. This API is supported in the following national cloud deployments. + * Delete an appRoleAssignment that has been granted to a user. This API is available in the following national cloud deployments. * @param AppRoleAssignmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/AssignLicense/AssignLicensePostRequestBody.php b/src/Generated/Users/Item/AssignLicense/AssignLicensePostRequestBody.php index 8c36316d7f7..485b9700a67 100644 --- a/src/Generated/Users/Item/AssignLicense/AssignLicensePostRequestBody.php +++ b/src/Generated/Users/Item/AssignLicense/AssignLicensePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Assig } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAddLicenses(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -115,8 +115,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -131,8 +131,8 @@ public function setAddLicenses(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/AssignLicense/AssignLicenseRequestBuilder.php b/src/Generated/Users/Item/AssignLicense/AssignLicenseRequestBuilder.php index 6c6ad694529..7da9438eafb 100644 --- a/src/Generated/Users/Item/AssignLicense/AssignLicenseRequestBuilder.php +++ b/src/Generated/Users/Item/AssignLicense/AssignLicenseRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add or remove subscriptions for the user. You can also enable and disable specific plans associated with a subscription. This API is supported in the following national cloud deployments. + * Add or remove subscriptions for the user. You can also enable and disable specific plans associated with a subscription. This API is available in the following national cloud deployments. * @param AssignLicensePostRequestBody $body The request body * @param AssignLicenseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(AssignLicensePostRequestBody $body, ?AssignLicenseRequestBu } /** - * Add or remove subscriptions for the user. You can also enable and disable specific plans associated with a subscription. This API is supported in the following national cloud deployments. + * Add or remove subscriptions for the user. You can also enable and disable specific plans associated with a subscription. This API is available in the following national cloud deployments. * @param AssignLicensePostRequestBody $body The request body * @param AssignLicenseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilder.php b/src/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilder.php index a9849bfde4c..5da8a889e9a 100644 --- a/src/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of a user's emailAuthenticationMethod objects and their properties. This API will return only a single object in the collection as only one email method can be set for a user. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's emailAuthenticationMethod objects and their properties. This API will return only a single object in the collection as only one email method can be set for a user. This API is available in the following national cloud deployments. * @param EmailMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?EmailMethodsRequestBuilderGetRequestConfiguration $requestC } /** - * Set a user's emailAuthenticationMethod object. Email authentication is a self-service password reset method. A user may only have one email authentication method. This API is supported in the following national cloud deployments. + * Set a user's emailAuthenticationMethod object. Email authentication is a self-service password reset method. A user may only have one email authentication method. This API is available in the following national cloud deployments. * @param EmailAuthenticationMethod $body The request body * @param EmailMethodsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(EmailAuthenticationMethod $body, ?EmailMethodsRequestBuilde } /** - * Retrieve a list of a user's emailAuthenticationMethod objects and their properties. This API will return only a single object in the collection as only one email method can be set for a user. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's emailAuthenticationMethod objects and their properties. This API will return only a single object in the collection as only one email method can be set for a user. This API is available in the following national cloud deployments. * @param EmailMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?EmailMethodsRequestBuilderGetRequestCon } /** - * Set a user's emailAuthenticationMethod object. Email authentication is a self-service password reset method. A user may only have one email authentication method. This API is supported in the following national cloud deployments. + * Set a user's emailAuthenticationMethod object. Email authentication is a self-service password reset method. A user may only have one email authentication method. This API is available in the following national cloud deployments. * @param EmailAuthenticationMethod $body The request body * @param EmailMethodsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilderGetQueryParameters.php index 2a8454cb2a3..ed3af947b7b 100644 --- a/src/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/EmailMethods/EmailMethodsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of a user's emailAuthenticationMethod objects and their properties. This API will return only a single object in the collection as only one email method can be set for a user. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's emailAuthenticationMethod objects and their properties. This API will return only a single object in the collection as only one email method can be set for a user. This API is available in the following national cloud deployments. */ class EmailMethodsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/EmailMethods/Item/EmailAuthenticationMethodItemRequestBuilder.php b/src/Generated/Users/Item/Authentication/EmailMethods/Item/EmailAuthenticationMethodItemRequestBuilder.php index 3671df3ef8e..5098d4fa61a 100644 --- a/src/Generated/Users/Item/Authentication/EmailMethods/Item/EmailAuthenticationMethodItemRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/EmailMethods/Item/EmailAuthenticationMethodItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a user's emailAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Deletes a user's emailAuthenticationMethod object. This API is available in the following national cloud deployments. * @param EmailAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?EmailAuthenticationMethodItemRequestBuilderDeleteRequest } /** - * Retrieve a user's single email authentication method object. This API is supported in the following national cloud deployments. + * Retrieve a user's single email authentication method object. This API is available in the following national cloud deployments. * @param EmailAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/emailauthenticationmethod-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?EmailAuthenticationMethodItemRequestBuilderGetRequestConfig } /** - * Update a user's email address represented by an emailAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Update a user's email address represented by an emailAuthenticationMethod object. This API is available in the following national cloud deployments. * @param EmailAuthenticationMethod $body The request body * @param EmailAuthenticationMethodItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(EmailAuthenticationMethod $body, ?EmailAuthenticationMetho } /** - * Deletes a user's emailAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Deletes a user's emailAuthenticationMethod object. This API is available in the following national cloud deployments. * @param EmailAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?EmailAuthenticationMethodItemRequest } /** - * Retrieve a user's single email authentication method object. This API is supported in the following national cloud deployments. + * Retrieve a user's single email authentication method object. This API is available in the following national cloud deployments. * @param EmailAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?EmailAuthenticationMethodItemRequestBui } /** - * Update a user's email address represented by an emailAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Update a user's email address represented by an emailAuthenticationMethod object. This API is available in the following national cloud deployments. * @param EmailAuthenticationMethod $body The request body * @param EmailAuthenticationMethodItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Authentication/EmailMethods/Item/EmailAuthenticationMethodItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/EmailMethods/Item/EmailAuthenticationMethodItemRequestBuilderGetQueryParameters.php index f2e3b36aa66..87073e2e463 100644 --- a/src/Generated/Users/Item/Authentication/EmailMethods/Item/EmailAuthenticationMethodItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/EmailMethods/Item/EmailAuthenticationMethodItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a user's single email authentication method object. This API is supported in the following national cloud deployments. + * Retrieve a user's single email authentication method object. This API is available in the following national cloud deployments. */ class EmailAuthenticationMethodItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.php b/src/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.php index c368a5bc48b..1c87f876736 100644 --- a/src/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of a user's FIDO2 Security Key Authentication Method objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's FIDO2 Security Key Authentication Method objects and their properties. This API is available in the following national cloud deployments. * @param Fido2MethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?Fido2MethodsRequestBuilderGetRequestConfiguration $requestC } /** - * Retrieve a list of a user's FIDO2 Security Key Authentication Method objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's FIDO2 Security Key Authentication Method objects and their properties. This API is available in the following national cloud deployments. * @param Fido2MethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilderGetQueryParameters.php index b39eae67487..159eea016b5 100644 --- a/src/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/Fido2Methods/Fido2MethodsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of a user's FIDO2 Security Key Authentication Method objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's FIDO2 Security Key Authentication Method objects and their properties. This API is available in the following national cloud deployments. */ class Fido2MethodsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/Fido2Methods/Item/Fido2AuthenticationMethodItemRequestBuilder.php b/src/Generated/Users/Item/Authentication/Fido2Methods/Item/Fido2AuthenticationMethodItemRequestBuilder.php index 631ccf91f75..1c44b833b92 100644 --- a/src/Generated/Users/Item/Authentication/Fido2Methods/Item/Fido2AuthenticationMethodItemRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/Fido2Methods/Item/Fido2AuthenticationMethodItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a user's FIDO2 Security Key Authentication Method object. This API is supported in the following national cloud deployments. + * Deletes a user's FIDO2 Security Key Authentication Method object. This API is available in the following national cloud deployments. * @param Fido2AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?Fido2AuthenticationMethodItemRequestBuilderDeleteRequest } /** - * Retrieve a user's single FIDO2 Security Key Authentication Method object. This API is supported in the following national cloud deployments. + * Retrieve a user's single FIDO2 Security Key Authentication Method object. This API is available in the following national cloud deployments. * @param Fido2AuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?Fido2AuthenticationMethodItemRequestBuilderGetRequestConfig } /** - * Deletes a user's FIDO2 Security Key Authentication Method object. This API is supported in the following national cloud deployments. + * Deletes a user's FIDO2 Security Key Authentication Method object. This API is available in the following national cloud deployments. * @param Fido2AuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -87,7 +87,7 @@ public function toDeleteRequestInformation(?Fido2AuthenticationMethodItemRequest } /** - * Retrieve a user's single FIDO2 Security Key Authentication Method object. This API is supported in the following national cloud deployments. + * Retrieve a user's single FIDO2 Security Key Authentication Method object. This API is available in the following national cloud deployments. * @param Fido2AuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/Fido2Methods/Item/Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/Fido2Methods/Item/Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters.php index f04c3baa860..6638617fcaf 100644 --- a/src/Generated/Users/Item/Authentication/Fido2Methods/Item/Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/Fido2Methods/Item/Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a user's single FIDO2 Security Key Authentication Method object. This API is supported in the following national cloud deployments. + * Retrieve a user's single FIDO2 Security Key Authentication Method object. This API is available in the following national cloud deployments. */ class Fido2AuthenticationMethodItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/Methods/Item/AuthenticationMethodItemRequestBuilder.php b/src/Generated/Users/Item/Authentication/Methods/Item/AuthenticationMethodItemRequestBuilder.php index 736e2e0558c..77e32b05c83 100644 --- a/src/Generated/Users/Item/Authentication/Methods/Item/AuthenticationMethodItemRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/Methods/Item/AuthenticationMethodItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of an authenticationMethod object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an authenticationMethod object. This API is available in the following national cloud deployments. * @param AuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authenticationmethod-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function patch(AuthenticationMethod $body, ?AuthenticationMethodItemReque } /** - * Retrieve the properties and relationships of an authenticationMethod object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an authenticationMethod object. This API is available in the following national cloud deployments. * @param AuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/Methods/Item/AuthenticationMethodItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/Methods/Item/AuthenticationMethodItemRequestBuilderGetQueryParameters.php index a624fc0e53d..06b730787db 100644 --- a/src/Generated/Users/Item/Authentication/Methods/Item/AuthenticationMethodItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/Methods/Item/AuthenticationMethodItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an authenticationMethod object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an authenticationMethod object. This API is available in the following national cloud deployments. */ class AuthenticationMethodItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordPostRequestBody.php b/src/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordPostRequestBody.php index 3bc8f7b93ce..cf46eb5da9a 100644 --- a/src/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordPostRequestBody.php +++ b/src/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.php b/src/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.php index 5be292d0378..0929f5d7eed 100644 --- a/src/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/Methods/Item/ResetPassword/ResetPasswordRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reset a user's password, represented by a password authentication method object. This can only be done by an administrator with appropriate permissions and cannot be performed on a user's own account. This flow writes the new password to Azure Active Directory and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and will return a Location header with a link where the caller can periodically check for the status of the reset operation. This API is supported in the following national cloud deployments. + * Reset a user's password, represented by a password authentication method object. This can only be done by an administrator with appropriate permissions and cannot be performed on a user's own account. This flow writes the new password to Azure Active Directory and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and returns a Location header with a link where the caller can periodically check for the status of the reset operation. This API is available in the following national cloud deployments. * @param ResetPasswordPostRequestBody $body The request body * @param ResetPasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(ResetPasswordPostRequestBody $body, ?ResetPasswordRequestBu } /** - * Reset a user's password, represented by a password authentication method object. This can only be done by an administrator with appropriate permissions and cannot be performed on a user's own account. This flow writes the new password to Azure Active Directory and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and will return a Location header with a link where the caller can periodically check for the status of the reset operation. This API is supported in the following national cloud deployments. + * Reset a user's password, represented by a password authentication method object. This can only be done by an administrator with appropriate permissions and cannot be performed on a user's own account. This flow writes the new password to Azure Active Directory and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and returns a Location header with a link where the caller can periodically check for the status of the reset operation. This API is available in the following national cloud deployments. * @param ResetPasswordPostRequestBody $body The request body * @param ResetPasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilder.php b/src/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilder.php index ea8d53d32b5..4d8fcf33cc0 100644 --- a/src/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of authentication methods registered to a user. The authentication methods are defined by the types derived from the authenticationMethod resource type, and only the methods supported on this API version. See Azure AD authentication methods API overview for a list of currently supported methods. This API is supported in the following national cloud deployments. + * Retrieve a list of authentication methods registered to a user. The authentication methods are defined by the types derived from the authenticationMethod resource type, and only the methods supported on this API version. See Azure AD authentication methods API overview for a list of currently supported methods. This API is available in the following national cloud deployments. * @param MethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AuthenticationMethod $body, ?MethodsRequestBuilderPostReque } /** - * Retrieve a list of authentication methods registered to a user. The authentication methods are defined by the types derived from the authenticationMethod resource type, and only the methods supported on this API version. See Azure AD authentication methods API overview for a list of currently supported methods. This API is supported in the following national cloud deployments. + * Retrieve a list of authentication methods registered to a user. The authentication methods are defined by the types derived from the authenticationMethod resource type, and only the methods supported on this API version. See Azure AD authentication methods API overview for a list of currently supported methods. This API is available in the following national cloud deployments. * @param MethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilderGetQueryParameters.php index 25c682d12bb..0b8e0338fff 100644 --- a/src/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/Methods/MethodsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of authentication methods registered to a user. The authentication methods are defined by the types derived from the authenticationMethod resource type, and only the methods supported on this API version. See Azure AD authentication methods API overview for a list of currently supported methods. This API is supported in the following national cloud deployments. + * Retrieve a list of authentication methods registered to a user. The authentication methods are defined by the types derived from the authenticationMethod resource type, and only the methods supported on this API version. See Azure AD authentication methods API overview for a list of currently supported methods. This API is available in the following national cloud deployments. */ class MethodsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Item/MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder.php b/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Item/MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder.php index 491b51bf1ed..fa250231955 100644 --- a/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Item/MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Item/MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a microsoftAuthenticatorAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Deletes a microsoftAuthenticatorAuthenticationMethod object. This API is available in the following national cloud deployments. * @param MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?MicrosoftAuthenticatorAuthenticationMethodItemRequestBui } /** - * Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is available in the following national cloud deployments. * @param MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilde } /** - * Deletes a microsoftAuthenticatorAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Deletes a microsoftAuthenticatorAuthenticationMethod object. This API is available in the following national cloud deployments. * @param MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?MicrosoftAuthenticatorAuthentication } /** - * Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is available in the following national cloud deployments. * @param MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Item/MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Item/MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters.php index a1ee3ca5523..88051f7f939 100644 --- a/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Item/MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/Item/MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. This API is available in the following national cloud deployments. */ class MicrosoftAuthenticatorAuthenticationMethodItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.php b/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.php index 8835ce9a071..b3825a921aa 100644 --- a/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments. * @param MicrosoftAuthenticatorMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?MicrosoftAuthenticatorMethodsRequestBuilderGetRequestConfig } /** - * Get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments. * @param MicrosoftAuthenticatorMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters.php index 2e29f1d42e5..df15bf913fe 100644 --- a/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/MicrosoftAuthenticatorMethods/MicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments. */ class MicrosoftAuthenticatorMethodsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/Operations/Item/LongRunningOperationItemRequestBuilder.php b/src/Generated/Users/Item/Authentication/Operations/Item/LongRunningOperationItemRequestBuilder.php index bc62d401586..2af4c8bcbc1 100644 --- a/src/Generated/Users/Item/Authentication/Operations/Item/LongRunningOperationItemRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/Operations/Item/LongRunningOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?LongRunningOperationItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is supported in the following national cloud deployments. + * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is available in the following national cloud deployments. * @param LongRunningOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?LongRunningOperationItemRequestBuild } /** - * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is supported in the following national cloud deployments. + * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is available in the following national cloud deployments. * @param LongRunningOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php index e02822fa578..62c9c34afdc 100644 --- a/src/Generated/Users/Item/Authentication/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is supported in the following national cloud deployments. + * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is available in the following national cloud deployments. */ class LongRunningOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilder.php b/src/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilder.php index f27a688651f..7ca9bbbc3ed 100644 --- a/src/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is supported in the following national cloud deployments. + * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(LongRunningOperation $body, ?OperationsRequestBuilderPostRe } /** - * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is supported in the following national cloud deployments. + * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilderGetQueryParameters.php index 2f8d1ebd490..892787adca9 100644 --- a/src/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is supported in the following national cloud deployments. + * Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user's password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/PasswordMethods/Item/PasswordAuthenticationMethodItemRequestBuilder.php b/src/Generated/Users/Item/Authentication/PasswordMethods/Item/PasswordAuthenticationMethodItemRequestBuilder.php index 8faeebca656..542748899b7 100644 --- a/src/Generated/Users/Item/Authentication/PasswordMethods/Item/PasswordAuthenticationMethodItemRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/PasswordMethods/Item/PasswordAuthenticationMethodItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a password that's registered to a user, represented by a passwordAuthenticationMethod object. For security, the password itself will never be returned in the object and the password property is always null. This API is supported in the following national cloud deployments. + * Retrieve a password that's registered to a user, represented by a passwordAuthenticationMethod object. For security, the password itself will never be returned in the object and the password property is always null. This API is available in the following national cloud deployments. * @param PasswordAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/passwordauthenticationmethod-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?PasswordAuthenticationMethodItemRequestBuilderGetRequestCon } /** - * Retrieve a password that's registered to a user, represented by a passwordAuthenticationMethod object. For security, the password itself will never be returned in the object and the password property is always null. This API is supported in the following national cloud deployments. + * Retrieve a password that's registered to a user, represented by a passwordAuthenticationMethod object. For security, the password itself will never be returned in the object and the password property is always null. This API is available in the following national cloud deployments. * @param PasswordAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/PasswordMethods/Item/PasswordAuthenticationMethodItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/PasswordMethods/Item/PasswordAuthenticationMethodItemRequestBuilderGetQueryParameters.php index 0c5fac2271a..44c0a5c17e4 100644 --- a/src/Generated/Users/Item/Authentication/PasswordMethods/Item/PasswordAuthenticationMethodItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/PasswordMethods/Item/PasswordAuthenticationMethodItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a password that's registered to a user, represented by a passwordAuthenticationMethod object. For security, the password itself will never be returned in the object and the password property is always null. This API is supported in the following national cloud deployments. + * Retrieve a password that's registered to a user, represented by a passwordAuthenticationMethod object. For security, the password itself will never be returned in the object and the password property is always null. This API is available in the following national cloud deployments. */ class PasswordAuthenticationMethodItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.php b/src/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.php index 6cbfb263310..1646026292f 100644 --- a/src/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This will return exactly one object, as a user can have exactly one password. For security, the password itself will never be returned in the object and the password property is always null. This API is supported in the following national cloud deployments. + * Retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This will return exactly one object, as a user can have exactly one password. For security, the password itself will never be returned in the object and the password property is always null. This API is available in the following national cloud deployments. * @param PasswordMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PasswordAuthenticationMethod $body, ?PasswordMethodsRequest } /** - * Retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This will return exactly one object, as a user can have exactly one password. For security, the password itself will never be returned in the object and the password property is always null. This API is supported in the following national cloud deployments. + * Retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This will return exactly one object, as a user can have exactly one password. For security, the password itself will never be returned in the object and the password property is always null. This API is available in the following national cloud deployments. * @param PasswordMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilderGetQueryParameters.php index 82741088c47..a86fe8cb5c8 100644 --- a/src/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/PasswordMethods/PasswordMethodsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This will return exactly one object, as a user can have exactly one password. For security, the password itself will never be returned in the object and the password property is always null. This API is supported in the following national cloud deployments. + * Retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This will return exactly one object, as a user can have exactly one password. For security, the password itself will never be returned in the object and the password property is always null. This API is available in the following national cloud deployments. */ class PasswordMethodsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.php b/src/Generated/Users/Item/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.php index 373b3062363..f707de5be18 100644 --- a/src/Generated/Users/Item/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/PhoneMethods/Item/DisableSmsSignIn/DisableSmsSignInRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Disable SMS sign-in for an existing mobile phone number registered to a user. The number will no longer be available for SMS sign-in, which can prevent your user from signing in. This API is supported in the following national cloud deployments. + * Disable SMS sign-in for an existing mobile phone number registered to a user. The number will no longer be available for SMS sign-in, which can prevent your user from signing in. This API is available in the following national cloud deployments. * @param DisableSmsSignInRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DisableSmsSignInRequestBuilderPostRequestConfiguration $re } /** - * Disable SMS sign-in for an existing mobile phone number registered to a user. The number will no longer be available for SMS sign-in, which can prevent your user from signing in. This API is supported in the following national cloud deployments. + * Disable SMS sign-in for an existing mobile phone number registered to a user. The number will no longer be available for SMS sign-in, which can prevent your user from signing in. This API is available in the following national cloud deployments. * @param DisableSmsSignInRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.php b/src/Generated/Users/Item/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.php index 8e876e339f0..4141e7929e8 100644 --- a/src/Generated/Users/Item/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/PhoneMethods/Item/EnableSmsSignIn/EnableSmsSignInRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Enable SMS sign-in for an existing mobile phone number registered to a user. To be successfully enabled: This API is supported in the following national cloud deployments. + * Enable SMS sign-in for an existing mobile phone number registered to a user. To be successfully enabled: This API is available in the following national cloud deployments. * @param EnableSmsSignInRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?EnableSmsSignInRequestBuilderPostRequestConfiguration $req } /** - * Enable SMS sign-in for an existing mobile phone number registered to a user. To be successfully enabled: This API is supported in the following national cloud deployments. + * Enable SMS sign-in for an existing mobile phone number registered to a user. To be successfully enabled: This API is available in the following national cloud deployments. * @param EnableSmsSignInRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/PhoneMethods/Item/PhoneAuthenticationMethodItemRequestBuilder.php b/src/Generated/Users/Item/Authentication/PhoneMethods/Item/PhoneAuthenticationMethodItemRequestBuilder.php index 624c82601e9..e39171989e5 100644 --- a/src/Generated/Users/Item/Authentication/PhoneMethods/Item/PhoneAuthenticationMethodItemRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/PhoneMethods/Item/PhoneAuthenticationMethodItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a user's phone authentication method. This removes the phone number from the user and they'll no longer be able to use the number for authentication, whether via SMS or voice calls. A user can't have an alternateMobile number without a mobile number. If you want to remove a mobile number from a user that also has an alternateMobile number, first update the mobile number to the new number, then delete the alternateMobile number. If the phone number is the user's default Azure multi-factor authentication (MFA) authentication method, it can't be deleted. Have the user change their default authentication method, and then delete the number. This API is supported in the following national cloud deployments. + * Delete a user's phone authentication method. This removes the phone number from the user and they'll no longer be able to use the number for authentication, whether via SMS or voice calls. A user can't have an alternateMobile number without a mobile number. If you want to remove a mobile number from a user that also has an alternateMobile number, first update the mobile number to the new number, then delete the alternateMobile number. If the phone number is the user's default Azure multi-factor authentication (MFA) authentication method, it can't be deleted. Have the user change their default authentication method, and then delete the number. This API is available in the following national cloud deployments. * @param PhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/phoneauthenticationmethod-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?PhoneAuthenticationMethodItemRequestBuilderDeleteRequest } /** - * Retrieve a single phoneAuthenticationMethod object for a user. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is supported in the following national cloud deployments. + * Retrieve a single phoneAuthenticationMethod object for a user. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is available in the following national cloud deployments. * @param PhoneAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/phoneauthenticationmethod-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?PhoneAuthenticationMethodItemRequestBuilderGetRequestConfig } /** - * Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system. This API is supported in the following national cloud deployments. + * Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system. This API is available in the following national cloud deployments. * @param PhoneAuthenticationMethod $body The request body * @param PhoneAuthenticationMethodItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(PhoneAuthenticationMethod $body, ?PhoneAuthenticationMetho } /** - * Delete a user's phone authentication method. This removes the phone number from the user and they'll no longer be able to use the number for authentication, whether via SMS or voice calls. A user can't have an alternateMobile number without a mobile number. If you want to remove a mobile number from a user that also has an alternateMobile number, first update the mobile number to the new number, then delete the alternateMobile number. If the phone number is the user's default Azure multi-factor authentication (MFA) authentication method, it can't be deleted. Have the user change their default authentication method, and then delete the number. This API is supported in the following national cloud deployments. + * Delete a user's phone authentication method. This removes the phone number from the user and they'll no longer be able to use the number for authentication, whether via SMS or voice calls. A user can't have an alternateMobile number without a mobile number. If you want to remove a mobile number from a user that also has an alternateMobile number, first update the mobile number to the new number, then delete the alternateMobile number. If the phone number is the user's default Azure multi-factor authentication (MFA) authentication method, it can't be deleted. Have the user change their default authentication method, and then delete the number. This API is available in the following national cloud deployments. * @param PhoneAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?PhoneAuthenticationMethodItemRequest } /** - * Retrieve a single phoneAuthenticationMethod object for a user. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is supported in the following national cloud deployments. + * Retrieve a single phoneAuthenticationMethod object for a user. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is available in the following national cloud deployments. * @param PhoneAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?PhoneAuthenticationMethodItemRequestBui } /** - * Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system. This API is supported in the following national cloud deployments. + * Update a user's phone number associated with a phone authentication method object. You can't change a phone's type. To change a phone's type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system. This API is available in the following national cloud deployments. * @param PhoneAuthenticationMethod $body The request body * @param PhoneAuthenticationMethodItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Authentication/PhoneMethods/Item/PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/PhoneMethods/Item/PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters.php index 4724c0ca29d..e4b1f87c963 100644 --- a/src/Generated/Users/Item/Authentication/PhoneMethods/Item/PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/PhoneMethods/Item/PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single phoneAuthenticationMethod object for a user. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is supported in the following national cloud deployments. + * Retrieve a single phoneAuthenticationMethod object for a user. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is available in the following national cloud deployments. */ class PhoneAuthenticationMethodItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.php b/src/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.php index 9fbade2dda3..3031774fc50 100644 --- a/src/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of phone authentication method objects for a user. This will return up to three objects, as a user can have up to three phones usable for authentication. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is supported in the following national cloud deployments. + * Retrieve a list of phone authentication method objects for a user. This will return up to three objects, as a user can have up to three phones usable for authentication. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is available in the following national cloud deployments. * @param PhoneMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PhoneMethodsRequestBuilderGetRequestConfiguration $requestC } /** - * Add a new phone authentication method for a user. A user may only have one phone of each type, captured in the phoneType property. This means, for example, adding a mobile phone to a user with a pre-existing mobile phone fails. Additionally, a user must always have a mobile phone before adding an alternateMobile phone. Adding a phone number makes it available for use in both Azure multi-factor authentication (MFA) and self-service password reset (SSPR), if enabled. Additionally, if a user is enabled by policy to use SMS sign-in and a mobile number is added, the system attempts to register the number for use in that system. This API is supported in the following national cloud deployments. + * Add a new phone authentication method for a user. A user may only have one phone of each type, captured in the phoneType property. This means, for example, adding a mobile phone to a user with a pre-existing mobile phone fails. Additionally, a user must always have a mobile phone before adding an alternateMobile phone. Adding a phone number makes it available for use in both Azure multi-factor authentication (MFA) and self-service password reset (SSPR), if enabled. Additionally, if a user is enabled by policy to use SMS sign-in and a mobile number is added, the system attempts to register the number for use in that system. This API is available in the following national cloud deployments. * @param PhoneAuthenticationMethod $body The request body * @param PhoneMethodsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PhoneAuthenticationMethod $body, ?PhoneMethodsRequestBuilde } /** - * Retrieve a list of phone authentication method objects for a user. This will return up to three objects, as a user can have up to three phones usable for authentication. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is supported in the following national cloud deployments. + * Retrieve a list of phone authentication method objects for a user. This will return up to three objects, as a user can have up to three phones usable for authentication. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is available in the following national cloud deployments. * @param PhoneMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PhoneMethodsRequestBuilderGetRequestCon } /** - * Add a new phone authentication method for a user. A user may only have one phone of each type, captured in the phoneType property. This means, for example, adding a mobile phone to a user with a pre-existing mobile phone fails. Additionally, a user must always have a mobile phone before adding an alternateMobile phone. Adding a phone number makes it available for use in both Azure multi-factor authentication (MFA) and self-service password reset (SSPR), if enabled. Additionally, if a user is enabled by policy to use SMS sign-in and a mobile number is added, the system attempts to register the number for use in that system. This API is supported in the following national cloud deployments. + * Add a new phone authentication method for a user. A user may only have one phone of each type, captured in the phoneType property. This means, for example, adding a mobile phone to a user with a pre-existing mobile phone fails. Additionally, a user must always have a mobile phone before adding an alternateMobile phone. Adding a phone number makes it available for use in both Azure multi-factor authentication (MFA) and self-service password reset (SSPR), if enabled. Additionally, if a user is enabled by policy to use SMS sign-in and a mobile number is added, the system attempts to register the number for use in that system. This API is available in the following national cloud deployments. * @param PhoneAuthenticationMethod $body The request body * @param PhoneMethodsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilderGetQueryParameters.php index b13263aa343..fe33dbf3253 100644 --- a/src/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/PhoneMethods/PhoneMethodsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of phone authentication method objects for a user. This will return up to three objects, as a user can have up to three phones usable for authentication. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is supported in the following national cloud deployments. + * Retrieve a list of phone authentication method objects for a user. This will return up to three objects, as a user can have up to three phones usable for authentication. This method is available only for standard Azure AD and B2B users, but not B2C users. This API is available in the following national cloud deployments. */ class PhoneMethodsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/SoftwareOathMethods/Item/SoftwareOathAuthenticationMethodItemRequestBuilder.php b/src/Generated/Users/Item/Authentication/SoftwareOathMethods/Item/SoftwareOathAuthenticationMethodItemRequestBuilder.php index 20c089185e7..523fbccaeed 100644 --- a/src/Generated/Users/Item/Authentication/SoftwareOathMethods/Item/SoftwareOathAuthenticationMethodItemRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/SoftwareOathMethods/Item/SoftwareOathAuthenticationMethodItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a user's Software OATH token authentication method object. This API is supported in the following national cloud deployments. + * Delete a user's Software OATH token authentication method object. This API is available in the following national cloud deployments. * @param SoftwareOathAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?SoftwareOathAuthenticationMethodItemRequestBuilderDelete } /** - * Retrieve a user's single Software OATH token authentication method object and its properties. This API is supported in the following national cloud deployments. + * Retrieve a user's single Software OATH token authentication method object and its properties. This API is available in the following national cloud deployments. * @param SoftwareOathAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?SoftwareOathAuthenticationMethodItemRequestBuilderGetReques } /** - * Delete a user's Software OATH token authentication method object. This API is supported in the following national cloud deployments. + * Delete a user's Software OATH token authentication method object. This API is available in the following national cloud deployments. * @param SoftwareOathAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -87,7 +87,7 @@ public function toDeleteRequestInformation(?SoftwareOathAuthenticationMethodItem } /** - * Retrieve a user's single Software OATH token authentication method object and its properties. This API is supported in the following national cloud deployments. + * Retrieve a user's single Software OATH token authentication method object and its properties. This API is available in the following national cloud deployments. * @param SoftwareOathAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/SoftwareOathMethods/Item/SoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/SoftwareOathMethods/Item/SoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters.php index 560152fcb5f..bae854eac7b 100644 --- a/src/Generated/Users/Item/Authentication/SoftwareOathMethods/Item/SoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/SoftwareOathMethods/Item/SoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a user's single Software OATH token authentication method object and its properties. This API is supported in the following national cloud deployments. + * Retrieve a user's single Software OATH token authentication method object and its properties. This API is available in the following national cloud deployments. */ class SoftwareOathAuthenticationMethodItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.php b/src/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.php index 6750f355602..786fdc6d14a 100644 --- a/src/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of a user's software OATH token authentication method objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's software OATH token authentication method objects and their properties. This API is available in the following national cloud deployments. * @param SoftwareOathMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SoftwareOathMethodsRequestBuilderGetRequestConfiguration $r } /** - * Retrieve a list of a user's software OATH token authentication method objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's software OATH token authentication method objects and their properties. This API is available in the following national cloud deployments. * @param SoftwareOathMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilderGetQueryParameters.php index 7e4696b9e81..21f1e2ced26 100644 --- a/src/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/SoftwareOathMethods/SoftwareOathMethodsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of a user's software OATH token authentication method objects and their properties. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's software OATH token authentication method objects and their properties. This API is available in the following national cloud deployments. */ class SoftwareOathMethodsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Item/TemporaryAccessPassAuthenticationMethodItemRequestBuilder.php b/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Item/TemporaryAccessPassAuthenticationMethodItemRequestBuilder.php index cf0b4482e08..db178710ce8 100644 --- a/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Item/TemporaryAccessPassAuthenticationMethodItemRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Item/TemporaryAccessPassAuthenticationMethodItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a users's temporaryAccessPassAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Delete a users's temporaryAccessPassAuthenticationMethod object. This API is available in the following national cloud deployments. * @param TemporaryAccessPassAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TemporaryAccessPassAuthenticationMethodItemRequestBuilde } /** - * Retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is available in the following national cloud deployments. * @param TemporaryAccessPassAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?TemporaryAccessPassAuthenticationMethodItemRequestBuilderGe } /** - * Delete a users's temporaryAccessPassAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Delete a users's temporaryAccessPassAuthenticationMethod object. This API is available in the following national cloud deployments. * @param TemporaryAccessPassAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -87,7 +87,7 @@ public function toDeleteRequestInformation(?TemporaryAccessPassAuthenticationMet } /** - * Retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is available in the following national cloud deployments. * @param TemporaryAccessPassAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Item/TemporaryAccessPassAuthenticationMethodItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Item/TemporaryAccessPassAuthenticationMethodItemRequestBuilderGetQueryParameters.php index 19e2e18d728..c2af8ffb633 100644 --- a/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Item/TemporaryAccessPassAuthenticationMethodItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/Item/TemporaryAccessPassAuthenticationMethodItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Retrieve a user's single temporaryAccessPassAuthenticationMethod object. This API is available in the following national cloud deployments. */ class TemporaryAccessPassAuthenticationMethodItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.php b/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.php index cfac61aea0f..71bee663ce6 100644 --- a/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of a user's temporaryAccessPassAuthenticationMethod objects and their properties. This API will only return a single object in the collection as a user can have only one Temporary Access Pass method. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's temporaryAccessPassAuthenticationMethod objects and their properties. This API will only return a single object in the collection as a user can have only one Temporary Access Pass method. This API is available in the following national cloud deployments. * @param TemporaryAccessPassMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TemporaryAccessPassMethodsRequestBuilderGetRequestConfigura } /** - * Create a new temporaryAccessPassAuthenticationMethod object on a user. A user can only have one Temporary Access Pass that's usable within its specified lifetime. If the user requires a new Temporary Access Pass while the current Temporary Access Pass is valid, the admin can create a new Temporary Access Pass for the user, the previous Temporary Access Pass will be deleted, and a new Temporary Access Pass will be created. This API is supported in the following national cloud deployments. + * Create a new temporaryAccessPassAuthenticationMethod object on a user. A user can only have one Temporary Access Pass that's usable within its specified lifetime. If the user requires a new Temporary Access Pass while the current Temporary Access Pass is valid, the admin can create a new Temporary Access Pass for the user, the previous Temporary Access Pass will be deleted, and a new Temporary Access Pass will be created. This API is available in the following national cloud deployments. * @param TemporaryAccessPassAuthenticationMethod $body The request body * @param TemporaryAccessPassMethodsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TemporaryAccessPassAuthenticationMethod $body, ?TemporaryAc } /** - * Retrieve a list of a user's temporaryAccessPassAuthenticationMethod objects and their properties. This API will only return a single object in the collection as a user can have only one Temporary Access Pass method. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's temporaryAccessPassAuthenticationMethod objects and their properties. This API will only return a single object in the collection as a user can have only one Temporary Access Pass method. This API is available in the following national cloud deployments. * @param TemporaryAccessPassMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TemporaryAccessPassMethodsRequestBuilde } /** - * Create a new temporaryAccessPassAuthenticationMethod object on a user. A user can only have one Temporary Access Pass that's usable within its specified lifetime. If the user requires a new Temporary Access Pass while the current Temporary Access Pass is valid, the admin can create a new Temporary Access Pass for the user, the previous Temporary Access Pass will be deleted, and a new Temporary Access Pass will be created. This API is supported in the following national cloud deployments. + * Create a new temporaryAccessPassAuthenticationMethod object on a user. A user can only have one Temporary Access Pass that's usable within its specified lifetime. If the user requires a new Temporary Access Pass while the current Temporary Access Pass is valid, the admin can create a new Temporary Access Pass for the user, the previous Temporary Access Pass will be deleted, and a new Temporary Access Pass will be created. This API is available in the following national cloud deployments. * @param TemporaryAccessPassAuthenticationMethod $body The request body * @param TemporaryAccessPassMethodsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilderGetQueryParameters.php index db1ead23ee7..3ad9815cbfb 100644 --- a/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/TemporaryAccessPassMethods/TemporaryAccessPassMethodsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of a user's temporaryAccessPassAuthenticationMethod objects and their properties. This API will only return a single object in the collection as a user can have only one Temporary Access Pass method. This API is supported in the following national cloud deployments. + * Retrieve a list of a user's temporaryAccessPassAuthenticationMethod objects and their properties. This API will only return a single object in the collection as a user can have only one Temporary Access Pass method. This API is available in the following national cloud deployments. */ class TemporaryAccessPassMethodsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Item/WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder.php b/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Item/WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder.php index 5157ab58384..cba2c3a68ca 100644 --- a/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Item/WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Item/WindowsHelloForBusinessAuthenticationMethodItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a windowsHelloForBusinessAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Deletes a windowsHelloForBusinessAuthenticationMethod object. This API is available in the following national cloud deployments. * @param WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?WindowsHelloForBusinessAuthenticationMethodItemRequestBu } /** - * Read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is available in the following national cloud deployments. * @param WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?WindowsHelloForBusinessAuthenticationMethodItemRequestBuild } /** - * Deletes a windowsHelloForBusinessAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Deletes a windowsHelloForBusinessAuthenticationMethod object. This API is available in the following national cloud deployments. * @param WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?WindowsHelloForBusinessAuthenticatio } /** - * Read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is available in the following national cloud deployments. * @param WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Item/WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Item/WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters.php index 63c544370f8..606c9ca36ff 100644 --- a/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Item/WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/Item/WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. This API is available in the following national cloud deployments. */ class WindowsHelloForBusinessAuthenticationMethodItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.php b/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.php index 1cfe6833435..211b5e7022f 100644 --- a/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.php +++ b/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments. * @param WindowsHelloForBusinessMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?WindowsHelloForBusinessMethodsRequestBuilderGetRequestConfi } /** - * Get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments. * @param WindowsHelloForBusinessMethodsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters.php index 1a74296ce10..bc8558a171f 100644 --- a/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Authentication/WindowsHelloForBusinessMethods/WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. This API is available in the following national cloud deployments. */ class WindowsHelloForBusinessMethodsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.php index 7e3ee30dec8..a6b31cd32fb 100644 --- a/src/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. * @param CalendarPermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CalendarPermissionsRequestBuilderGetRequestConfiguration $r } /** - * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is supported in the following national cloud deployments. + * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CalendarPermission $body, ?CalendarPermissionsRequestBuilde } /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. * @param CalendarPermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CalendarPermissionsRequestBuilderGetReq } /** - * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is supported in the following national cloud deployments. + * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php index 5767b2ea534..b1392ba8b5c 100644 --- a/src/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. */ class CalendarPermissionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php index 6c921a30476..0cbb8bb6914 100644 --- a/src/Generated/Users/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete calendarPermission. This API is supported in the following national cloud deployments. + * Delete calendarPermission. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?CalendarPermissionItemRequestBuilderDeleteRequestConfigu } /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?CalendarPermissionItemRequestBuilderGetRequestConfiguration } /** - * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is supported in the following national cloud deployments. + * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(CalendarPermission $body, ?CalendarPermissionItemRequestBu } /** - * Delete calendarPermission. This API is supported in the following national cloud deployments. + * Delete calendarPermission. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?CalendarPermissionItemRequestBuilder } /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?CalendarPermissionItemRequestBuilderGet } /** - * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is supported in the following national cloud deployments. + * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php index 9ff6d9ca5d3..f8b8e197e53 100644 --- a/src/Generated/Users/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. */ class CalendarPermissionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarRequestBuilder.php index 70c9b9ddc9c..1ce9a856115 100644 --- a/src/Generated/Users/Item/Calendar/CalendarRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarRequestBuilder.php @@ -74,7 +74,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar: This API is supported in the following national cloud deployments. + * Get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar: This API is available in the following national cloud deployments. * @param CalendarRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0 Find more info here @@ -93,7 +93,7 @@ public function get(?CalendarRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is supported in the following national cloud deployments. + * Update the properties of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is available in the following national cloud deployments. * @param Calendar $body The request body * @param CalendarRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -113,7 +113,7 @@ public function patch(Calendar $body, ?CalendarRequestBuilderPatchRequestConfigu } /** - * Get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar: This API is supported in the following national cloud deployments. + * Get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar: This API is available in the following national cloud deployments. * @param CalendarRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -134,7 +134,7 @@ public function toGetRequestInformation(?CalendarRequestBuilderGetRequestConfigu } /** - * Update the properties of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is supported in the following national cloud deployments. + * Update the properties of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is available in the following national cloud deployments. * @param Calendar $body The request body * @param CalendarRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarRequestBuilderGetQueryParameters.php index 0ecf3a875e7..b6e0b2b1155 100644 --- a/src/Generated/Users/Item/Calendar/CalendarRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar: This API is supported in the following national cloud deployments. + * Get the properties and relationships of a calendar object. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar: This API is available in the following national cloud deployments. */ class CalendarRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php index 7d9ef3823cb..0a63bc74029 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php index cbff2f6ba68..ae527a514ab 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.php index 056968bc5ed..abcbe3a6984 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.php index 88c8105cefb..2a705dda5f4 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php index 08386070eff..f84101d014d 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 9bf1d6cf416..5c934eee70a 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index d4125d04d2b..d2d715f07d1 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index d70f3b672be..19a3732d2e1 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php index b16be87f3a3..534d160f786 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.php index cb1537f8c9e..e987a9dbbde 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.php index b51c97f0042..3238e158eb5 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.php index a3d47c43f19..67c63dc92f4 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.php index 7e768d45a1e..ac890dca52d 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php index e5befea192d..4cfd6b1f7bd 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php index a634bde8ae3..d052061daaf 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index e2f648b3c88..5fa28872b7b 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php index f15742ddbcc..22b96a29356 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 2d303367d9a..b3ea0220567 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.php index e7795800ab5..af94d546448 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.php index 72b2f252fe1..18f4de656c0 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php index 74ce789e389..a84b304d551 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index 74e771433f1..62a01b27286 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php index 6b20b0d1630..a193c05172a 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php index a35863f2292..de983548e5f 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index 5b20ba59441..0f4ff6fb957 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 06499aca964..4fff3690c26 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 8b4c3446194..7179bc3f34a 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 128393ebbed..ef878c40a2a 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index b515e41f4f7..f13fb16be52 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php index 353907db4f8..951f77a2912 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php index afcc1ddfaa8..6c3aa140713 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php index 64f4f54a6a7..e9260eee57d 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php index ee9f3d35ae8..898469f852c 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index 620374db927..89b934d941b 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index c46c73ffa08..368a93f9ba0 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 630be63d11c..ff65c125d2f 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 3eda77130f8..efe73196833 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index a02b5c89722..6a10a1f5402 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php index 94d5b009cbe..b7b09a089e6 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php index 20b303192c9..216429abd5f 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index fc3aee53313..5b4137d4ff6 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 56e8e67e4e1..0353d02f88c 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 7db25bff429..fc705379167 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index ac51234dc1f..0499dbca828 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 91dfff2d0eb..93764db4151 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index d1193583d96..51497586085 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index eb520a6b91f..e3c0ec6074e 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 4982fca66bd..6c57e349751 100644 --- a/src/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilder.php index a348b2aea55..f33865d72b1 100644 --- a/src/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilderGetQueryParameters.php index 65dfe90b17c..6bba305fa51 100644 --- a/src/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/Events/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/Events/EventsRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/EventsRequestBuilder.php index c0f2fd7d56f..4b4f563416a 100644 --- a/src/Generated/Users/Item/Calendar/Events/EventsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/EventsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?EventsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is supported in the following national cloud deployments. + * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Event $body, ?EventsRequestBuilderPostRequestConfiguration } /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?EventsRequestBuilderGetRequestConfigura } /** - * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is supported in the following national cloud deployments. + * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/EventsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/Events/EventsRequestBuilderGetQueryParameters.php index 7bad15cb3b3..b05cb212c41 100644 --- a/src/Generated/Users/Item/Calendar/Events/EventsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/Events/EventsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. */ class EventsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.php index fa9c023e66a..e92af489ab7 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.php index 524828d2c14..425c6711a0b 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.php index 48554492374..3634caa2ed4 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 9281449a6a7..cd4694c51e6 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index fd0934f4855..f3a7619e71d 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 2532ebb0df4..c36b3393383 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 088b99d12ac..aa24072d8ee 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.php index 7b931340665..35499dffdbb 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.php index f8eb487575f..e7941f18288 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.php index 18d668901ff..4e29267ab3b 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.php index f52c350050e..f1157a11f24 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.php index 4652d353a45..900d2068746 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/Events/Item/EventItemRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/EventItemRequestBuilder.php index 679f6088bb7..c251f10d009 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/EventItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/EventItemRequestBuilder.php @@ -156,7 +156,7 @@ public function get(?EventItemRequestBuilderGetRequestConfiguration $requestConf } /** - * Update an event object. This API is supported in the following national cloud deployments. + * Update an event object. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -214,7 +214,7 @@ public function toGetRequestInformation(?EventItemRequestBuilderGetRequestConfig } /** - * Update an event object. This API is supported in the following national cloud deployments. + * Update an event object. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.php index b30626004cb..8925e5b0489 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 83cb02a8b64..3031e057cbc 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php index a1e4e1f6411..2279a60e492 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index c2ca819645d..8a6deea59dd 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.php index 66f2797b287..193ac4fa1d8 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.php index 540b1315a7d..612fa7669e8 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.php index 6efdb304cf9..08b06e6cf39 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index 79c317693ea..3175cbdaeb7 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php index 8805e9850b4..f374765a592 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php index 02f8d4e3a49..5abe97dea7d 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index 695f11aa398..a74f17f5175 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index a5b1bd628c8..75dc6a46242 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 35508e4b181..ecbf91ba2c5 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index e7c6a47faa6..7ad96290973 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index f1eeb89d49b..e3a73df0183 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php index abbcd25d1e4..46974d92a20 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php index d95672ba6c2..10f41434bf4 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php index a40579e5489..a64451e3b0c 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php index 9ddfb52dd6c..8991c6e860f 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index 1c2d37f72dd..d95c5fba674 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index d87f9eb46c9..44bea09a213 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index aa32b3950ef..a303d05c276 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index aed8c65205f..ae37d709064 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 32eda79c857..e54a448a699 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php index 6ff6185db53..f0a5cb8c153 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php index 8dab08b3767..4963c15e0fe 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index c6893090735..c92e08d5079 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index a9216066b00..4c63074c0eb 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index a1dd1226175..458d2fa9976 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index f6835f364bc..eb630a7bf5a 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index a1d790aae0f..23898bc605e 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 20a6bff00f2..d5d12ccfb88 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 743dbcac683..da8b42b8d67 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 26ee8cb4f92..32b956f90aa 100644 --- a/src/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.php b/src/Generated/Users/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.php index 203fc36e954..eb6f8f1cfbd 100644 --- a/src/Generated/Users/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.php +++ b/src/Generated/Users/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetSc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the availabilityViewInterval property value. The AvailabilityViewInterval property + * Gets the AvailabilityViewInterval property value. The AvailabilityViewInterval property * @return int|null */ public function getAvailabilityViewInterval(): ?int { @@ -62,7 +62,7 @@ public function getAvailabilityViewInterval(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -70,7 +70,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the endTime property value. The EndTime property + * Gets the EndTime property value. The EndTime property * @return DateTimeTimeZone|null */ public function getEndTime(): ?DateTimeTimeZone { @@ -88,9 +88,9 @@ public function getEndTime(): ?DateTimeTimeZone { public function getFieldDeserializers(): array { $o = $this; return [ - 'availabilityViewInterval' => fn(ParseNode $n) => $o->setAvailabilityViewInterval($n->getIntegerValue()), - 'endTime' => fn(ParseNode $n) => $o->setEndTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), - 'schedules' => function (ParseNode $n) { + 'AvailabilityViewInterval' => fn(ParseNode $n) => $o->setAvailabilityViewInterval($n->getIntegerValue()), + 'EndTime' => fn(ParseNode $n) => $o->setEndTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'Schedules' => function (ParseNode $n) { $val = $n->getCollectionOfPrimitiveValues(); if (is_array($val)) { TypeUtils::validateCollectionValues($val, 'string'); @@ -98,12 +98,12 @@ public function getFieldDeserializers(): array { /** @var array|null $val */ $this->setSchedules($val); }, - 'startTime' => fn(ParseNode $n) => $o->setStartTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'StartTime' => fn(ParseNode $n) => $o->setStartTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the schedules property value. The Schedules property + * Gets the Schedules property value. The Schedules property * @return array|null */ public function getSchedules(): ?array { @@ -117,7 +117,7 @@ public function getSchedules(): ?array { } /** - * Gets the startTime property value. The StartTime property + * Gets the StartTime property value. The StartTime property * @return DateTimeTimeZone|null */ public function getStartTime(): ?DateTimeTimeZone { @@ -133,56 +133,56 @@ public function getStartTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeIntegerValue('availabilityViewInterval', $this->getAvailabilityViewInterval()); - $writer->writeObjectValue('endTime', $this->getEndTime()); - $writer->writeCollectionOfPrimitiveValues('schedules', $this->getSchedules()); - $writer->writeObjectValue('startTime', $this->getStartTime()); + $writer->writeIntegerValue('AvailabilityViewInterval', $this->getAvailabilityViewInterval()); + $writer->writeObjectValue('EndTime', $this->getEndTime()); + $writer->writeCollectionOfPrimitiveValues('Schedules', $this->getSchedules()); + $writer->writeObjectValue('StartTime', $this->getStartTime()); $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. + * 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 availabilityViewInterval property value. The AvailabilityViewInterval property - * @param int|null $value Value to set for the availabilityViewInterval property. + * Sets the AvailabilityViewInterval property value. The AvailabilityViewInterval property + * @param int|null $value Value to set for the AvailabilityViewInterval property. */ public function setAvailabilityViewInterval(?int $value): void { $this->getBackingStore()->set('availabilityViewInterval', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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 endTime property value. The EndTime property - * @param DateTimeTimeZone|null $value Value to set for the endTime property. + * Sets the EndTime property value. The EndTime property + * @param DateTimeTimeZone|null $value Value to set for the EndTime property. */ public function setEndTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('endTime', $value); } /** - * Sets the schedules property value. The Schedules property - * @param array|null $value Value to set for the schedules property. + * Sets the Schedules property value. The Schedules property + * @param array|null $value Value to set for the Schedules property. */ public function setSchedules(?array $value): void { $this->getBackingStore()->set('schedules', $value); } /** - * Sets the startTime property value. The StartTime property - * @param DateTimeTimeZone|null $value Value to set for the startTime property. + * Sets the StartTime property value. The StartTime property + * @param DateTimeTimeZone|null $value Value to set for the StartTime property. */ public function setStartTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('startTime', $value); diff --git a/src/Generated/Users/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php b/src/Generated/Users/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php index f8b32a81572..8ab1d4546e7 100644 --- a/src/Generated/Users/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php +++ b/src/Generated/Users/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is supported in the following national cloud deployments. + * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is available in the following national cloud deployments. * @param GetSchedulePostRequestBody $body The request body * @param GetScheduleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetSchedulePostRequestBody $body, ?GetScheduleRequestBuilde } /** - * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is supported in the following national cloud deployments. + * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is available in the following national cloud deployments. * @param GetSchedulePostRequestBody $body The request body * @param GetScheduleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilder.php index 20d43e7a905..18ecf56b817 100644 --- a/src/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the user's calendar groups. This API is supported in the following national cloud deployments. + * Get the user's calendar groups. This API is available in the following national cloud deployments. * @param CalendarGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CalendarGroupsRequestBuilderGetRequestConfiguration $reques } /** - * Use this API to create a new CalendarGroup. This API is supported in the following national cloud deployments. + * Use this API to create a new CalendarGroup. This API is available in the following national cloud deployments. * @param CalendarGroup $body The request body * @param CalendarGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CalendarGroup $body, ?CalendarGroupsRequestBuilderPostReque } /** - * Get the user's calendar groups. This API is supported in the following national cloud deployments. + * Get the user's calendar groups. This API is available in the following national cloud deployments. * @param CalendarGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CalendarGroupsRequestBuilderGetRequestC } /** - * Use this API to create a new CalendarGroup. This API is supported in the following national cloud deployments. + * Use this API to create a new CalendarGroup. This API is available in the following national cloud deployments. * @param CalendarGroup $body The request body * @param CalendarGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilderGetQueryParameters.php index 18d14ea2c76..1e1bcc80e41 100644 --- a/src/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/CalendarGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the user's calendar groups. This API is supported in the following national cloud deployments. + * Get the user's calendar groups. This API is available in the following national cloud deployments. */ class CalendarGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/CalendarGroupItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/CalendarGroupItemRequestBuilder.php index d5f8d6b7481..da060c1404b 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/CalendarGroupItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/CalendarGroupItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a calendar group other than the default calendar group. This API is supported in the following national cloud deployments. + * Delete a calendar group other than the default calendar group. This API is available in the following national cloud deployments. * @param CalendarGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendargroup-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?CalendarGroupItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of a calendar group object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a calendar group object. This API is available in the following national cloud deployments. * @param CalendarGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendargroup-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?CalendarGroupItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of calendargroup object. This API is supported in the following national cloud deployments. + * Update the properties of calendargroup object. This API is available in the following national cloud deployments. * @param CalendarGroup $body The request body * @param CalendarGroupItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(CalendarGroup $body, ?CalendarGroupItemRequestBuilderPatch } /** - * Delete a calendar group other than the default calendar group. This API is supported in the following national cloud deployments. + * Delete a calendar group other than the default calendar group. This API is available in the following national cloud deployments. * @param CalendarGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?CalendarGroupItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of a calendar group object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a calendar group object. This API is available in the following national cloud deployments. * @param CalendarGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?CalendarGroupItemRequestBuilderGetReque } /** - * Update the properties of calendargroup object. This API is supported in the following national cloud deployments. + * Update the properties of calendargroup object. This API is available in the following national cloud deployments. * @param CalendarGroup $body The request body * @param CalendarGroupItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/CalendarGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/CalendarGroupItemRequestBuilderGetQueryParameters.php index b0f008e8c8f..703006a1521 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/CalendarGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/CalendarGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a calendar group object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a calendar group object. This API is available in the following national cloud deployments. */ class CalendarGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.php index 8924fb73e5b..6c81b831c7e 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of calendars belonging to a calendar group. This API is supported in the following national cloud deployments. + * Retrieve a list of calendars belonging to a calendar group. This API is available in the following national cloud deployments. * @param CalendarsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CalendarsRequestBuilderGetRequestConfiguration $requestConf } /** - * Use this API to create a new calendar in a calendar group for a user. This API is supported in the following national cloud deployments. + * Use this API to create a new calendar in a calendar group for a user. This API is available in the following national cloud deployments. * @param Calendar $body The request body * @param CalendarsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Calendar $body, ?CalendarsRequestBuilderPostRequestConfigur } /** - * Retrieve a list of calendars belonging to a calendar group. This API is supported in the following national cloud deployments. + * Retrieve a list of calendars belonging to a calendar group. This API is available in the following national cloud deployments. * @param CalendarsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CalendarsRequestBuilderGetRequestConfig } /** - * Use this API to create a new calendar in a calendar group for a user. This API is supported in the following national cloud deployments. + * Use this API to create a new calendar in a calendar group for a user. This API is available in the following national cloud deployments. * @param Calendar $body The request body * @param CalendarsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilderGetQueryParameters.php index 3a95f692a86..75e991cab18 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/CalendarsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of calendars belonging to a calendar group. This API is supported in the following national cloud deployments. + * Retrieve a list of calendars belonging to a calendar group. This API is available in the following national cloud deployments. */ class CalendarsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.php index 7f04e349cab..656698437c0 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. * @param CalendarPermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CalendarPermissionsRequestBuilderGetRequestConfiguration $r } /** - * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is supported in the following national cloud deployments. + * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CalendarPermission $body, ?CalendarPermissionsRequestBuilde } /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. * @param CalendarPermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CalendarPermissionsRequestBuilderGetReq } /** - * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is supported in the following national cloud deployments. + * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php index 83926d10b3d..328fa51e90e 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. */ class CalendarPermissionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php index a4d80b2b331..ea42d4d781b 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete calendarPermission. This API is supported in the following national cloud deployments. + * Delete calendarPermission. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?CalendarPermissionItemRequestBuilderDeleteRequestConfigu } /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?CalendarPermissionItemRequestBuilderGetRequestConfiguration } /** - * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is supported in the following national cloud deployments. + * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(CalendarPermission $body, ?CalendarPermissionItemRequestBu } /** - * Delete calendarPermission. This API is supported in the following national cloud deployments. + * Delete calendarPermission. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?CalendarPermissionItemRequestBuilder } /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?CalendarPermissionItemRequestBuilderGet } /** - * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is supported in the following national cloud deployments. + * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php index 8f2abe054a0..6aeac019ab8 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. */ class CalendarPermissionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.php index e29ada372ab..46a55000606 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,from a user's default calendar (../me/calendarView) or some other calendar of the user's. This API is supported in the following national cloud deployments. + * Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,from a user's default calendar (../me/calendarView) or some other calendar of the user's. This API is available in the following national cloud deployments. * @param CalendarViewRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?CalendarViewRequestBuilderGetRequestConfiguration $requestC } /** - * Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,from a user's default calendar (../me/calendarView) or some other calendar of the user's. This API is supported in the following national cloud deployments. + * Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,from a user's default calendar (../me/calendarView) or some other calendar of the user's. This API is available in the following national cloud deployments. * @param CalendarViewRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilderGetQueryParameters.php index d54012ca682..2ec429a7db0 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,from a user's default calendar (../me/calendarView) or some other calendar of the user's. This API is supported in the following national cloud deployments. + * Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,from a user's default calendar (../me/calendarView) or some other calendar of the user's. This API is available in the following national cloud deployments. */ class CalendarViewRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.php index dfe7c87273e..a5f8db4dfa6 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php index 768810b5116..c775b05b47d 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php index 27f9b217c2d..4ae32ca6648 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php index 72b34e220fc..cd4e786fe8e 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php index f3c54c9dec4..b9a8fda65b3 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index e1447e146cc..28d2933dfff 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index c9932f5239d..c60e4aceea2 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 8a33df0ba53..bc7c8036181 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 76c670ca431..66e7487cb6f 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php index 8e51cab0e61..09b32eb7c93 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php index fb3bbcafc92..070be4e848d 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php index 4eb4a1c1f56..5360788ed16 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php index 93717de5252..dd9dd3d4c46 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php index 18c02636323..e751f4a6aa4 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php index 9a631fbda7b..fca1b2e68ae 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index ad2a8157b0f..8e64e7bc1fc 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 47496ac8afe..f14f2c95508 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 9aff3f04547..a0139a3b2cf 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php index 62bdbc4b815..1f82812e32a 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php index 44f47d18ec5..83754c9ac09 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php index 591024e62e7..b45bdd984cb 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index 1b78d5d5f03..9bc1419c433 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php index 26a0bba050d..a33d15c6f9e 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php index 120982678f9..a614e91354d 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index b7564b8c48a..1c3236bff95 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index da414a7d8a9..5211ccd6343 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 3b4244e3bb5..9d254550e8f 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index dc1566af050..e06c49e0ce1 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index ceca117de9e..de0e8862a26 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php index cda345dcd50..00ac4529c22 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php index 11f28798e4a..117f7d8e138 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php index 985eb70b361..bf6d8215c7e 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php index b01e08ecc77..8b7e423b887 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index 60b088214dd..be9763a32a1 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index ee6d1b635ef..5ada2a16c12 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 08b232743f8..b3782e09457 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index d1ec1245f59..bcd4f5984f7 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 4d0dd56c751..1a3ccea1141 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php index b5e44525cfb..c314e504936 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php index a6a887a5398..3b2e12320a7 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 02596a7a9ec..933fc007a9a 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 579aa4cbbe3..ad8f7b436d5 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 0a278470829..8a00c44cbdc 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index dbd153539c4..b2871dfd5c1 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 9e35248552d..1a070a1f755 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index bb494a47441..e27d140b53f 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 498aac45b57..cd86e7ca838 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 4acd0106d9f..5501daf3d0b 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.php index a3783359a0f..b20fdfad5b6 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php index 06fcdcc65d7..77c51ee5005 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.php index 0d75f28969b..fd1f9a30585 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?EventsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is supported in the following national cloud deployments. + * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Event $body, ?EventsRequestBuilderPostRequestConfiguration } /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?EventsRequestBuilderGetRequestConfigura } /** - * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is supported in the following national cloud deployments. + * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilderGetQueryParameters.php index e114839eccd..cd3071661c2 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/EventsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. */ class EventsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptPostRequestBody.php index d9391b6b2fc..0eccab09257 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.php index 015cbbffb6f..573af561ebc 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php index 014df42f013..7f2733584f9 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 8d0b350aad3..d4193fd2af6 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 6d38e9a2f99..a44c5aaf5a9 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 506c78a8c28..177173692d2 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php index f80436d881b..8f141c1cfae 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelPostRequestBody.php index c251a8950ac..026d4e5eb52 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.php index fd9001fed91..1a0fd3afa72 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclinePostRequestBody.php index eac178d2b16..4c0e478c357 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.php index b9b2079c663..415c752bbba 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php index ef6b6e37377..f4e247d91a3 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.php index 412e7cf2fd6..8d61460366b 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.php @@ -156,7 +156,7 @@ public function get(?EventItemRequestBuilderGetRequestConfiguration $requestConf } /** - * Update an event object. This API is supported in the following national cloud deployments. + * Update an event object. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -214,7 +214,7 @@ public function toGetRequestInformation(?EventItemRequestBuilderGetRequestConfig } /** - * Update an event object. This API is supported in the following national cloud deployments. + * Update an event object. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php index 54c4a936117..61c61748b7a 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 2987cad1bc2..92e39eafca2 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 9a4b0dfef6f..9dbd5ae36c5 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 8cc35f53935..91ec68d758d 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardPostRequestBody.php index 13185f7689e..c117869e186 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.php index a1f641f5fbe..9bf16289461 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php index 5174315ae1b..429d4d1e274 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index 2a548a5c07b..e5557cae84a 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php index 2e2dd576fd9..f62e92984c1 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php index 5fa7f711d81..015bb495087 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index 859781da7e9..22630d06d30 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index db51a984b92..9e926c30c80 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 87614bbc57f..85733647833 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 8da188841d7..f4eeae20738 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index bb65ee4a319..803fcd1f6e4 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php index d8de6f12264..d68368d271b 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php index 6f164cf41be..716c8314d3e 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php index 1720638fcf2..df5011dc395 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php index c8bece63f98..2879d3004ea 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index a1391d1e2b0..e321db4ef60 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index aa84973f415..f2447ea3ccf 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 752899ea642..538a370fed4 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 465cd0cb0cb..72d642c2d33 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 95ae58d0086..a6894d44b33 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php index 9675157ee77..a4fcf9c5f34 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php index 43af9793a68..1b97815757c 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index f1021797def..4fa84075f0a 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 6ea4e251b53..d213680b97f 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 26cf750d238..526e49ee752 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 2c24c66f978..781e8df4903 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 08cd49f4f50..0f423d1c12f 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 8b133065efa..a1fb91e7287 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 2055d6765e0..615bade0a61 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 47a1a0762a7..8f5dfd70602 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetSchedulePostRequestBody.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetSchedulePostRequestBody.php index 3e40b4bf172..1914271ff5a 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetSchedulePostRequestBody.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetSchedulePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetSc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the availabilityViewInterval property value. The AvailabilityViewInterval property + * Gets the AvailabilityViewInterval property value. The AvailabilityViewInterval property * @return int|null */ public function getAvailabilityViewInterval(): ?int { @@ -62,7 +62,7 @@ public function getAvailabilityViewInterval(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -70,7 +70,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the endTime property value. The EndTime property + * Gets the EndTime property value. The EndTime property * @return DateTimeTimeZone|null */ public function getEndTime(): ?DateTimeTimeZone { @@ -88,9 +88,9 @@ public function getEndTime(): ?DateTimeTimeZone { public function getFieldDeserializers(): array { $o = $this; return [ - 'availabilityViewInterval' => fn(ParseNode $n) => $o->setAvailabilityViewInterval($n->getIntegerValue()), - 'endTime' => fn(ParseNode $n) => $o->setEndTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), - 'schedules' => function (ParseNode $n) { + 'AvailabilityViewInterval' => fn(ParseNode $n) => $o->setAvailabilityViewInterval($n->getIntegerValue()), + 'EndTime' => fn(ParseNode $n) => $o->setEndTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'Schedules' => function (ParseNode $n) { $val = $n->getCollectionOfPrimitiveValues(); if (is_array($val)) { TypeUtils::validateCollectionValues($val, 'string'); @@ -98,12 +98,12 @@ public function getFieldDeserializers(): array { /** @var array|null $val */ $this->setSchedules($val); }, - 'startTime' => fn(ParseNode $n) => $o->setStartTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'StartTime' => fn(ParseNode $n) => $o->setStartTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the schedules property value. The Schedules property + * Gets the Schedules property value. The Schedules property * @return array|null */ public function getSchedules(): ?array { @@ -117,7 +117,7 @@ public function getSchedules(): ?array { } /** - * Gets the startTime property value. The StartTime property + * Gets the StartTime property value. The StartTime property * @return DateTimeTimeZone|null */ public function getStartTime(): ?DateTimeTimeZone { @@ -133,56 +133,56 @@ public function getStartTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeIntegerValue('availabilityViewInterval', $this->getAvailabilityViewInterval()); - $writer->writeObjectValue('endTime', $this->getEndTime()); - $writer->writeCollectionOfPrimitiveValues('schedules', $this->getSchedules()); - $writer->writeObjectValue('startTime', $this->getStartTime()); + $writer->writeIntegerValue('AvailabilityViewInterval', $this->getAvailabilityViewInterval()); + $writer->writeObjectValue('EndTime', $this->getEndTime()); + $writer->writeCollectionOfPrimitiveValues('Schedules', $this->getSchedules()); + $writer->writeObjectValue('StartTime', $this->getStartTime()); $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. + * 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 availabilityViewInterval property value. The AvailabilityViewInterval property - * @param int|null $value Value to set for the availabilityViewInterval property. + * Sets the AvailabilityViewInterval property value. The AvailabilityViewInterval property + * @param int|null $value Value to set for the AvailabilityViewInterval property. */ public function setAvailabilityViewInterval(?int $value): void { $this->getBackingStore()->set('availabilityViewInterval', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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 endTime property value. The EndTime property - * @param DateTimeTimeZone|null $value Value to set for the endTime property. + * Sets the EndTime property value. The EndTime property + * @param DateTimeTimeZone|null $value Value to set for the EndTime property. */ public function setEndTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('endTime', $value); } /** - * Sets the schedules property value. The Schedules property - * @param array|null $value Value to set for the schedules property. + * Sets the Schedules property value. The Schedules property + * @param array|null $value Value to set for the Schedules property. */ public function setSchedules(?array $value): void { $this->getBackingStore()->set('schedules', $value); } /** - * Sets the startTime property value. The StartTime property - * @param DateTimeTimeZone|null $value Value to set for the startTime property. + * Sets the StartTime property value. The StartTime property + * @param DateTimeTimeZone|null $value Value to set for the StartTime property. */ public function setStartTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('startTime', $value); diff --git a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.php b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.php index 494afd2194b..1c80b8e514f 100644 --- a/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is supported in the following national cloud deployments. + * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is available in the following national cloud deployments. * @param GetSchedulePostRequestBody $body The request body * @param GetScheduleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetSchedulePostRequestBody $body, ?GetScheduleRequestBuilde } /** - * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is supported in the following national cloud deployments. + * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is available in the following national cloud deployments. * @param GetSchedulePostRequestBody $body The request body * @param GetScheduleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilder.php index 22b39ae9182..1f55e860e89 100644 --- a/src/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php index 3b2232eb529..97f293a7657 100644 --- a/src/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php index e2f57d9e74c..a803e38e4d0 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php index e49b0d8b613..08cac2bfba2 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php index d5c2974040d..268fa7d25ca 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 832e1731f2e..10aaf6a4358 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 1154216fe7d..8b5929b8fb8 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 279596bab98..322194db18d 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php index c57d831ab46..7ed777eee56 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php index 88e95df1c7d..b3c052784cf 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php index d042e448773..645117edfca 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php index 783b3993629..07e906c8f58 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php index bce700e5df1..b69bf25f481 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php index dbe4f458dbe..2d2eaa9abf7 100644 --- a/src/Generated/Users/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php index 91b1167b21c..a7b832be8aa 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 0ad5222498c..3fd3e171afb 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php index adcb75929de..a5650699f4b 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 6a54f0221c2..0e1870e6716 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php index de356229fd5..8dab1f4a56a 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php index 4163105a75a..4e4dffd02a6 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php index 47caa2c8ae1..9c86a486afa 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index ff585635f34..725a7f2b9ed 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php index ffed3155a2c..b7bea13700f 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php index db911a7a120..2656d9e6d80 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index e40db05fb04..2a4c83c59c7 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 61e701449c3..7866dd56339 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 690ec5db270..f596499c142 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 413136351f1..8173e259481 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index c2465d90223..70066db16b1 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php index 474cd488366..92db4f4cee3 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php index 0c207fb25a8..17d5373062a 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php index 5da4f24c061..b4ae50e1d44 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php index cd16699ca7c..049fe0f3a9b 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index e5c60bf403b..8a014296ea5 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index 6bfa2bba52e..80ec90baa36 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 41dc0041edd..f81f3757cec 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index cc326f65fca..436ffcc8703 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index bd0ef8134e1..d9eb1e90ef2 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php index 6ce7b0ff21c..c6e76fdd1c8 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php index b8025dfb4c2..e86504f3c21 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 697325ae083..eb11ac8dd86 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 711a0fb8f8f..3e3950a50cf 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 324a843c269..1a7ce380e50 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index ad36554faa1..e7ee4ab6f0f 100644 --- a/src/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 2273c978d6d..0650085cfc2 100644 --- a/src/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index c08a3f500ef..b222a2a5b69 100644 --- a/src/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 489a84fb707..a2a8c8e7396 100644 --- a/src/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 25766d9ef68..6b2d0112d10 100644 --- a/src/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/CalendarsRequestBuilder.php b/src/Generated/Users/Item/Calendars/CalendarsRequestBuilder.php index 0e0307a9da0..5f34058197a 100644 --- a/src/Generated/Users/Item/Calendars/CalendarsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/CalendarsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group. This API is supported in the following national cloud deployments. + * Get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group. This API is available in the following national cloud deployments. * @param CalendarsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CalendarsRequestBuilderGetRequestConfiguration $requestConf } /** - * Create a new calendar for a user. This API is supported in the following national cloud deployments. + * Create a new calendar for a user. This API is available in the following national cloud deployments. * @param Calendar $body The request body * @param CalendarsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Calendar $body, ?CalendarsRequestBuilderPostRequestConfigur } /** - * Get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group. This API is supported in the following national cloud deployments. + * Get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group. This API is available in the following national cloud deployments. * @param CalendarsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CalendarsRequestBuilderGetRequestConfig } /** - * Create a new calendar for a user. This API is supported in the following national cloud deployments. + * Create a new calendar for a user. This API is available in the following national cloud deployments. * @param Calendar $body The request body * @param CalendarsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/CalendarsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/CalendarsRequestBuilderGetQueryParameters.php index 0a0963d4d2d..7e8973c4bc2 100644 --- a/src/Generated/Users/Item/Calendars/CalendarsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/CalendarsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group. This API is supported in the following national cloud deployments. + * Get all the user's calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group. This API is available in the following national cloud deployments. */ class CalendarsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.php index 19a3c64838b..dbb81656620 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. * @param CalendarPermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?CalendarPermissionsRequestBuilderGetRequestConfiguration $r } /** - * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is supported in the following national cloud deployments. + * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(CalendarPermission $body, ?CalendarPermissionsRequestBuilde } /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. * @param CalendarPermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?CalendarPermissionsRequestBuilderGetReq } /** - * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is supported in the following national cloud deployments. + * Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php index 82e838e8a1d..0e8712f2e29 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/CalendarPermissionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is supported in the following national cloud deployments. + * Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. This API is available in the following national cloud deployments. */ class CalendarPermissionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php index 326977302bb..2cf1823c761 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete calendarPermission. This API is supported in the following national cloud deployments. + * Delete calendarPermission. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?CalendarPermissionItemRequestBuilderDeleteRequestConfigu } /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?CalendarPermissionItemRequestBuilderGetRequestConfiguration } /** - * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is supported in the following national cloud deployments. + * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(CalendarPermission $body, ?CalendarPermissionItemRequestBu } /** - * Delete calendarPermission. This API is supported in the following national cloud deployments. + * Delete calendarPermission. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?CalendarPermissionItemRequestBuilder } /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. * @param CalendarPermissionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?CalendarPermissionItemRequestBuilderGet } /** - * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is supported in the following national cloud deployments. + * Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar. This API is available in the following national cloud deployments. * @param CalendarPermission $body The request body * @param CalendarPermissionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php index fb999bce020..68d86d9b01f 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarPermissions/Item/CalendarPermissionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified permissions object of a user or group calendar that has been shared. This API is supported in the following national cloud deployments. + * Get the specified permissions object of a user or group calendar that has been shared. This API is available in the following national cloud deployments. */ class CalendarPermissionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.php index 25322450754..ce6aa0e98e6 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php index 2c943aad5bd..3d5d5c300e4 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php index 9b557faf979..2689840c74e 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php index ee64b1bf40e..bbcc8d171bb 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php index 2d743ccc5bd..fa7d00e517f 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 5c1b14ce706..baf223093ed 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 8843199d89e..c035f27429f 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 3ecbfceb0ee..f9f44f1fed4 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 48ec80d2743..d3641f36bbe 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php index 50cef81368d..cb0689ddc00 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php index 6968d9b1c44..13676f08ac4 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php index 2532f7d80fe..d51c8111bfa 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php index cb67aebc9a5..a88316fd607 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php index aa55d2d52c0..6b28d5a31a0 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php index e54e8460dd0..0dbef8dd112 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index e2fc46ab96d..3f9b0abec73 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php index ac13923edfb..d098cc55e4f 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 2701cbe382d..01704357d3d 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php index 526d10d10f8..85191518f60 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php index c223dcf583a..803416d7fad 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php index e4b054b5039..2383c0f7f92 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index b1a1627e672..d80c43c9b2d 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php index 322a2eeaa0a..829c5aa4348 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php index c4fcaec1fc7..89163cc2ae3 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index 1cd8a117254..2ce1f97df4b 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 709cd036840..2e17ee42503 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index cfd4e2c94de..4be746d0c38 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index df6dd7df686..8527f2246b2 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 91f193f8f33..df1aace7b2c 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php index 655cc293337..248e273ccad 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php index 524446b8ca3..0187bbdc664 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php index 309885ea703..ab8f3733c1e 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php index 97e7847f345..136325ea24c 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index 38351bfcf48..df3baa91a4c 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index 1a646d6733d..62f53e4a872 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index c101a83299a..9a186658b77 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index b3ef6ad88ec..5a6557c88c7 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 83b34467d04..e993b07f0df 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php index 9e7923a5d32..cb8d5244ae2 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php index 4761cd4d9a4..c864ba5f572 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 3a8d05d7609..5071138cb16 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index e93aaf4fc1f..2453b008be8 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index ba69801da66..e94daa6ff88 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index e86709332f8..e0e1929f409 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index 246fff5d310..33f754cff97 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 782c7f6da4b..cb6550e07be 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index e5e6fb2eb40..6ff5ce3be86 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 953288cad26..e539ae1962c 100644 --- a/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.php index 4ea548feaa5..f7160497fc3 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php index d4906b90c09..c075f122439 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilder.php index bd9f714e247..d5cd05b983d 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?EventsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is supported in the following national cloud deployments. + * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Event $body, ?EventsRequestBuilderPostRequestConfiguration } /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?EventsRequestBuilderGetRequestConfigura } /** - * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is supported in the following national cloud deployments. + * Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilderGetQueryParameters.php index 389e33eb8a7..c79cdf220e4 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/EventsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is supported in the following national cloud deployments. + * Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. This API is available in the following national cloud deployments. */ class EventsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptPostRequestBody.php index e734c7dee6c..c972aabe7ca 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.php index 979f824b098..bb27c1e845d 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php index 18edb5fab48..e9a15a7eacc 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index e3e8e928276..f6c467cbb3c 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 325db9904a3..dad6646efe9 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index af927931406..03b9d7d3f0f 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php index d9718fdb71c..5fca1cccfef 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelPostRequestBody.php index 73991ea7f77..442e240059a 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.php index 4ef540f6d2d..f289b2c1293 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclinePostRequestBody.php index ba3f45234e3..cb349a659ab 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.php index b5eca84aae9..4edd3efc235 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php index b37bebd7af5..6866b9814d7 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.php index ebe4c16ec3f..7f2bce4a357 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.php @@ -156,7 +156,7 @@ public function get(?EventItemRequestBuilderGetRequestConfiguration $requestConf } /** - * Update an event object. This API is supported in the following national cloud deployments. + * Update an event object. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -214,7 +214,7 @@ public function toGetRequestInformation(?EventItemRequestBuilderGetRequestConfig } /** - * Update an event object. This API is supported in the following national cloud deployments. + * Update an event object. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php index a406529e4e1..9ec1270cc67 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 52111cc8395..3cf7dd8115e 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php index b588bbe7aae..c02c2503fef 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index d000f313da5..1bd6911747e 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardPostRequestBody.php index c6ef78d1b6c..2d031c8056d 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.php index c1abc16f3c6..fa0c9bf989d 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php index b269f493f4d..7bfcb012f31 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index 42e22a7865e..a0317a3e1f2 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php index bfc72229e09..675b6ffef34 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php index 4cc3ca1d7a9..fe8059a77fe 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index c47c5044fc0..e0c56433899 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 9694f1ea72c..f935254c8e8 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index f65afdf6cf8..0d424ddecd7 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 0a8e4ac0566..15dcd277f37 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 5386ebcd7e8..77b8abc97d5 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php index e170c392a28..17eebd3e45b 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php index c6075743caf..be0e21d79c4 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php index 11f1bc8e250..a31e499fb9b 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php index 406cb37b0fd..9c5a3f95449 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index ccfd9a9bc6f..9f12dbe5915 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index 3bea82f2ab2..2268781f373 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 89a1befa8de..e0d487c2929 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 5522a54c749..c171b3525ff 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index f0eeba40602..4b9e63273c7 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php index a3a2e2b5f5b..239e10fe9ba 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php index 74354ab12b5..f432765dd07 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index eae0b7b91c3..5bc8d8212e4 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 1ba48e5d2b3..ab505e6490e 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index f8e629e42db..a7f2b47cf2c 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 19a5bc3fcfd..b7321bd583a 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index c7ef07c6d36..d3c6022cea1 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 2405111b070..4292ea4c867 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index ea664602767..0059ebf4851 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index a44e951aa76..8c979739513 100644 --- a/src/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Calendars/Item/GetSchedule/GetSchedulePostRequestBody.php b/src/Generated/Users/Item/Calendars/Item/GetSchedule/GetSchedulePostRequestBody.php index 758edfaa579..ab354a9323f 100644 --- a/src/Generated/Users/Item/Calendars/Item/GetSchedule/GetSchedulePostRequestBody.php +++ b/src/Generated/Users/Item/Calendars/Item/GetSchedule/GetSchedulePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetSc } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the availabilityViewInterval property value. The AvailabilityViewInterval property + * Gets the AvailabilityViewInterval property value. The AvailabilityViewInterval property * @return int|null */ public function getAvailabilityViewInterval(): ?int { @@ -62,7 +62,7 @@ public function getAvailabilityViewInterval(): ?int { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -70,7 +70,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the endTime property value. The EndTime property + * Gets the EndTime property value. The EndTime property * @return DateTimeTimeZone|null */ public function getEndTime(): ?DateTimeTimeZone { @@ -88,9 +88,9 @@ public function getEndTime(): ?DateTimeTimeZone { public function getFieldDeserializers(): array { $o = $this; return [ - 'availabilityViewInterval' => fn(ParseNode $n) => $o->setAvailabilityViewInterval($n->getIntegerValue()), - 'endTime' => fn(ParseNode $n) => $o->setEndTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), - 'schedules' => function (ParseNode $n) { + 'AvailabilityViewInterval' => fn(ParseNode $n) => $o->setAvailabilityViewInterval($n->getIntegerValue()), + 'EndTime' => fn(ParseNode $n) => $o->setEndTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'Schedules' => function (ParseNode $n) { $val = $n->getCollectionOfPrimitiveValues(); if (is_array($val)) { TypeUtils::validateCollectionValues($val, 'string'); @@ -98,12 +98,12 @@ public function getFieldDeserializers(): array { /** @var array|null $val */ $this->setSchedules($val); }, - 'startTime' => fn(ParseNode $n) => $o->setStartTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'StartTime' => fn(ParseNode $n) => $o->setStartTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the schedules property value. The Schedules property + * Gets the Schedules property value. The Schedules property * @return array|null */ public function getSchedules(): ?array { @@ -117,7 +117,7 @@ public function getSchedules(): ?array { } /** - * Gets the startTime property value. The StartTime property + * Gets the StartTime property value. The StartTime property * @return DateTimeTimeZone|null */ public function getStartTime(): ?DateTimeTimeZone { @@ -133,56 +133,56 @@ public function getStartTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeIntegerValue('availabilityViewInterval', $this->getAvailabilityViewInterval()); - $writer->writeObjectValue('endTime', $this->getEndTime()); - $writer->writeCollectionOfPrimitiveValues('schedules', $this->getSchedules()); - $writer->writeObjectValue('startTime', $this->getStartTime()); + $writer->writeIntegerValue('AvailabilityViewInterval', $this->getAvailabilityViewInterval()); + $writer->writeObjectValue('EndTime', $this->getEndTime()); + $writer->writeCollectionOfPrimitiveValues('Schedules', $this->getSchedules()); + $writer->writeObjectValue('StartTime', $this->getStartTime()); $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. + * 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 availabilityViewInterval property value. The AvailabilityViewInterval property - * @param int|null $value Value to set for the availabilityViewInterval property. + * Sets the AvailabilityViewInterval property value. The AvailabilityViewInterval property + * @param int|null $value Value to set for the AvailabilityViewInterval property. */ public function setAvailabilityViewInterval(?int $value): void { $this->getBackingStore()->set('availabilityViewInterval', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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 endTime property value. The EndTime property - * @param DateTimeTimeZone|null $value Value to set for the endTime property. + * Sets the EndTime property value. The EndTime property + * @param DateTimeTimeZone|null $value Value to set for the EndTime property. */ public function setEndTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('endTime', $value); } /** - * Sets the schedules property value. The Schedules property - * @param array|null $value Value to set for the schedules property. + * Sets the Schedules property value. The Schedules property + * @param array|null $value Value to set for the Schedules property. */ public function setSchedules(?array $value): void { $this->getBackingStore()->set('schedules', $value); } /** - * Sets the startTime property value. The StartTime property - * @param DateTimeTimeZone|null $value Value to set for the startTime property. + * Sets the StartTime property value. The StartTime property + * @param DateTimeTimeZone|null $value Value to set for the StartTime property. */ public function setStartTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('startTime', $value); diff --git a/src/Generated/Users/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.php b/src/Generated/Users/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.php index ba537ec1941..68197d189d8 100644 --- a/src/Generated/Users/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.php +++ b/src/Generated/Users/Item/Calendars/Item/GetSchedule/GetScheduleRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is supported in the following national cloud deployments. + * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is available in the following national cloud deployments. * @param GetSchedulePostRequestBody $body The request body * @param GetScheduleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetSchedulePostRequestBody $body, ?GetScheduleRequestBuilde } /** - * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is supported in the following national cloud deployments. + * Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. This API is available in the following national cloud deployments. * @param GetSchedulePostRequestBody $body The request body * @param GetScheduleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/ChangePassword/ChangePasswordPostRequestBody.php b/src/Generated/Users/Item/ChangePassword/ChangePasswordPostRequestBody.php index 1bfb92f5179..1b63d2b6a1d 100644 --- a/src/Generated/Users/Item/ChangePassword/ChangePasswordPostRequestBody.php +++ b/src/Generated/Users/Item/ChangePassword/ChangePasswordPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Chang } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -102,16 +102,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/ChangePassword/ChangePasswordRequestBuilder.php b/src/Generated/Users/Item/ChangePassword/ChangePasswordRequestBuilder.php index f763a514e63..99c4a6a94cb 100644 --- a/src/Generated/Users/Item/ChangePassword/ChangePasswordRequestBuilder.php +++ b/src/Generated/Users/Item/ChangePassword/ChangePasswordRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Enable the user to update their password. Any user can update their password without belonging to any administrator role. This API is supported in the following national cloud deployments. + * Enable the user to update their password. Any user can update their password without belonging to any administrator role. This API is available in the following national cloud deployments. * @param ChangePasswordPostRequestBody $body The request body * @param ChangePasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ChangePasswordPostRequestBody $body, ?ChangePasswordRequest } /** - * Enable the user to update their password. Any user can update their password without belonging to any administrator role. This API is supported in the following national cloud deployments. + * Enable the user to update their password. Any user can update their password without belonging to any administrator role. This API is available in the following national cloud deployments. * @param ChangePasswordPostRequestBody $body The request body * @param ChangePasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/ChatsRequestBuilder.php b/src/Generated/Users/Item/Chats/ChatsRequestBuilder.php index 02179f781a9..ea52d660452 100644 --- a/src/Generated/Users/Item/Chats/ChatsRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/ChatsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is supported in the following national cloud deployments. + * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is available in the following national cloud deployments. * @param ChatsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(Chat $body, ?ChatsRequestBuilderPostRequestConfiguration $r } /** - * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is supported in the following national cloud deployments. + * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is available in the following national cloud deployments. * @param ChatsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/ChatsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/ChatsRequestBuilderGetQueryParameters.php index c6d9e03d1d2..371c8d826c2 100644 --- a/src/Generated/Users/Item/Chats/ChatsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/ChatsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is supported in the following national cloud deployments. + * Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. This API is available in the following national cloud deployments. */ class ChatsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/ChatItemRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/ChatItemRequestBuilder.php index fc52475275a..dd8690bc5f9 100644 --- a/src/Generated/Users/Item/Chats/Item/ChatItemRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/ChatItemRequestBuilder.php @@ -146,7 +146,7 @@ public function delete(?ChatItemRequestBuilderDeleteRequestConfiguration $reques } /** - * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is supported in the following national cloud deployments. + * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is available in the following national cloud deployments. * @param ChatItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0 Find more info here @@ -201,7 +201,7 @@ public function toDeleteRequestInformation(?ChatItemRequestBuilderDeleteRequestC } /** - * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is supported in the following national cloud deployments. + * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is available in the following national cloud deployments. * @param ChatItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/ChatItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/ChatItemRequestBuilderGetQueryParameters.php index a86dbe9933a..e0a3c20f12a 100644 --- a/src/Generated/Users/Item/Chats/Item/ChatItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/ChatItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is supported in the following national cloud deployments. + * Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. This API is available in the following national cloud deployments. */ class ChatItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/HideForUser/HideForUserPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/HideForUser/HideForUserPostRequestBody.php index 256b0cb5fd5..ea11d41fcae 100644 --- a/src/Generated/Users/Item/Chats/Item/HideForUser/HideForUserPostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/HideForUser/HideForUserPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): HideF } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/HideForUser/HideForUserRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/HideForUser/HideForUserRequestBuilder.php index eb8df8d0cfe..e45d20c0791 100644 --- a/src/Generated/Users/Item/Chats/Item/HideForUser/HideForUserRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/HideForUser/HideForUserRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Hide a chat for a user. This API is supported in the following national cloud deployments. + * Hide a chat for a user. This API is available in the following national cloud deployments. * @param HideForUserPostRequestBody $body The request body * @param HideForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(HideForUserPostRequestBody $body, ?HideForUserRequestBuilde } /** - * Hide a chat for a user. This API is supported in the following national cloud deployments. + * Hide a chat for a user. This API is available in the following national cloud deployments. * @param HideForUserPostRequestBody $body The request body * @param HideForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.php index 951a7f2dc08..3e4ed308a61 100644 --- a/src/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all app installations within a chat. This API is supported in the following national cloud deployments. + * List all app installations within a chat. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?InstalledAppsRequestBuilderGetRequestConfiguration $request } /** - * Install a teamsApp to the specified chat. This API is supported in the following national cloud deployments. + * Install a teamsApp to the specified chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsAppInstallation $body, ?InstalledAppsRequestBuilderPos } /** - * List all app installations within a chat. This API is supported in the following national cloud deployments. + * List all app installations within a chat. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?InstalledAppsRequestBuilderGetRequestCo } /** - * Install a teamsApp to the specified chat. This API is supported in the following national cloud deployments. + * Install a teamsApp to the specified chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php index 7ca49647641..f9cb11f28d7 100644 --- a/src/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all app installations within a chat. This API is supported in the following national cloud deployments. + * List all app installations within a chat. This API is available in the following national cloud deployments. */ class InstalledAppsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php index 09d0f1562ae..72242926100 100644 --- a/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Uninstall an app installed within a chat. This API is supported in the following national cloud deployments. + * Uninstall an app installed within a chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TeamsAppInstallationItemRequestBuilderDeleteRequestConfi } /** - * Get an app installed in a chat. This API is supported in the following national cloud deployments. + * Get an app installed in a chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function patch(TeamsAppInstallation $body, ?TeamsAppInstallationItemReque } /** - * Uninstall an app installed within a chat. This API is supported in the following national cloud deployments. + * Uninstall an app installed within a chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -130,7 +130,7 @@ public function toDeleteRequestInformation(?TeamsAppInstallationItemRequestBuild } /** - * Get an app installed in a chat. This API is supported in the following national cloud deployments. + * Get an app installed in a chat. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php index c80407394a4..267aa3afcff 100644 --- a/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an app installed in a chat. This API is supported in the following national cloud deployments. + * Get an app installed in a chat. This API is available in the following national cloud deployments. */ class TeamsAppInstallationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php b/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php index 0aa590ac9ab..f228f19afb1 100644 --- a/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Upgra } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php index ef876a1390e..74a900fbb5c 100644 --- a/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Upgrade an app installation within a chat. This API is supported in the following national cloud deployments. + * Upgrade an app installation within a chat. This API is available in the following national cloud deployments. * @param UpgradePostRequestBody $body The request body * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(UpgradePostRequestBody $body, ?UpgradeRequestBuilderPostReq } /** - * Upgrade an app installation within a chat. This API is supported in the following national cloud deployments. + * Upgrade an app installation within a chat. This API is available in the following national cloud deployments. * @param UpgradePostRequestBody $body The request body * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.php index 0310253ae18..738237d4ba1 100644 --- a/src/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MarkC } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php index d57bd453212..7a00229c7c9 100644 --- a/src/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a chat as read for a user. This API is supported in the following national cloud deployments. + * Mark a chat as read for a user. This API is available in the following national cloud deployments. * @param MarkChatReadForUserPostRequestBody $body The request body * @param MarkChatReadForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(MarkChatReadForUserPostRequestBody $body, ?MarkChatReadForU } /** - * Mark a chat as read for a user. This API is supported in the following national cloud deployments. + * Mark a chat as read for a user. This API is available in the following national cloud deployments. * @param MarkChatReadForUserPostRequestBody $body The request body * @param MarkChatReadForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.php index 7fd5ab1668c..2d8110aad9f 100644 --- a/src/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MarkC } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -104,16 +104,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php index c5e7f4e1fdb..7194313fad9 100644 --- a/src/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a chat as unread for a user. This API is supported in the following national cloud deployments. + * Mark a chat as unread for a user. This API is available in the following national cloud deployments. * @param MarkChatUnreadForUserPostRequestBody $body The request body * @param MarkChatUnreadForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(MarkChatUnreadForUserPostRequestBody $body, ?MarkChatUnread } /** - * Mark a chat as unread for a user. This API is supported in the following national cloud deployments. + * Mark a chat as unread for a user. This API is available in the following national cloud deployments. * @param MarkChatUnreadForUserPostRequestBody $body The request body * @param MarkChatUnreadForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/Members/Add/AddPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/Members/Add/AddPostRequestBody.php index 0ed9b0eef1f..491f690a32f 100644 --- a/src/Generated/Users/Item/Chats/Item/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/Members/Add/AddRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Members/Add/AddRequestBuilder.php index 4da8f2e0e15..bf94404b8f2 100644 --- a/src/Generated/Users/Item/Chats/Item/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Users/Item/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php index 03002842029..469cd928472 100644 --- a/src/Generated/Users/Item/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a conversationMember from a chat. This API is supported in the following national cloud deployments. + * Remove a conversationMember from a chat. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0 Find more info here @@ -51,10 +51,10 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments. + * Retrieve a conversationMember from a chat. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 Find more info here */ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -89,7 +89,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Remove a conversationMember from a chat. This API is supported in the following national cloud deployments. + * Remove a conversationMember from a chat. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments. + * Retrieve a conversationMember from a chat. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index f25657f676b..c51a26de544 100644 --- a/src/Generated/Users/Item/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a conversationMember from a chat or channel. This API is supported in the following national cloud deployments. + * Retrieve a conversationMember from a chat. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilder.php index 03d34b2ec22..9a14f3d970e 100644 --- a/src/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all conversation members in a chat or channel. This API is supported in the following national cloud deployments. + * List all conversation members in a chat or channel. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a conversationMember to a chat. This API is supported in the following national cloud deployments. + * Add a conversationMember to a chat. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * List all conversation members in a chat or channel. This API is supported in the following national cloud deployments. + * List all conversation members in a chat or channel. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a conversationMember to a chat. This API is supported in the following national cloud deployments. + * Add a conversationMember to a chat. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilderGetQueryParameters.php index 80f319b7022..640d88b8e65 100644 --- a/src/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all conversation members in a chat or channel. This API is supported in the following national cloud deployments. + * List all conversation members in a chat or channel. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.php index 00f2fdfea86..64d2e483700 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -153,7 +153,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index aca0d1a5148..32afdb1862b 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php index 80667a08a38..e9e225567e6 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index d6397c97b77..aef0bcb9797 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 9e3a88d4aa1..9d4da82f9eb 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 7b3bff14e8d..86e86d41574 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php index 40acd1ca478..e9b3b715ec3 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index db68b14cf2a..4df5b4449f3 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php index 36aeff6b64e..03abe901b4d 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index b206472f026..097b76fa5d5 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 42228be9cb9..c5c66a53c72 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 82447df0e26..0642baca9f1 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php index caf2b12a090..b14ec551e79 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php index 495a5125368..3dc135cd14f 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 9bade86a65c..3a7df4be912 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php index d3b1dc07a8a..a8c4bb1c257 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.php index f11b05e0d63..e3d75965126 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?RepliesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfigu } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?RepliesRequestBuilderGetRequestConfigur } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php index ec463516183..f3dd36dcc2c 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. */ class RepliesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php index a17cc8479db..837240ae717 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php index f97221b51e6..d623b3051a3 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 0326e87656d..f10a60673be 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php index c7aad9d1f37..e91ec75e81a 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilder.php index b6128447aa7..043e431dbdd 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfig } /** - * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilderGetQueryParameters.php index 1a404001587..5f47b9c01a3 100644 --- a/src/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaGetResponse.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaGetResponse.php deleted file mode 100644 index 902a09cbffd..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaGetResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilder.php deleted file mode 100644 index 400691f42a3..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toGetRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DeltaGetResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toGetRequestInformation(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::GET; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - if ($requestConfiguration->queryParameters !== null) { - $requestInfo->setQueryParameters($requestConfiguration->queryParameters); - } - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return DeltaRequestBuilder - */ - public function withUrl(string $rawUrl): DeltaRequestBuilder { - return new DeltaRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php deleted file mode 100644 index ba5d226d70c..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php +++ /dev/null @@ -1,74 +0,0 @@ -|null $orderby Order items by property values - */ - public ?array $orderby = null; - - /** - * @QueryParameter("%24search") - * @var string|null $search Search items by search phrases - */ - public ?string $search = null; - - /** - * @QueryParameter("%24select") - * @var array|null $select Select properties to be returned - */ - public ?array $select = null; - - /** - * @QueryParameter("%24skip") - * @var int|null $skip Skip the first n items - */ - public ?int $skip = null; - - /** - * @QueryParameter("%24top") - * @var int|null $top Show only the first n items - */ - public ?int $top = null; - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters and sets the default values. - * @param bool|null $count Include count of items - * @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, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { - $this->count = $count; - $this->filter = $filter; - $this->orderby = $orderby; - $this->search = $search; - $this->select = $select; - $this->skip = $skip; - $this->top = $top; - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php deleted file mode 100644 index 3ddda422578..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php +++ /dev/null @@ -1,44 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - * @param DeltaRequestBuilderGetQueryParameters|null $queryParameters Request query parameters - */ - public function __construct(?array $headers = null, ?array $options = null, ?DeltaRequestBuilderGetQueryParameters $queryParameters = null) { - parent::__construct($headers ?? [], $options ?? []); - $this->queryParameters = $queryParameters; - } - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters. - * @param bool|null $count Include count of items - * @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 DeltaRequestBuilderGetQueryParameters - */ - public static function createQueryParameters(?bool $count = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DeltaRequestBuilderGetQueryParameters { - return new DeltaRequestBuilderGetQueryParameters($count, $filter, $orderby, $search, $select, $skip, $top); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php deleted file mode 100644 index 5560cb7edb6..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetAvailableExtensionPropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAvailableExtensionPropertiesPostRequestBody { - return new GetAvailableExtensionPropertiesPostRequestBody(); - } - - /** - * 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 [ - 'isSyncedFromOnPremises' => fn(ParseNode $n) => $o->setIsSyncedFromOnPremises($n->getBooleanValue()), - ]; - } - - /** - * Gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @return bool|null - */ - public function getIsSyncedFromOnPremises(): ?bool { - $val = $this->getBackingStore()->get('isSyncedFromOnPremises'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'isSyncedFromOnPremises'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('isSyncedFromOnPremises', $this->getIsSyncedFromOnPremises()); - $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 isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @param bool|null $value Value to set for the isSyncedFromOnPremises property. - */ - public function setIsSyncedFromOnPremises(?bool $value): void { - $this->getBackingStore()->set('isSyncedFromOnPremises', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php deleted file mode 100644 index 3938025825c..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([ExtensionProperty::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, ExtensionProperty::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php deleted file mode 100644 index 0f2e04068f9..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/getAvailableExtensionProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 Find more info here - */ - public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetAvailableExtensionPropertiesPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetAvailableExtensionPropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 5cdbf5d7034..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php deleted file mode 100644 index 6e8eefaddd9..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php +++ /dev/null @@ -1,155 +0,0 @@ -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 GetByIdsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetByIdsPostRequestBody { - return new GetByIdsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - 'types' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setTypes($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Gets the types property value. The types property - * @return array|null - */ - public function getTypes(): ?array { - $val = $this->getBackingStore()->get('types'); - 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 'types'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $writer->writeCollectionOfPrimitiveValues('types', $this->getTypes()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - - /** - * Sets the types property value. The types property - * @param array|null $value Value to set for the types property. - */ - public function setTypes(?array $value): void { - $this->getBackingStore()->set('types', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php deleted file mode 100644 index 60676b30bfc..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php deleted file mode 100644 index 5f0caec2861..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/getByIds'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 Find more info here - */ - public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetByIdsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetByIdsRequestBuilder - */ - public function withUrl(string $rawUrl): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 4150a1bc96b..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php deleted file mode 100644 index b3e2b31882c..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ /dev/null @@ -1,124 +0,0 @@ -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 CheckMemberGroupsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): CheckMemberGroupsPostRequestBody { - return new CheckMemberGroupsPostRequestBody(); - } - - /** - * 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 [ - 'groupIds' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setGroupIds($val); - }, - ]; - } - - /** - * Gets the groupIds property value. The groupIds property - * @return array|null - */ - public function getGroupIds(): ?array { - $val = $this->getBackingStore()->get('groupIds'); - 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 'groupIds'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('groupIds', $this->getGroupIds()); - $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 groupIds property value. The groupIds property - * @param array|null $value Value to set for the groupIds property. - */ - public function setGroupIds(?array $value): void { - $this->getBackingStore()->set('groupIds', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php deleted file mode 100644 index d7a274b2104..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php deleted file mode 100644 index f8d1e1b5cef..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. - * @param CheckMemberGroupsPostRequestBody $body The request body - * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 Find more info here - */ - public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [CheckMemberGroupsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. - * @param CheckMemberGroupsPostRequestBody $body The request body - * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return CheckMemberGroupsRequestBuilder - */ - public function withUrl(string $rawUrl): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index aa342c7dc87..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php deleted file mode 100644 index f6afafb4164..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ /dev/null @@ -1,124 +0,0 @@ -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 CheckMemberObjectsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): CheckMemberObjectsPostRequestBody { - return new CheckMemberObjectsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php deleted file mode 100644 index f74e6338dca..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php deleted file mode 100644 index db0247c0ed9..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke action checkMemberObjects - * @param CheckMemberObjectsPostRequestBody $body The request body - * @param CheckMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function post(CheckMemberObjectsPostRequestBody $body, ?CheckMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [CheckMemberObjectsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke action checkMemberObjects - * @param CheckMemberObjectsPostRequestBody $body The request body - * @param CheckMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(CheckMemberObjectsPostRequestBody $body, ?CheckMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return CheckMemberObjectsRequestBuilder - */ - public function withUrl(string $rawUrl): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 488856b7cf2..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php deleted file mode 100644 index b4ce77dadda..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetMemberGroupsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMemberGroupsPostRequestBody { - return new GetMemberGroupsPostRequestBody(); - } - - /** - * 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 [ - 'securityEnabledOnly' => fn(ParseNode $n) => $o->setSecurityEnabledOnly($n->getBooleanValue()), - ]; - } - - /** - * Gets the securityEnabledOnly property value. The securityEnabledOnly property - * @return bool|null - */ - public function getSecurityEnabledOnly(): ?bool { - $val = $this->getBackingStore()->get('securityEnabledOnly'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityEnabledOnly'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('securityEnabledOnly', $this->getSecurityEnabledOnly()); - $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 securityEnabledOnly property value. The securityEnabledOnly property - * @param bool|null $value Value to set for the securityEnabledOnly property. - */ - public function setSecurityEnabledOnly(?bool $value): void { - $this->getBackingStore()->set('securityEnabledOnly', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php deleted file mode 100644 index 5f65346a1e2..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php deleted file mode 100644 index 0b13051e311..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. - * @param GetMemberGroupsPostRequestBody $body The request body - * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 Find more info here - */ - public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetMemberGroupsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. - * @param GetMemberGroupsPostRequestBody $body The request body - * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetMemberGroupsRequestBuilder - */ - public function withUrl(string $rawUrl): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 03d4bd727fa..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php deleted file mode 100644 index d075cc77f24..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetMemberObjectsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMemberObjectsPostRequestBody { - return new GetMemberObjectsPostRequestBody(); - } - - /** - * 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 [ - 'securityEnabledOnly' => fn(ParseNode $n) => $o->setSecurityEnabledOnly($n->getBooleanValue()), - ]; - } - - /** - * Gets the securityEnabledOnly property value. The securityEnabledOnly property - * @return bool|null - */ - public function getSecurityEnabledOnly(): ?bool { - $val = $this->getBackingStore()->get('securityEnabledOnly'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityEnabledOnly'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('securityEnabledOnly', $this->getSecurityEnabledOnly()); - $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 securityEnabledOnly property value. The securityEnabledOnly property - * @param bool|null $value Value to set for the securityEnabledOnly property. - */ - public function setSecurityEnabledOnly(?bool $value): void { - $this->getBackingStore()->set('securityEnabledOnly', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php deleted file mode 100644 index 1a524231641..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php deleted file mode 100644 index 32c4bbc7ac4..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. - * @param GetMemberObjectsPostRequestBody $body The request body - * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 Find more info here - */ - public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetMemberObjectsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. - * @param GetMemberObjectsPostRequestBody $body The request body - * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetMemberObjectsRequestBuilder - */ - public function withUrl(string $rawUrl): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 77d1a068d4e..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php index deb6457d037..6074acd7137 100644 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php @@ -7,11 +7,6 @@ use Http\Promise\RejectedPromise; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; -use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\Item\CheckMemberGroups\CheckMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\Item\CheckMemberObjects\CheckMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\Item\GetMemberGroups\GetMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\Item\GetMemberObjects\GetMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\Item\Restore\RestoreRequestBuilder; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; use Microsoft\Kiota\Abstractions\HttpMethod; use Microsoft\Kiota\Abstractions\RequestAdapter; @@ -22,41 +17,6 @@ */ class ResourceSpecificPermissionGrantItemRequestBuilder extends BaseRequestBuilder { - /** - * Provides operations to call the checkMemberGroups method. - */ - public function checkMemberGroups(): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the checkMemberObjects method. - */ - public function checkMemberObjects(): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberGroups method. - */ - public function getMemberGroups(): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberObjects method. - */ - public function getMemberObjects(): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the restore method. - */ - public function restore(): RestoreRequestBuilder { - return new RestoreRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. * @param array|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php deleted file mode 100644 index 86ce46e5662..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php +++ /dev/null @@ -1,80 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. - * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here - */ - public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DirectoryObject::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. - * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return RestoreRequestBuilder - */ - public function withUrl(string $rawUrl): RestoreRequestBuilder { - return new RestoreRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 92f697ff967..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.php index eb68407b39f..b6e4e0d4e16 100644 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.php @@ -9,11 +9,7 @@ use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrantCollectionResponse; use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\Count\CountRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\Delta\DeltaRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\GetAvailableExtensionProperties\GetAvailableExtensionPropertiesRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\GetByIds\GetByIdsRequestBuilder; use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\Item\ResourceSpecificPermissionGrantItemRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\Chats\Item\PermissionGrants\ValidateProperties\ValidatePropertiesRequestBuilder; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; use Microsoft\Kiota\Abstractions\HttpMethod; use Microsoft\Kiota\Abstractions\RequestAdapter; @@ -31,34 +27,6 @@ public function count(): CountRequestBuilder { return new CountRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the delta method. - */ - public function delta(): DeltaRequestBuilder { - return new DeltaRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getAvailableExtensionProperties method. - */ - public function getAvailableExtensionProperties(): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getByIds method. - */ - public function getByIds(): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the validateProperties method. - */ - public function validateProperties(): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity. * @param string $resourceSpecificPermissionGrantId The unique identifier of resourceSpecificPermissionGrant @@ -85,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0 Find more info here @@ -123,7 +91,7 @@ public function post(ResourceSpecificPermissionGrant $body, ?PermissionGrantsReq } /** - * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php index 4170fbcb4aa..40ecc146bf4 100644 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the chat. This list specifies the Azure AD apps that have access to the chat, along with the corresponding kind of resource-specific access that each app has. This API is available in the following national cloud deployments. */ class PermissionGrantsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php deleted file mode 100644 index e2f624bdf1b..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ /dev/null @@ -1,180 +0,0 @@ -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 ValidatePropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): ValidatePropertiesPostRequestBody { - return new ValidatePropertiesPostRequestBody(); - } - - /** - * 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 displayName property value. The displayName property - * @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 entityType property value. The entityType property - * @return string|null - */ - public function getEntityType(): ?string { - $val = $this->getBackingStore()->get('entityType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'entityType'"); - } - - /** - * The deserialization information for the current model - * @return array - */ - public function getFieldDeserializers(): array { - $o = $this; - return [ - 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), - 'entityType' => fn(ParseNode $n) => $o->setEntityType($n->getStringValue()), - 'mailNickname' => fn(ParseNode $n) => $o->setMailNickname($n->getStringValue()), - 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), - ]; - } - - /** - * Gets the mailNickname property value. The mailNickname property - * @return string|null - */ - public function getMailNickname(): ?string { - $val = $this->getBackingStore()->get('mailNickname'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'mailNickname'"); - } - - /** - * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @return string|null - */ - public function getOnBehalfOfUserId(): ?string { - $val = $this->getBackingStore()->get('onBehalfOfUserId'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('displayName', $this->getDisplayName()); - $writer->writeStringValue('entityType', $this->getEntityType()); - $writer->writeStringValue('mailNickname', $this->getMailNickname()); - $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); - $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 displayName property value. The displayName property - * @param string|null $value Value to set for the displayName property. - */ - public function setDisplayName(?string $value): void { - $this->getBackingStore()->set('displayName', $value); - } - - /** - * Sets the entityType property value. The entityType property - * @param string|null $value Value to set for the entityType property. - */ - public function setEntityType(?string $value): void { - $this->getBackingStore()->set('entityType', $value); - } - - /** - * Sets the mailNickname property value. The mailNickname property - * @param string|null $value Value to set for the mailNickname property. - */ - public function setMailNickname(?string $value): void { - $this->getBackingStore()->set('mailNickname', $value); - } - - /** - * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @param string|null $value Value to set for the onBehalfOfUserId property. - */ - public function setOnBehalfOfUserId(?string $value): void { - $this->getBackingStore()->set('onBehalfOfUserId', $value); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php deleted file mode 100644 index e3d92962749..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/permissionGrants/validateProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 Find more info here - */ - public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendNoContentAsync($requestInfo, $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return ValidatePropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index a2dc00712ab..00000000000 --- a/src/Generated/Users/Item/Chats/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.php index e3982d9e136..01fd967ad99 100644 --- a/src/Generated/Users/Item/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unpin a message from a chat. This API is supported in the following national cloud deployments. + * Unpin a message from a chat. This API is available in the following national cloud deployments. * @param PinnedChatMessageInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0 Find more info here @@ -96,7 +96,7 @@ public function patch(PinnedChatMessageInfo $body, ?PinnedChatMessageInfoItemReq } /** - * Unpin a message from a chat. This API is supported in the following national cloud deployments. + * Unpin a message from a chat. This API is available in the following national cloud deployments. * @param PinnedChatMessageInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.php index bd24ca1bab4..64da568a82c 100644 --- a/src/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments. + * Get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments. * @param PinnedMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PinnedMessagesRequestBuilderGetRequestConfiguration $reques } /** - * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. This API is supported in the following national cloud deployments. + * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. This API is available in the following national cloud deployments. * @param PinnedChatMessageInfo $body The request body * @param PinnedMessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(PinnedChatMessageInfo $body, ?PinnedMessagesRequestBuilderP } /** - * Get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments. + * Get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments. * @param PinnedMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PinnedMessagesRequestBuilderGetRequestC } /** - * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. This API is supported in the following national cloud deployments. + * Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. This API is available in the following national cloud deployments. * @param PinnedChatMessageInfo $body The request body * @param PinnedMessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilderGetQueryParameters.php index d295e6b96b1..35541bff66f 100644 --- a/src/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of pinnedChatMessages in a chat. This API is supported in the following national cloud deployments. + * Get a list of pinnedChatMessages in a chat. This API is available in the following national cloud deployments. */ class PinnedMessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php index e11b75a6481..c069fc4528c 100644 --- a/src/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php @@ -52,7 +52,7 @@ public function getActivityType(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -65,7 +65,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function setActivityType(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php index 751ca453f26..c163410dade 100644 --- a/src/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send an activity feed notification in scope of a chat. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification in scope of a chat. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SendActivityNotificationPostRequestBody $body, ?SendActivit } /** - * Send an activity feed notification in scope of a chat. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification in scope of a chat. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.php index eb2bc4bb627..32ef6ce919f 100644 --- a/src/Generated/Users/Item/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove (unpin) a tab from the specified chat. This API is supported in the following national cloud deployments. + * Remove (unpin) a tab from the specified chat. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamsTabItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamsTabItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamsTab $body, ?TeamsTabItemRequestBuilderPatchRequestCon } /** - * Remove (unpin) a tab from the specified chat. This API is supported in the following national cloud deployments. + * Remove (unpin) a tab from the specified chat. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamsTabItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamsTabItemRequestBuilderGetRequestCon } /** - * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab in a chat. This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php index bc6d4e5c34b..e232a666f52 100644 --- a/src/Generated/Users/Item/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of the specified tab in a chat. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a chat. This API is available in the following national cloud deployments. */ class TeamsTabItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilder.php index db6e48023b5..728c4930124 100644 --- a/src/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TabsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat. This API is supported in the following national cloud deployments. + * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsTab $body, ?TabsRequestBuilderPostRequestConfiguration } /** - * Retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TabsRequestBuilderGetRequestConfigurati } /** - * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat. This API is supported in the following national cloud deployments. + * Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilderGetQueryParameters.php index 8673a367850..1bd180ff645 100644 --- a/src/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Chats/Item/Tabs/TabsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of tabs in the specified chat. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified chat. This API is available in the following national cloud deployments. */ class TabsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.php b/src/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.php index 7abdce0d98b..1b3ed22b567 100644 --- a/src/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.php +++ b/src/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unhid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php b/src/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php index fd407ff103a..557deed9b97 100644 --- a/src/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php +++ b/src/Generated/Users/Item/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unhide a chat for a user. This API is supported in the following national cloud deployments. + * Unhide a chat for a user. This API is available in the following national cloud deployments. * @param UnhideForUserPostRequestBody $body The request body * @param UnhideForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(UnhideForUserPostRequestBody $body, ?UnhideForUserRequestBu } /** - * Unhide a chat for a user. This API is supported in the following national cloud deployments. + * Unhide a chat for a user. This API is available in the following national cloud deployments. * @param UnhideForUserPostRequestBody $body The request body * @param UnhideForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php index 4205586cdec..e8d40d6d8e1 100644 --- a/src/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ b/src/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index b33299d5b7b..57121323f58 100644 --- a/src/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Users/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsR } /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. + * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is available in the following national cloud deployments. * @param CheckMemberGroupsPostRequestBody $body The request body * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Users/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php index ce6e4a9d43e..a67b63137d9 100644 --- a/src/Generated/Users/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ b/src/Generated/Users/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Check } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -98,16 +98,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilder.php b/src/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilder.php index fb4b524e14d..46d8b1158e5 100644 --- a/src/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilder.php +++ b/src/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the contact folder collection in the default Contacts folder of the signed-in user. This API is supported in the following national cloud deployments. + * Get the contact folder collection in the default Contacts folder of the signed-in user. This API is available in the following national cloud deployments. * @param ContactFoldersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ContactFoldersRequestBuilderGetRequestConfiguration $reques } /** - * Create a new contactFolder under the user's default contacts folder. You can also create a new contactfolder as a child of any specified contact folder. This API is supported in the following national cloud deployments. + * Create a new contactFolder under the user's default contacts folder. You can also create a new contactfolder as a child of any specified contact folder. This API is available in the following national cloud deployments. * @param ContactFolder $body The request body * @param ContactFoldersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ContactFolder $body, ?ContactFoldersRequestBuilderPostReque } /** - * Get the contact folder collection in the default Contacts folder of the signed-in user. This API is supported in the following national cloud deployments. + * Get the contact folder collection in the default Contacts folder of the signed-in user. This API is available in the following national cloud deployments. * @param ContactFoldersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ContactFoldersRequestBuilderGetRequestC } /** - * Create a new contactFolder under the user's default contacts folder. You can also create a new contactfolder as a child of any specified contact folder. This API is supported in the following national cloud deployments. + * Create a new contactFolder under the user's default contacts folder. You can also create a new contactfolder as a child of any specified contact folder. This API is available in the following national cloud deployments. * @param ContactFolder $body The request body * @param ContactFoldersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilderGetQueryParameters.php index 0614dc3c4fe..7c3fa51a861 100644 --- a/src/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/ContactFolders/ContactFoldersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the contact folder collection in the default Contacts folder of the signed-in user. This API is supported in the following national cloud deployments. + * Get the contact folder collection in the default Contacts folder of the signed-in user. This API is available in the following national cloud deployments. */ class ContactFoldersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilder.php index 46235574618..bc04fdedde9 100644 --- a/src/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilderGetQueryParameters.php index c6c1754de06..5aae5d8736e 100644 --- a/src/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/ContactFolders/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.php b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.php index be3233c1aff..4d85b48095c 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.php +++ b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a collection of child folders under the specified contact folder. This API is supported in the following national cloud deployments. + * Get a collection of child folders under the specified contact folder. This API is available in the following national cloud deployments. * @param ChildFoldersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ChildFoldersRequestBuilderGetRequestConfiguration $requestC } /** - * Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder. This API is supported in the following national cloud deployments. + * Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder. This API is available in the following national cloud deployments. * @param ContactFolder $body The request body * @param ChildFoldersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ContactFolder $body, ?ChildFoldersRequestBuilderPostRequest } /** - * Get a collection of child folders under the specified contact folder. This API is supported in the following national cloud deployments. + * Get a collection of child folders under the specified contact folder. This API is available in the following national cloud deployments. * @param ChildFoldersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ChildFoldersRequestBuilderGetRequestCon } /** - * Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder. This API is supported in the following national cloud deployments. + * Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder. This API is available in the following national cloud deployments. * @param ContactFolder $body The request body * @param ChildFoldersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilderGetQueryParameters.php index bc24f3c60bc..15f423e95b5 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/ChildFoldersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a collection of child folders under the specified contact folder. This API is supported in the following national cloud deployments. + * Get a collection of child folders under the specified contact folder. This API is available in the following national cloud deployments. */ class ChildFoldersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.php index 340bb706c37..3b58f86140b 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilderGetQueryParameters.php index e7c3c9bd5c9..44c04374075 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contact folders. This allows you to maintain and synchronize a local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.php b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.php index 309a26d1d8e..b07fef4fff5 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.php +++ b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is supported in the following national cloud deployments. + * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is available in the following national cloud deployments. * @param ContactsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ContactsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is supported in the following national cloud deployments. + * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is available in the following national cloud deployments. * @param Contact $body The request body * @param ContactsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Contact $body, ?ContactsRequestBuilderPostRequestConfigurat } /** - * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is supported in the following national cloud deployments. + * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is available in the following national cloud deployments. * @param ContactsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ContactsRequestBuilderGetRequestConfigu } /** - * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is supported in the following national cloud deployments. + * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is available in the following national cloud deployments. * @param Contact $body The request body * @param ContactsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php index a3f203990c5..c00e7aa699e 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is supported in the following national cloud deployments. + * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is available in the following national cloud deployments. */ class ContactsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.php index bef14cd1f81..153da1de9a2 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php index 8b67fd74442..de09e191a40 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/ContactFolders/Item/ChildFolders/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/ContactFolders/Item/ContactFolderItemRequestBuilder.php b/src/Generated/Users/Item/ContactFolders/Item/ContactFolderItemRequestBuilder.php index ad677bff50a..aed76650762 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/ContactFolderItemRequestBuilder.php +++ b/src/Generated/Users/Item/ContactFolders/Item/ContactFolderItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete contactFolder other than the default contactFolder. This API is supported in the following national cloud deployments. + * Delete contactFolder other than the default contactFolder. This API is available in the following national cloud deployments. * @param ContactFolderItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contactfolder-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?ContactFolderItemRequestBuilderDeleteRequestConfiguratio } /** - * Get a contact folder by using the contact folder ID. There are two scenarios where an app can get another user's contact folder: This API is supported in the following national cloud deployments. + * Get a contact folder by using the contact folder ID. There are two scenarios where an app can get another user's contact folder: This API is available in the following national cloud deployments. * @param ContactFolderItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contactfolder-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?ContactFolderItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of contactfolder object. This API is supported in the following national cloud deployments. + * Update the properties of contactfolder object. This API is available in the following national cloud deployments. * @param ContactFolder $body The request body * @param ContactFolderItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(ContactFolder $body, ?ContactFolderItemRequestBuilderPatch } /** - * Delete contactFolder other than the default contactFolder. This API is supported in the following national cloud deployments. + * Delete contactFolder other than the default contactFolder. This API is available in the following national cloud deployments. * @param ContactFolderItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?ContactFolderItemRequestBuilderDelet } /** - * Get a contact folder by using the contact folder ID. There are two scenarios where an app can get another user's contact folder: This API is supported in the following national cloud deployments. + * Get a contact folder by using the contact folder ID. There are two scenarios where an app can get another user's contact folder: This API is available in the following national cloud deployments. * @param ContactFolderItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?ContactFolderItemRequestBuilderGetReque } /** - * Update the properties of contactfolder object. This API is supported in the following national cloud deployments. + * Update the properties of contactfolder object. This API is available in the following national cloud deployments. * @param ContactFolder $body The request body * @param ContactFolderItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/ContactFolders/Item/ContactFolderItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/ContactFolders/Item/ContactFolderItemRequestBuilderGetQueryParameters.php index 03d653ef846..5cd65fd292f 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/ContactFolderItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/ContactFolders/Item/ContactFolderItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a contact folder by using the contact folder ID. There are two scenarios where an app can get another user's contact folder: This API is supported in the following national cloud deployments. + * Get a contact folder by using the contact folder ID. There are two scenarios where an app can get another user's contact folder: This API is available in the following national cloud deployments. */ class ContactFolderItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilder.php b/src/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilder.php index 524174895f8..ac0099b839f 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilder.php +++ b/src/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is supported in the following national cloud deployments. + * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is available in the following national cloud deployments. * @param ContactsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ContactsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is supported in the following national cloud deployments. + * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is available in the following national cloud deployments. * @param Contact $body The request body * @param ContactsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Contact $body, ?ContactsRequestBuilderPostRequestConfigurat } /** - * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is supported in the following national cloud deployments. + * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is available in the following national cloud deployments. * @param ContactsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ContactsRequestBuilderGetRequestConfigu } /** - * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is supported in the following national cloud deployments. + * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is available in the following national cloud deployments. * @param Contact $body The request body * @param ContactsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php index 60dd6a74f6b..d7f59fc9ffd 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/ContactFolders/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is supported in the following national cloud deployments. + * Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. This API is available in the following national cloud deployments. */ class ContactsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.php index 174e4c97633..b53aafed6f7 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php index 1b2e3f25869..18f9311361b 100644 --- a/src/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/ContactFolders/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Contacts/ContactsRequestBuilder.php b/src/Generated/Users/Item/Contacts/ContactsRequestBuilder.php index 54aa1dca2e4..262362efd1e 100644 --- a/src/Generated/Users/Item/Contacts/ContactsRequestBuilder.php +++ b/src/Generated/Users/Item/Contacts/ContactsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a contact collection from the default contacts folder of the signed-in user. There are two scenarios where an app can get contacts in another user's contact folder: This API is supported in the following national cloud deployments. + * Get a contact collection from the default contacts folder of the signed-in user. There are two scenarios where an app can get contacts in another user's contact folder: This API is available in the following national cloud deployments. * @param ContactsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ContactsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is supported in the following national cloud deployments. + * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is available in the following national cloud deployments. * @param Contact $body The request body * @param ContactsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Contact $body, ?ContactsRequestBuilderPostRequestConfigurat } /** - * Get a contact collection from the default contacts folder of the signed-in user. There are two scenarios where an app can get contacts in another user's contact folder: This API is supported in the following national cloud deployments. + * Get a contact collection from the default contacts folder of the signed-in user. There are two scenarios where an app can get contacts in another user's contact folder: This API is available in the following national cloud deployments. * @param ContactsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ContactsRequestBuilderGetRequestConfigu } /** - * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is supported in the following national cloud deployments. + * Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. This API is available in the following national cloud deployments. * @param Contact $body The request body * @param ContactsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php index feb8cf04415..3ed653e5e5f 100644 --- a/src/Generated/Users/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Contacts/ContactsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a contact collection from the default contacts folder of the signed-in user. There are two scenarios where an app can get contacts in another user's contact folder: This API is supported in the following national cloud deployments. + * Get a contact collection from the default contacts folder of the signed-in user. There are two scenarios where an app can get contacts in another user's contact folder: This API is available in the following national cloud deployments. */ class ContactsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilder.php index 0eb5bee7a3e..66112e8129f 100644 --- a/src/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php index 2f5debfe9ee..92653b24b14 100644 --- a/src/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Contacts/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is supported in the following national cloud deployments. + * Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Contacts/Item/ContactItemRequestBuilder.php b/src/Generated/Users/Item/Contacts/Item/ContactItemRequestBuilder.php index 4b4601009bc..32ec19fe4c2 100644 --- a/src/Generated/Users/Item/Contacts/Item/ContactItemRequestBuilder.php +++ b/src/Generated/Users/Item/Contacts/Item/ContactItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a contact. This API is supported in the following national cloud deployments. + * Delete a contact. This API is available in the following national cloud deployments. * @param ContactItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contact-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?ContactItemRequestBuilderDeleteRequestConfiguration $req } /** - * Retrieve the properties and relationships of a contact object. There are two scenarios where an app can get a contact in another user's contact folder: This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a contact object. There are two scenarios where an app can get a contact in another user's contact folder: This API is available in the following national cloud deployments. * @param ContactItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/contact-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?ContactItemRequestBuilderGetRequestConfiguration $requestCo } /** - * Update the properties of a contact object. This API is supported in the following national cloud deployments. + * Update the properties of a contact object. This API is available in the following national cloud deployments. * @param Contact $body The request body * @param ContactItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(Contact $body, ?ContactItemRequestBuilderPatchRequestConfi } /** - * Delete a contact. This API is supported in the following national cloud deployments. + * Delete a contact. This API is available in the following national cloud deployments. * @param ContactItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?ContactItemRequestBuilderDeleteReque } /** - * Retrieve the properties and relationships of a contact object. There are two scenarios where an app can get a contact in another user's contact folder: This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a contact object. There are two scenarios where an app can get a contact in another user's contact folder: This API is available in the following national cloud deployments. * @param ContactItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?ContactItemRequestBuilderGetRequestConf } /** - * Update the properties of a contact object. This API is supported in the following national cloud deployments. + * Update the properties of a contact object. This API is available in the following national cloud deployments. * @param Contact $body The request body * @param ContactItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Contacts/Item/ContactItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Contacts/Item/ContactItemRequestBuilderGetQueryParameters.php index 3f4b13b31d9..8883c88b90e 100644 --- a/src/Generated/Users/Item/Contacts/Item/ContactItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Contacts/Item/ContactItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a contact object. There are two scenarios where an app can get a contact in another user's contact folder: This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a contact object. There are two scenarios where an app can get a contact in another user's contact folder: This API is available in the following national cloud deployments. */ class ContactItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilder.php b/src/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilder.php index ce60af03ae3..ea66b213321 100644 --- a/src/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilder.php +++ b/src/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilder.php @@ -60,7 +60,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of directory objects that were created by the user. This API returns only those directory objects that were created by a user who isn't in any administrator role; otherwise, it returns an empty object. This API is supported in the following national cloud deployments. + * Get a list of directory objects that were created by the user. This API returns only those directory objects that were created by a user who isn't in any administrator role; otherwise, it returns an empty object. This API is available in the following national cloud deployments. * @param CreatedObjectsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0 Find more info here @@ -79,7 +79,7 @@ public function get(?CreatedObjectsRequestBuilderGetRequestConfiguration $reques } /** - * Get a list of directory objects that were created by the user. This API returns only those directory objects that were created by a user who isn't in any administrator role; otherwise, it returns an empty object. This API is supported in the following national cloud deployments. + * Get a list of directory objects that were created by the user. This API returns only those directory objects that were created by a user who isn't in any administrator role; otherwise, it returns an empty object. This API is available in the following national cloud deployments. * @param CreatedObjectsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilderGetQueryParameters.php index bcbeaf8c518..2b7ced23737 100644 --- a/src/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/CreatedObjects/CreatedObjectsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of directory objects that were created by the user. This API returns only those directory objects that were created by a user who isn't in any administrator role; otherwise, it returns an empty object. This API is supported in the following national cloud deployments. + * Get a list of directory objects that were created by the user. This API returns only those directory objects that were created by a user who isn't in any administrator role; otherwise, it returns an empty object. This API is available in the following national cloud deployments. */ class CreatedObjectsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Drive/DriveRequestBuilder.php b/src/Generated/Users/Item/Drive/DriveRequestBuilder.php index 89bcd6e4680..8c6ba826367 100644 --- a/src/Generated/Users/Item/Drive/DriveRequestBuilder.php +++ b/src/Generated/Users/Item/Drive/DriveRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries. This API is available in the following national cloud deployments. * @param DriveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/drive-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?DriveRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries. This API is available in the following national cloud deployments. * @param DriveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Drive/DriveRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Drive/DriveRequestBuilderGetQueryParameters.php index a3fa8301759..cab66ed2338 100644 --- a/src/Generated/Users/Item/Drive/DriveRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Drive/DriveRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries. This API is available in the following national cloud deployments. */ class DriveRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Drives/DrivesRequestBuilder.php b/src/Generated/Users/Item/Drives/DrivesRequestBuilder.php index 6ebf742a5cc..2aa57bf14c3 100644 --- a/src/Generated/Users/Item/Drives/DrivesRequestBuilder.php +++ b/src/Generated/Users/Item/Drives/DrivesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of Drive resources available for a target User, Group, or Site. This API is supported in the following national cloud deployments. + * Retrieve the list of Drive resources available for a target User, Group, or Site. This API is available in the following national cloud deployments. * @param DrivesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/drive-list?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?DrivesRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Retrieve the list of Drive resources available for a target User, Group, or Site. This API is supported in the following national cloud deployments. + * Retrieve the list of Drive resources available for a target User, Group, or Site. This API is available in the following national cloud deployments. * @param DrivesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Drives/DrivesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Drives/DrivesRequestBuilderGetQueryParameters.php index 8647d74b4b0..e14d2e2c033 100644 --- a/src/Generated/Users/Item/Drives/DrivesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Drives/DrivesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of Drive resources available for a target User, Group, or Site. This API is supported in the following national cloud deployments. + * Retrieve the list of Drive resources available for a target User, Group, or Site. This API is available in the following national cloud deployments. */ class DrivesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php b/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php index 536b2a3f6c4..ceaf8dd2e57 100644 --- a/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php +++ b/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is supported in the following national cloud deployments. + * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is available in the following national cloud deployments. * @param LearningCourseActivityItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?LearningCourseActivityItemRequestBuilderGetRequestConfigura } /** - * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is supported in the following national cloud deployments. + * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is available in the following national cloud deployments. * @param LearningCourseActivityItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilderGetQueryParameters.php index d77eeccb473..19316569f4f 100644 --- a/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is supported in the following national cloud deployments. + * Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. This API is available in the following national cloud deployments. */ class LearningCourseActivityItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php b/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php index 1f4d87cad45..34fabef5c90 100644 --- a/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php +++ b/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is supported in the following national cloud deployments. + * Get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is available in the following national cloud deployments. * @param LearningCourseActivitiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/learningcourseactivity-list?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?LearningCourseActivitiesRequestBuilderGetRequestConfigurati } /** - * Get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is supported in the following national cloud deployments. + * Get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is available in the following national cloud deployments. * @param LearningCourseActivitiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilderGetQueryParameters.php index 8e0117d1e1d..16251a35485 100644 --- a/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is supported in the following national cloud deployments. + * Get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. This API is available in the following national cloud deployments. */ class LearningCourseActivitiesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Events/Delta/DeltaRequestBuilder.php index 6efba3308d7..8b1a2fc22a9 100644 --- a/src/Generated/Users/Item/Events/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php index 4a1770a10e4..3188ac710a7 100644 --- a/src/Generated/Users/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Events/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/EventsRequestBuilder.php b/src/Generated/Users/Item/Events/EventsRequestBuilder.php index 6eb761c5b08..26d6c20d4dd 100644 --- a/src/Generated/Users/Item/Events/EventsRequestBuilder.php +++ b/src/Generated/Users/Item/Events/EventsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of event objects in the user's mailbox. The list contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar: This API is supported in the following national cloud deployments. + * Get a list of event objects in the user's mailbox. The list contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar: This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?EventsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create one or more single-value extended properties in a new or existing instance of a resource. The following user resources are supported: The following group resources: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. This API is supported in the following national cloud deployments. + * Create one or more multi-value extended properties in a new or existing instance of a resource. The following user resources are supported: The following group resources are supported: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/multivaluelegacyextendedproperty-post-multivalueextendedproperties?view=graph-rest-1.0 Find more info here */ public function post(Event $body, ?EventsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Event $body, ?EventsRequestBuilderPostRequestConfiguration } /** - * Get a list of event objects in the user's mailbox. The list contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar: This API is supported in the following national cloud deployments. + * Get a list of event objects in the user's mailbox. The list contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar: This API is available in the following national cloud deployments. * @param EventsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?EventsRequestBuilderGetRequestConfigura } /** - * Create one or more single-value extended properties in a new or existing instance of a resource. The following user resources are supported: The following group resources: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. This API is supported in the following national cloud deployments. + * Create one or more multi-value extended properties in a new or existing instance of a resource. The following user resources are supported: The following group resources are supported: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/EventsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Events/EventsRequestBuilderGetQueryParameters.php index 70e33f39580..448eab0271e 100644 --- a/src/Generated/Users/Item/Events/EventsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Events/EventsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of event objects in the user's mailbox. The list contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar: This API is supported in the following national cloud deployments. + * Get a list of event objects in the user's mailbox. The list contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar: This API is available in the following national cloud deployments. */ class EventsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/Events/Item/Accept/AcceptPostRequestBody.php index c5a599006a1..6278e3aa850 100644 --- a/src/Generated/Users/Item/Events/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Events/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Accept/AcceptRequestBuilder.php index bc2c24d30d3..75131adcea4 100644 --- a/src/Generated/Users/Item/Events/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php index e04e5d27847..c91b51bc9a1 100644 --- a/src/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 3aae7d980ea..f742494202f 100644 --- a/src/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Events/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 4e6e72097a5..74ad35c21c3 100644 --- a/src/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 8a6818693f0..7f57ba34325 100644 --- a/src/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 5f54525b546..900937fc108 100644 --- a/src/Generated/Users/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Events/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/Events/Item/Cancel/CancelPostRequestBody.php index a06283df203..3d65da28ff9 100644 --- a/src/Generated/Users/Item/Events/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/Events/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Cancel/CancelRequestBuilder.php index d7b788ff093..7ba5d9ba89b 100644 --- a/src/Generated/Users/Item/Events/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/Events/Item/Decline/DeclinePostRequestBody.php index 62a205b5a1a..22ebaeac3c5 100644 --- a/src/Generated/Users/Item/Events/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Events/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Decline/DeclineRequestBuilder.php index e7124dd49b0..af770480a9b 100644 --- a/src/Generated/Users/Item/Events/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php index 05f7aedfce6..434c0bfb5f8 100644 --- a/src/Generated/Users/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Events/Item/EventItemRequestBuilder.php b/src/Generated/Users/Item/Events/Item/EventItemRequestBuilder.php index a0341eb3846..ae24d1ff8c2 100644 --- a/src/Generated/Users/Item/Events/Item/EventItemRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/EventItemRequestBuilder.php @@ -120,7 +120,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes the specified event from the containing calendar. If the event is a meeting, deleting the event on the organizer's calendar sends a cancellation message to the meeting attendees. This API is supported in the following national cloud deployments. + * Removes the specified event from the containing calendar. If the event is a meeting, deleting the event on the organizer's calendar sends a cancellation message to the meeting attendees. This API is available in the following national cloud deployments. * @param EventItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delete?view=graph-rest-1.0 Find more info here @@ -139,7 +139,7 @@ public function delete(?EventItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Get the properties and relationships of the specified event object. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get an event in another user's calendar: Since the event resource supports extensions, you can also use the GET operation to get custom properties and extension data in an event instance. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the specified event object. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get an event in another user's calendar: Since the event resource supports extensions, you can also use the GET operation to get custom properties and extension data in an event instance. This API is available in the following national cloud deployments. * @param EventItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-get?view=graph-rest-1.0 Find more info here @@ -158,7 +158,7 @@ public function get(?EventItemRequestBuilderGetRequestConfiguration $requestConf } /** - * Update the properties of the event object. This API is supported in the following national cloud deployments. + * Update the properties of the event object. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -178,7 +178,7 @@ public function patch(Event $body, ?EventItemRequestBuilderPatchRequestConfigura } /** - * Removes the specified event from the containing calendar. If the event is a meeting, deleting the event on the organizer's calendar sends a cancellation message to the meeting attendees. This API is supported in the following national cloud deployments. + * Removes the specified event from the containing calendar. If the event is a meeting, deleting the event on the organizer's calendar sends a cancellation message to the meeting attendees. This API is available in the following national cloud deployments. * @param EventItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -195,7 +195,7 @@ public function toDeleteRequestInformation(?EventItemRequestBuilderDeleteRequest } /** - * Get the properties and relationships of the specified event object. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get an event in another user's calendar: Since the event resource supports extensions, you can also use the GET operation to get custom properties and extension data in an event instance. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the specified event object. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get an event in another user's calendar: Since the event resource supports extensions, you can also use the GET operation to get custom properties and extension data in an event instance. This API is available in the following national cloud deployments. * @param EventItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -216,7 +216,7 @@ public function toGetRequestInformation(?EventItemRequestBuilderGetRequestConfig } /** - * Update the properties of the event object. This API is supported in the following national cloud deployments. + * Update the properties of the event object. This API is available in the following national cloud deployments. * @param Event $body The request body * @param EventItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/EventItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Events/Item/EventItemRequestBuilderGetQueryParameters.php index cb10d6dd358..b851acabe26 100644 --- a/src/Generated/Users/Item/Events/Item/EventItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Events/Item/EventItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of the specified event object. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get an event in another user's calendar: Since the event resource supports extensions, you can also use the GET operation to get custom properties and extension data in an event instance. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the specified event object. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get an event in another user's calendar: Since the event resource supports extensions, you can also use the GET operation to get custom properties and extension data in an event instance. This API is available in the following national cloud deployments. */ class EventItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php index b4528437b9a..2a15b5eea18 100644 --- a/src/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index db920fd9e85..156c0af7fbc 100644 --- a/src/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Events/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php index 0fb8f2dc8cf..80fcbf1b94d 100644 --- a/src/Generated/Users/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index b8b4031028c..c3356de70af 100644 --- a/src/Generated/Users/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Events/Item/Forward/ForwardPostRequestBody.php index a7bae6800fd..785017306fd 100644 --- a/src/Generated/Users/Item/Events/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Events/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Forward/ForwardRequestBuilder.php index 9d9012c0229..fe6f2bd1fc4 100644 --- a/src/Generated/Users/Item/Events/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php index 841c69b8ea8..dfeb8e174fc 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php index 6706736d659..be0a84ebb20 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is supported in the following national cloud deployments. + * Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php index 34480f59e47..ea4d094d83e 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Accep } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,13 +74,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -96,38 +96,38 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php index e751c86a43d..4022b29d786 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostReque } /** - * Accept the specified event in a user calendar. This API is supported in the following national cloud deployments. + * Accept the specified event in a user calendar. This API is available in the following national cloud deployments. * @param AcceptPostRequestBody $body The request body * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php index 2f40aef5bf8..4f54cbcf40f 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index ad464c7c347..670d6ece7af 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to an event. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to an event. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index f13c394f171..77101fd2492 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index cdb81e88adb..7e5cb6354c4 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 17a38edf66e..870148ae20f 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?AttachmentItemRequestBuilderGetRequestConfiguration $reques } /** - * Delete an attachment from a user calendar event, mail message, or group post. This API is supported in the following national cloud deployments. + * Delete an attachment from a user calendar event, mail message, or group post. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php index f31d6ded018..dd105fe52ff 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cance } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -74,7 +74,7 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); + $writer->writeStringValue('Comment', $this->getComment()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php index e31dea8a3f9..8dd17655b54 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostReque } /** - * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is supported in the following national cloud deployments. + * This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. This API is available in the following national cloud deployments. * @param CancelPostRequestBody $body The request body * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php index 314902cafe3..50aa2539d84 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Decli } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php index 19c34d2d333..a66b123abe3 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostReq } /** - * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param DeclinePostRequestBody $body The request body * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php index 5239c162ae8..e62e7cd6bb9 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $req } /** - * Dismiss a reminder that has been triggered for an event in a user calendar. This API is supported in the following national cloud deployments. + * Dismiss a reminder that has been triggered for an event in a user calendar. This API is available in the following national cloud deployments. * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php index 9c30583c1d7..f0d9604eb91 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 9cfbe9836b7..d5ff0dc9094 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php index fdab4efc5c5..d88c2f6d88f 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 7d40c84d59e..d6a1a0decc8 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php index b9c2496ac83..60ecf672968 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -76,13 +76,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -100,38 +100,38 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php index aa10a549f22..6a5b766637b 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is supported in the following national cloud deployments. + * This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index e043b01363b..922b8782e82 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index a7c2ae07510..cc362da3e1c 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index c9979b9652a..8ed2b3dedb1 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index e4384337847..8bab29d3a55 100644 --- a/src/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php b/src/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php index d1002c3e5c6..10a3857bdee 100644 --- a/src/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Snooz } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,12 +63,12 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'newReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), + 'NewReminderTime' => fn(ParseNode $n) => $o->setNewReminderTime($n->getObjectValue([DateTimeTimeZone::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the newReminderTime property value. The NewReminderTime property + * Gets the NewReminderTime property value. The NewReminderTime property * @return DateTimeTimeZone|null */ public function getNewReminderTime(): ?DateTimeTimeZone { @@ -84,29 +84,29 @@ public function getNewReminderTime(): ?DateTimeTimeZone { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('newReminderTime', $this->getNewReminderTime()); + $writer->writeObjectValue('NewReminderTime', $this->getNewReminderTime()); $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. + * 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. + * 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 newReminderTime property value. The NewReminderTime property - * @param DateTimeTimeZone|null $value Value to set for the newReminderTime property. + * Sets the NewReminderTime property value. The NewReminderTime property + * @param DateTimeTimeZone|null $value Value to set for the NewReminderTime property. */ public function setNewReminderTime(?DateTimeTimeZone $value): void { $this->getBackingStore()->set('newReminderTime', $value); diff --git a/src/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 35e76c9ef66..9971e695040 100644 --- a/src/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequest } /** - * Postpone a reminder for an event in a user calendar until a new time. This API is supported in the following national cloud deployments. + * Postpone a reminder for an event in a user calendar until a new time. This API is available in the following national cloud deployments. * @param SnoozeReminderPostRequestBody $body The request body * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php b/src/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php index 26f3d4008b4..ae0808008c7 100644 --- a/src/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php +++ b/src/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Tenta } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,14 +75,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'proposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), - 'sendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'ProposedNewTime' => fn(ParseNode $n) => $o->setProposedNewTime($n->getObjectValue([TimeSlot::class, 'createFromDiscriminatorValue'])), + 'SendResponse' => fn(ParseNode $n) => $o->setSendResponse($n->getBooleanValue()), ]; } /** - * Gets the proposedNewTime property value. The ProposedNewTime property + * Gets the ProposedNewTime property value. The ProposedNewTime property * @return TimeSlot|null */ public function getProposedNewTime(): ?TimeSlot { @@ -94,7 +94,7 @@ public function getProposedNewTime(): ?TimeSlot { } /** - * Gets the sendResponse property value. The SendResponse property + * Gets the SendResponse property value. The SendResponse property * @return bool|null */ public function getSendResponse(): ?bool { @@ -110,47 +110,47 @@ public function getSendResponse(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('proposedNewTime', $this->getProposedNewTime()); - $writer->writeBooleanValue('sendResponse', $this->getSendResponse()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('ProposedNewTime', $this->getProposedNewTime()); + $writer->writeBooleanValue('SendResponse', $this->getSendResponse()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the proposedNewTime property value. The ProposedNewTime property - * @param TimeSlot|null $value Value to set for the proposedNewTime property. + * Sets the ProposedNewTime property value. The ProposedNewTime property + * @param TimeSlot|null $value Value to set for the ProposedNewTime property. */ public function setProposedNewTime(?TimeSlot $value): void { $this->getBackingStore()->set('proposedNewTime', $value); } /** - * Sets the sendResponse property value. The SendResponse property - * @param bool|null $value Value to set for the sendResponse property. + * Sets the SendResponse property value. The SendResponse property + * @param bool|null $value Value to set for the SendResponse property. */ public function setSendResponse(?bool $value): void { $this->getBackingStore()->set('sendResponse', $value); diff --git a/src/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 0275ce2aca9..b23909b712a 100644 --- a/src/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Users/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptR } /** - * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is supported in the following national cloud deployments. + * Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. This API is available in the following national cloud deployments. * @param TentativelyAcceptPostRequestBody $body The request body * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/ExportPersonalData/ExportPersonalDataPostRequestBody.php b/src/Generated/Users/Item/ExportPersonalData/ExportPersonalDataPostRequestBody.php index 18274382f55..308f945ed8d 100644 --- a/src/Generated/Users/Item/ExportPersonalData/ExportPersonalDataPostRequestBody.php +++ b/src/Generated/Users/Item/ExportPersonalData/ExportPersonalDataPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Expor } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.php b/src/Generated/Users/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.php index 203b6d4701b..cf68b9f1ad7 100644 --- a/src/Generated/Users/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.php +++ b/src/Generated/Users/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Submit a data policy operation request from a company administrator or an application to export an organizational user's data. This data includes the user's data stored in OneDrive and their activity reports. For more guidance about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA. This API is supported in the following national cloud deployments. + * Submit a data policy operation request from a company administrator or an application to export an organizational user's data. This data includes the user's data stored in OneDrive and their activity reports. For more guidance about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA. This API is available in the following national cloud deployments. * @param ExportPersonalDataPostRequestBody $body The request body * @param ExportPersonalDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ExportPersonalDataPostRequestBody $body, ?ExportPersonalDat } /** - * Submit a data policy operation request from a company administrator or an application to export an organizational user's data. This data includes the user's data stored in OneDrive and their activity reports. For more guidance about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA. This API is supported in the following national cloud deployments. + * Submit a data policy operation request from a company administrator or an application to export an organizational user's data. This data includes the user's data stored in OneDrive and their activity reports. For more guidance about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA. This API is available in the following national cloud deployments. * @param ExportPersonalDataPostRequestBody $body The request body * @param ExportPersonalDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesPostRequestBody.php b/src/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesPostRequestBody.php index 390725ea6a4..9b649e52851 100644 --- a/src/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesPostRequestBody.php +++ b/src/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesPostRequestBody.php @@ -40,7 +40,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): FindM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -67,7 +67,7 @@ public function getAttendees(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -193,8 +193,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -209,8 +209,8 @@ public function setAttendees(?array $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesRequestBuilder.php b/src/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesRequestBuilder.php index ca570b17dd9..cc6109cbc39 100644 --- a/src/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesRequestBuilder.php +++ b/src/Generated/Users/Item/FindMeetingTimes/FindMeetingTimesRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property. Based on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. This API is supported in the following national cloud deployments. + * Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property. Based on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. This API is available in the following national cloud deployments. * @param FindMeetingTimesPostRequestBody $body The request body * @param FindMeetingTimesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(FindMeetingTimesPostRequestBody $body, ?FindMeetingTimesReq } /** - * Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property. Based on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. This API is supported in the following national cloud deployments. + * Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property. Based on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. This API is available in the following national cloud deployments. * @param FindMeetingTimesPostRequestBody $body The request body * @param FindMeetingTimesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilder.php b/src/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilder.php index c56dd5d1d16..783dd8ca0a2 100644 --- a/src/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilder.php +++ b/src/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List the sites that have been followed by the signed in user. This API is supported in the following national cloud deployments. + * List the sites that have been followed by the signed in user. This API is available in the following national cloud deployments. * @param FollowedSitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?FollowedSitesRequestBuilderGetRequestConfiguration $request } /** - * List the sites that have been followed by the signed in user. This API is supported in the following national cloud deployments. + * List the sites that have been followed by the signed in user. This API is available in the following national cloud deployments. * @param FollowedSitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilderGetQueryParameters.php index b9927b194a6..d5e8c16367f 100644 --- a/src/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/FollowedSites/FollowedSitesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List the sites that have been followed by the signed in user. This API is supported in the following national cloud deployments. + * List the sites that have been followed by the signed in user. This API is available in the following national cloud deployments. */ class FollowedSitesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/GetMailTips/GetMailTipsPostRequestBody.php b/src/Generated/Users/Item/GetMailTips/GetMailTipsPostRequestBody.php index 2f316d3979a..e6323b24ddb 100644 --- a/src/Generated/Users/Item/GetMailTips/GetMailTipsPostRequestBody.php +++ b/src/Generated/Users/Item/GetMailTips/GetMailTipsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -58,7 +58,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the emailAddresses property value. The EmailAddresses property + * Gets the EmailAddresses property value. The EmailAddresses property * @return array|null */ public function getEmailAddresses(): ?array { @@ -78,7 +78,7 @@ public function getEmailAddresses(): ?array { public function getFieldDeserializers(): array { $o = $this; return [ - 'emailAddresses' => function (ParseNode $n) { + 'EmailAddresses' => function (ParseNode $n) { $val = $n->getCollectionOfPrimitiveValues(); if (is_array($val)) { TypeUtils::validateCollectionValues($val, 'string'); @@ -86,12 +86,12 @@ public function getFieldDeserializers(): array { /** @var array|null $val */ $this->setEmailAddresses($val); }, - 'mailTipsOptions' => fn(ParseNode $n) => $o->setMailTipsOptions($n->getEnumValue(MailTipsType::class)), + 'MailTipsOptions' => fn(ParseNode $n) => $o->setMailTipsOptions($n->getEnumValue(MailTipsType::class)), ]; } /** - * Gets the mailTipsOptions property value. The MailTipsOptions property + * Gets the MailTipsOptions property value. The MailTipsOptions property * @return MailTipsType|null */ public function getMailTipsOptions(): ?MailTipsType { @@ -107,38 +107,38 @@ public function getMailTipsOptions(): ?MailTipsType { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('emailAddresses', $this->getEmailAddresses()); - $writer->writeEnumValue('mailTipsOptions', $this->getMailTipsOptions()); + $writer->writeCollectionOfPrimitiveValues('EmailAddresses', $this->getEmailAddresses()); + $writer->writeEnumValue('MailTipsOptions', $this->getMailTipsOptions()); $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. + * 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. + * 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 emailAddresses property value. The EmailAddresses property - * @param array|null $value Value to set for the emailAddresses property. + * Sets the EmailAddresses property value. The EmailAddresses property + * @param array|null $value Value to set for the EmailAddresses property. */ public function setEmailAddresses(?array $value): void { $this->getBackingStore()->set('emailAddresses', $value); } /** - * Sets the mailTipsOptions property value. The MailTipsOptions property - * @param MailTipsType|null $value Value to set for the mailTipsOptions property. + * Sets the MailTipsOptions property value. The MailTipsOptions property + * @param MailTipsType|null $value Value to set for the MailTipsOptions property. */ public function setMailTipsOptions(?MailTipsType $value): void { $this->getBackingStore()->set('mailTipsOptions', $value); diff --git a/src/Generated/Users/Item/GetMailTips/GetMailTipsRequestBuilder.php b/src/Generated/Users/Item/GetMailTips/GetMailTipsRequestBuilder.php index 6c3492a83d3..ec5405138fb 100644 --- a/src/Generated/Users/Item/GetMailTips/GetMailTipsRequestBuilder.php +++ b/src/Generated/Users/Item/GetMailTips/GetMailTipsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips tobe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. This API is supported in the following national cloud deployments. + * Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips tobe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. This API is available in the following national cloud deployments. * @param GetMailTipsPostRequestBody $body The request body * @param GetMailTipsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMailTipsPostRequestBody $body, ?GetMailTipsRequestBuilde } /** - * Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips tobe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. This API is supported in the following national cloud deployments. + * Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips tobe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. This API is available in the following national cloud deployments. * @param GetMailTipsPostRequestBody $body The request body * @param GetMailTipsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Users/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php index 3870df6c3f4..65e229d6fbc 100644 --- a/src/Generated/Users/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ b/src/Generated/Users/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Users/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 2e2ce99532a..4d69494a385 100644 --- a/src/Generated/Users/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Users/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsReque } /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. + * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is available in the following national cloud deployments. * @param GetMemberGroupsPostRequestBody $body The request body * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Users/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php index 86ddba302dd..8d8192015c7 100644 --- a/src/Generated/Users/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ b/src/Generated/Users/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Users/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php index f03084f83cd..a307fd86467 100644 --- a/src/Generated/Users/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ b/src/Generated/Users/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsReq } /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. + * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is available in the following national cloud deployments. * @param GetMemberObjectsPostRequestBody $body The request body * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/InferenceClassification/Overrides/Item/InferenceClassificationOverrideItemRequestBuilder.php b/src/Generated/Users/Item/InferenceClassification/Overrides/Item/InferenceClassificationOverrideItemRequestBuilder.php index da9a033a1b3..91a98fdd2eb 100644 --- a/src/Generated/Users/Item/InferenceClassification/Overrides/Item/InferenceClassificationOverrideItemRequestBuilder.php +++ b/src/Generated/Users/Item/InferenceClassification/Overrides/Item/InferenceClassificationOverrideItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an override specified by its ID. This API is supported in the following national cloud deployments. + * Delete an override specified by its ID. This API is available in the following national cloud deployments. * @param InferenceClassificationOverrideItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/inferenceclassificationoverride-delete?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?InferenceClassificationOverrideItemRequestBuilderGetRequest } /** - * Change the classifyAs field of an override as specified. You cannot use PATCH to change any other fields in an inferenceClassificationOverride instance. If an override exists for a sender and the sender changes his/her display name, you can use POST to force an update to the name field in the existing override. If an override exists for a sender and the sender changes his/her SMTP address, deleting the existing override and creating a new one withthe new SMTP address is the only way to 'update' the override for this sender. This API is supported in the following national cloud deployments. + * Change the classifyAs field of an override as specified. You cannot use PATCH to change any other fields in an inferenceClassificationOverride instance. If an override exists for a sender and the sender changes his/her display name, you can use POST to force an update to the name field in the existing override. If an override exists for a sender and the sender changes his/her SMTP address, deleting the existing override and creating a new one withthe new SMTP address is the only way to 'update' the override for this sender. This API is available in the following national cloud deployments. * @param InferenceClassificationOverride $body The request body * @param InferenceClassificationOverrideItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -89,7 +89,7 @@ public function patch(InferenceClassificationOverride $body, ?InferenceClassific } /** - * Delete an override specified by its ID. This API is supported in the following national cloud deployments. + * Delete an override specified by its ID. This API is available in the following national cloud deployments. * @param InferenceClassificationOverrideItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?InferenceClassificationOverrideItemRequ } /** - * Change the classifyAs field of an override as specified. You cannot use PATCH to change any other fields in an inferenceClassificationOverride instance. If an override exists for a sender and the sender changes his/her display name, you can use POST to force an update to the name field in the existing override. If an override exists for a sender and the sender changes his/her SMTP address, deleting the existing override and creating a new one withthe new SMTP address is the only way to 'update' the override for this sender. This API is supported in the following national cloud deployments. + * Change the classifyAs field of an override as specified. You cannot use PATCH to change any other fields in an inferenceClassificationOverride instance. If an override exists for a sender and the sender changes his/her display name, you can use POST to force an update to the name field in the existing override. If an override exists for a sender and the sender changes his/her SMTP address, deleting the existing override and creating a new one withthe new SMTP address is the only way to 'update' the override for this sender. This API is available in the following national cloud deployments. * @param InferenceClassificationOverride $body The request body * @param InferenceClassificationOverrideItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilder.php b/src/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilder.php index 98b6ab0acd0..508cac06030 100644 --- a/src/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilder.php +++ b/src/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides. This API is supported in the following national cloud deployments. + * Get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides. This API is available in the following national cloud deployments. * @param OverridesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OverridesRequestBuilderGetRequestConfiguration $requestConf } /** - * Create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classifiedas specified in the override. Note This API is supported in the following national cloud deployments. + * Create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classifiedas specified in the override. Note This API is available in the following national cloud deployments. * @param InferenceClassificationOverride $body The request body * @param OverridesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(InferenceClassificationOverride $body, ?OverridesRequestBui } /** - * Get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides. This API is supported in the following national cloud deployments. + * Get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides. This API is available in the following national cloud deployments. * @param OverridesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OverridesRequestBuilderGetRequestConfig } /** - * Create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classifiedas specified in the override. Note This API is supported in the following national cloud deployments. + * Create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classifiedas specified in the override. Note This API is available in the following national cloud deployments. * @param InferenceClassificationOverride $body The request body * @param OverridesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilderGetQueryParameters.php index 6d2e0dca9af..4931f01c94d 100644 --- a/src/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/InferenceClassification/Overrides/OverridesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides. This API is supported in the following national cloud deployments. + * Get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides. This API is available in the following national cloud deployments. */ class OverridesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Insights/Shared/SharedRequestBuilder.php b/src/Generated/Users/Item/Insights/Shared/SharedRequestBuilder.php index dead45df0e8..b300b2055ac 100644 --- a/src/Generated/Users/Item/Insights/Shared/SharedRequestBuilder.php +++ b/src/Generated/Users/Item/Insights/Shared/SharedRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Calculated insight that includes the list of documents shared with a user. This insight includes documents hosted on OneDrive/SharePoint in the user's Microsoft 365 tenant that are shared with the user, and documents that are attached as files and sent to the user. This API is supported in the following national cloud deployments. + * Calculated insight that includes the list of documents shared with a user. This insight includes documents hosted on OneDrive/SharePoint in the user's Microsoft 365 tenant that are shared with the user, and documents that are attached as files and sent to the user. This API is available in the following national cloud deployments. * @param SharedRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/insights-list-shared?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SharedInsight $body, ?SharedRequestBuilderPostRequestConfig } /** - * Calculated insight that includes the list of documents shared with a user. This insight includes documents hosted on OneDrive/SharePoint in the user's Microsoft 365 tenant that are shared with the user, and documents that are attached as files and sent to the user. This API is supported in the following national cloud deployments. + * Calculated insight that includes the list of documents shared with a user. This insight includes documents hosted on OneDrive/SharePoint in the user's Microsoft 365 tenant that are shared with the user, and documents that are attached as files and sent to the user. This API is available in the following national cloud deployments. * @param SharedRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Insights/Shared/SharedRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Insights/Shared/SharedRequestBuilderGetQueryParameters.php index 95879095933..197163cb69f 100644 --- a/src/Generated/Users/Item/Insights/Shared/SharedRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Insights/Shared/SharedRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Calculated insight that includes the list of documents shared with a user. This insight includes documents hosted on OneDrive/SharePoint in the user's Microsoft 365 tenant that are shared with the user, and documents that are attached as files and sent to the user. This API is supported in the following national cloud deployments. + * Calculated insight that includes the list of documents shared with a user. This insight includes documents hosted on OneDrive/SharePoint in the user's Microsoft 365 tenant that are shared with the user, and documents that are attached as files and sent to the user. This API is available in the following national cloud deployments. */ class SharedRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Insights/Trending/TrendingRequestBuilder.php b/src/Generated/Users/Item/Insights/Trending/TrendingRequestBuilder.php index 328ff044e8f..66825f82295 100644 --- a/src/Generated/Users/Item/Insights/Trending/TrendingRequestBuilder.php +++ b/src/Generated/Users/Item/Insights/Trending/TrendingRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Calculated insight that includes a list of documents trending around the user. This API is supported in the following national cloud deployments. + * Calculated insight that includes a list of documents trending around the user. This API is available in the following national cloud deployments. * @param TrendingRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/insights-list-trending?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(Trending $body, ?TrendingRequestBuilderPostRequestConfigura } /** - * Calculated insight that includes a list of documents trending around the user. This API is supported in the following national cloud deployments. + * Calculated insight that includes a list of documents trending around the user. This API is available in the following national cloud deployments. * @param TrendingRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Insights/Trending/TrendingRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Insights/Trending/TrendingRequestBuilderGetQueryParameters.php index 630930b382a..3a00b68bc5f 100644 --- a/src/Generated/Users/Item/Insights/Trending/TrendingRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Insights/Trending/TrendingRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Calculated insight that includes a list of documents trending around the user. This API is supported in the following national cloud deployments. + * Calculated insight that includes a list of documents trending around the user. This API is available in the following national cloud deployments. */ class TrendingRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Insights/Used/UsedRequestBuilder.php b/src/Generated/Users/Item/Insights/Used/UsedRequestBuilder.php index 8bb491b310a..7997f55f89c 100644 --- a/src/Generated/Users/Item/Insights/Used/UsedRequestBuilder.php +++ b/src/Generated/Users/Item/Insights/Used/UsedRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Calculate and list the documents that a user has viewed or modified. For the signed-in user:- This method includes documents that the user has modified; see example 1. - Using an $orderby query parameter on the lastAccessedDateTime property returns the most recently viewed documents that the user might or might not not have modified; see example 2. For other users, this method includes only documents that the user has modified. This API is supported in the following national cloud deployments. + * Calculate and list the documents that a user has viewed or modified. For the signed-in user:- This method includes documents that the user has modified; see example 1. - Using an $orderby query parameter on the lastAccessedDateTime property returns the most recently viewed documents that the user might or might not not have modified; see example 2. For other users, this method includes only documents that the user has modified. This API is available in the following national cloud deployments. * @param UsedRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/insights-list-used?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(UsedInsight $body, ?UsedRequestBuilderPostRequestConfigurat } /** - * Calculate and list the documents that a user has viewed or modified. For the signed-in user:- This method includes documents that the user has modified; see example 1. - Using an $orderby query parameter on the lastAccessedDateTime property returns the most recently viewed documents that the user might or might not not have modified; see example 2. For other users, this method includes only documents that the user has modified. This API is supported in the following national cloud deployments. + * Calculate and list the documents that a user has viewed or modified. For the signed-in user:- This method includes documents that the user has modified; see example 1. - Using an $orderby query parameter on the lastAccessedDateTime property returns the most recently viewed documents that the user might or might not not have modified; see example 2. For other users, this method includes only documents that the user has modified. This API is available in the following national cloud deployments. * @param UsedRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Insights/Used/UsedRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Insights/Used/UsedRequestBuilderGetQueryParameters.php index 8d028048291..05c6f8f28ae 100644 --- a/src/Generated/Users/Item/Insights/Used/UsedRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Insights/Used/UsedRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Calculate and list the documents that a user has viewed or modified. For the signed-in user:- This method includes documents that the user has modified; see example 1. - Using an $orderby query parameter on the lastAccessedDateTime property returns the most recently viewed documents that the user might or might not not have modified; see example 2. For other users, this method includes only documents that the user has modified. This API is supported in the following national cloud deployments. + * Calculate and list the documents that a user has viewed or modified. For the signed-in user:- This method includes documents that the user has modified; see example 1. - Using an $orderby query parameter on the lastAccessedDateTime property returns the most recently viewed documents that the user might or might not not have modified; see example 2. For other users, this method includes only documents that the user has modified. This API is available in the following national cloud deployments. */ class UsedRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.php index 1cce2b42ba6..fd624d98be1 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of channels either in this team or shared with this team (incoming channels). This API is supported in the following national cloud deployments. + * Get the list of channels either in this team or shared with this team (incoming channels). This API is available in the following national cloud deployments. * @param AllChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AllChannelsRequestBuilderGetRequestConfiguration $requestCo } /** - * Get the list of channels either in this team or shared with this team (incoming channels). This API is supported in the following national cloud deployments. + * Get the list of channels either in this team or shared with this team (incoming channels). This API is available in the following national cloud deployments. * @param AllChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php index 5cd62389214..1769e6dfe91 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/AllChannels/AllChannelsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of channels either in this team or shared with this team (incoming channels). This API is supported in the following national cloud deployments. + * Get the list of channels either in this team or shared with this team (incoming channels). This API is available in the following national cloud deployments. */ class AllChannelsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Archive/ArchivePostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/Archive/ArchivePostRequestBody.php index 42303269b45..8568c10d504 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Archive/ArchivePostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Archive/ArchivePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Archi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Archive/ArchiveRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Archive/ArchiveRequestBuilder.php index 4bf064bc106..f3ca8516358 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Archive/ArchiveRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is supported in the following national cloud deployments. + * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is available in the following national cloud deployments. * @param ArchivePostRequestBody $body The request body * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostReq } /** - * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is supported in the following national cloud deployments. + * Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. This API is available in the following national cloud deployments. * @param ArchivePostRequestBody $body The request body * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilder.php index f1c85d7ea89..e90e7d89792 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of channels in this team. This API is supported in the following national cloud deployments. + * Retrieve the list of channels in this team. This API is available in the following national cloud deployments. * @param ChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ChannelsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is supported in the following national cloud deployments. + * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Channel $body, ?ChannelsRequestBuilderPostRequestConfigurat } /** - * Retrieve the list of channels in this team. This API is supported in the following national cloud deployments. + * Retrieve the list of channels in this team. This API is available in the following national cloud deployments. * @param ChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ChannelsRequestBuilderGetRequestConfigu } /** - * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is supported in the following national cloud deployments. + * Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilderGetQueryParameters.php index f8a0f4903fd..48494821bae 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/ChannelsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of channels in this team. This API is supported in the following national cloud deployments. + * Retrieve the list of channels in this team. This API is available in the following national cloud deployments. */ class ChannelsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ChannelItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ChannelItemRequestBuilder.php index 5c2feb11ef7..2d0e96150d0 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ChannelItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ChannelItemRequestBuilder.php @@ -104,7 +104,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the channel. This API is supported in the following national cloud deployments. + * Delete the channel. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0 Find more info here @@ -123,7 +123,7 @@ public function delete(?ChannelItemRequestBuilderDeleteRequestConfiguration $req } /** - * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0 Find more info here @@ -142,7 +142,7 @@ public function get(?ChannelItemRequestBuilderGetRequestConfiguration $requestCo } /** - * Update the properties of the specified channel. This API is supported in the following national cloud deployments. + * Update the properties of the specified channel. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -162,7 +162,7 @@ public function patch(Channel $body, ?ChannelItemRequestBuilderPatchRequestConfi } /** - * Delete the channel. This API is supported in the following national cloud deployments. + * Delete the channel. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -179,7 +179,7 @@ public function toDeleteRequestInformation(?ChannelItemRequestBuilderDeleteReque } /** - * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is available in the following national cloud deployments. * @param ChannelItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -200,7 +200,7 @@ public function toGetRequestInformation(?ChannelItemRequestBuilderGetRequestConf } /** - * Update the properties of the specified channel. This API is supported in the following national cloud deployments. + * Update the properties of the specified channel. This API is available in the following national cloud deployments. * @param Channel $body The request body * @param ChannelItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php index 51795ef0ca8..9251378fe21 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ChannelItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. This API is available in the following national cloud deployments. */ class ChannelItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php index 98ba2319a5c..fad7374b326 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php index 5bbe0027bb1..06b2d1ce6da 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DoesU } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php index 21ccfc36a44..ccc01d79160 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?FilesFolderRequestBuilderGetRequestConfiguration $requestCo } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php index 88cb49ed2f0..046fcdde8e8 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. */ class FilesFolderRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddPostRequestBody.php index 5b47caf5123..72bf6c147df 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.php index f7551836549..90ed1ff80c4 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Users/Item/JoinedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php index c7f5e00ee2c..a8f45487610 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0 Find more info here @@ -70,11 +70,11 @@ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 Find more info here */ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -90,7 +90,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConversationMemberItemRequestBuilderGet } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index 5adc935cca3..4dab210dc5f 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.php index 2609c16fe73..c44f594c0c8 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 Find more info here */ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php index db533cf894c..f9923f431b3 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php index 7481859a163..e62e87eb0ce 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -117,7 +117,7 @@ public function get(?ChatMessageItemRequestBuilderGetRequestConfiguration $reque } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -175,7 +175,7 @@ public function toGetRequestInformation(?ChatMessageItemRequestBuilderGetRequest } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index f8f9d81b688..4dd40c82595 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php index 4affa0f87f4..e835eadd96c 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index 21999ffb75e..e3241a955f7 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 8ed1d57522c..05a89514a98 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 5ea71e7a88f..0e378910fdf 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php index df0f67d5aba..92204e2b0d1 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index 7705b5ffd47..09b2b3a2563 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php index ca35d75dbd1..982d45ddc14 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index fc545a613ba..8acdcbd5512 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 0c700281727..2ec4cbcd8d9 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index f258c452568..80b09b227c2 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php index d805a3125d1..ecf3393e401 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php index 7b298344ca8..f2228e9adab 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 5ab1e13f7be..db9b57b847b 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 705d5155d98..5d5c928d625 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php index bf68a609c9a..788427d13fc 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?RepliesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfigu } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?RepliesRequestBuilderGetRequestConfigur } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php index cd1bf83aad1..e715aec6b32 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. */ class RepliesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php index 623d7f5322f..033c25236f6 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php index 87758197c4d..b2e2cce6277 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 626caa56c52..5089e05153c 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php index b55209b62c0..d2a42a29cad 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.php index 319d6bc47b0..f1e26e27a5c 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfig } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php index 1c66985596a..2b60e83b449 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php index 04df63938ea..48d10fe4dd1 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ProvisionEmailRequestBuilderPostRequestConfiguration $requ } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php index ae03715f5ba..e9794ca4cee 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RemoveEmailRequestBuilderPostRequestConfiguration $request } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php index 338f86c6879..ef07c5b3845 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AllowedMembersRequestBuilderGetRequestConfiguration $reques } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php index 4574078c6d5..6bc2523c9ca 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. */ class AllowedMembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php index 492cb700889..f36009eb053 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?SharedWithChannelTeamInfoItemRequestBuilderDeleteRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(SharedWithChannelTeamInfo $body, ?SharedWithChannelTeamInf } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?SharedWithChannelTeamInfoItemRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php index 5b057530772..2632f7286cb 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php index 1f7c0243afb..20efce0f8d1 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SharedWithChannelTeamInfo $body, ?SharedWithTeamsRequestBui } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php index 202301ebd28..7c94aa08e5b 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithTeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php index 54884325d47..71028166fd0 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamsTabItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamsTabItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamsTab $body, ?TeamsTabItemRequestBuilderPatchRequestCon } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamsTabItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamsTabItemRequestBuilderGetRequestCon } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php index 922827f5b7a..3f5c848e18b 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. */ class TeamsTabItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.php index 1d9e74e41d2..5d7d5a187f2 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TabsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsTab $body, ?TabsRequestBuilderPostRequestConfiguration } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TabsRequestBuilderGetRequestConfigurati } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php index 01a2b819153..ebdff9fae97 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Channels/Item/Tabs/TabsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. */ class TabsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.php index 6529c27b4c6..116482a8d99 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r } /** - * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/EscapedClone/ClonePostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/EscapedClone/ClonePostRequestBody.php index 1744810c14d..1f5cdd39003 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/EscapedClone/ClonePostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/EscapedClone/ClonePostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Clone } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -160,16 +160,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/EscapedClone/CloneRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/EscapedClone/CloneRequestBuilder.php index 91694e431ab..817e3b78bec 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/EscapedClone/CloneRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/EscapedClone/CloneRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is supported in the following national cloud deployments. + * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is available in the following national cloud deployments. * @param ClonePostRequestBody $body The request body * @param CloneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ClonePostRequestBody $body, ?CloneRequestBuilderPostRequest } /** - * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is supported in the following national cloud deployments. + * Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. This API is available in the following national cloud deployments. * @param ClonePostRequestBody $body The request body * @param CloneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.php index 608378aacf9..3850667e624 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments. + * Get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments. * @param IncomingChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?IncomingChannelsRequestBuilderGetRequestConfiguration $requ } /** - * Get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments. + * Get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments. * @param IncomingChannelsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php index 3112055049b..0ba5f82e4ea 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/IncomingChannels/IncomingChannelsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of incoming channels (channels shared with a team). This API is supported in the following national cloud deployments. + * Get the list of incoming channels (channels shared with a team). This API is available in the following national cloud deployments. */ class IncomingChannelsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.php index d453f0f1c89..1ba926fd773 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?InstalledAppsRequestBuilderGetRequestConfiguration $request } /** - * Install an app to the specified team. This API is supported in the following national cloud deployments. + * Install an app to the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsAppInstallation $body, ?InstalledAppsRequestBuilderPos } /** - * Retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?InstalledAppsRequestBuilderGetRequestCo } /** - * Install an app to the specified team. This API is supported in the following national cloud deployments. + * Install an app to the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php index aa77f566422..3bd20951989 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of apps installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve a list of apps installed in the specified team. This API is available in the following national cloud deployments. */ class InstalledAppsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php index 5a517233ff9..b51abf08c42 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Uninstalls an app from the specified team. This API is supported in the following national cloud deployments. + * Uninstalls an app from the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?TeamsAppInstallationItemRequestBuilderDeleteRequestConfi } /** - * Retrieve the app installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function patch(TeamsAppInstallation $body, ?TeamsAppInstallationItemReque } /** - * Uninstalls an app from the specified team. This API is supported in the following national cloud deployments. + * Uninstalls an app from the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -130,7 +130,7 @@ public function toDeleteRequestInformation(?TeamsAppInstallationItemRequestBuild } /** - * Retrieve the app installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the specified team. This API is available in the following national cloud deployments. * @param TeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php index 0d7feb1fc2e..db9b05dd9d6 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the app installed in the specified team. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the specified team. This API is available in the following national cloud deployments. */ class TeamsAppInstallationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php index f0747d5619b..2808cf15f2c 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Upgra } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php index 25f1d9e14de..13549008440 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Upgrade an app installation within a chat. This API is supported in the following national cloud deployments. + * Upgrade an app installation within a chat. This API is available in the following national cloud deployments. * @param UpgradePostRequestBody $body The request body * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(UpgradePostRequestBody $body, ?UpgradeRequestBuilderPostReq } /** - * Upgrade an app installation within a chat. This API is supported in the following national cloud deployments. + * Upgrade an app installation within a chat. This API is available in the following national cloud deployments. * @param UpgradePostRequestBody $body The request body * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddPostRequestBody.php index 2a697442253..878e0def471 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddRequestBuilder.php index 1b9a5026d4f..2db679cb5ba 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Users/Item/JoinedTeams/Item/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Members/Item/ConversationMemberItemRequestBuilder.php index a47c0591d4b..a196928b0cb 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a conversationMember from a team. This API is supported in the following national cloud deployments. + * Remove a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Get a conversationMember from a team. This API is supported in the following national cloud deployments. + * Get a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration } /** - * Update the role of a conversationMember in a team. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Remove a conversationMember from a team. This API is supported in the following national cloud deployments. + * Remove a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Get a conversationMember from a team. This API is supported in the following national cloud deployments. + * Get a conversationMember from a team. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConversationMemberItemRequestBuilderGet } /** - * Update the role of a conversationMember in a team. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index 8e87fa0ecde..469ff8e2be9 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a conversationMember from a team. This API is supported in the following national cloud deployments. + * Get a conversationMember from a team. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilder.php index 819b83a0e41..0b989f722c3 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is supported in the following national cloud deployments. + * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a new conversationMember to a team. This API is supported in the following national cloud deployments. + * Add a new conversationMember to a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is supported in the following national cloud deployments. + * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a new conversationMember to a team. This API is supported in the following national cloud deployments. + * Add a new conversationMember to a team. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilderGetQueryParameters.php index 4c414e11433..b3dfaad6d61 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is supported in the following national cloud deployments. + * Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaGetResponse.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaGetResponse.php deleted file mode 100644 index a0ac2a4d8ce..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaGetResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaRequestBuilder.php deleted file mode 100644 index c103e0ae2ee..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/delta(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toGetRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DeltaGetResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke function delta - * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toGetRequestInformation(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::GET; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - if ($requestConfiguration->queryParameters !== null) { - $requestInfo->setQueryParameters($requestConfiguration->queryParameters); - } - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return DeltaRequestBuilder - */ - public function withUrl(string $rawUrl): DeltaRequestBuilder { - return new DeltaRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php deleted file mode 100644 index b389bc71a6b..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetQueryParameters.php +++ /dev/null @@ -1,74 +0,0 @@ -|null $orderby Order items by property values - */ - public ?array $orderby = null; - - /** - * @QueryParameter("%24search") - * @var string|null $search Search items by search phrases - */ - public ?string $search = null; - - /** - * @QueryParameter("%24select") - * @var array|null $select Select properties to be returned - */ - public ?array $select = null; - - /** - * @QueryParameter("%24skip") - * @var int|null $skip Skip the first n items - */ - public ?int $skip = null; - - /** - * @QueryParameter("%24top") - * @var int|null $top Show only the first n items - */ - public ?int $top = null; - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters and sets the default values. - * @param bool|null $count Include count of items - * @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, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { - $this->count = $count; - $this->filter = $filter; - $this->orderby = $orderby; - $this->search = $search; - $this->select = $select; - $this->skip = $skip; - $this->top = $top; - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php deleted file mode 100644 index 7b01f338e00..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Delta/DeltaRequestBuilderGetRequestConfiguration.php +++ /dev/null @@ -1,44 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - * @param DeltaRequestBuilderGetQueryParameters|null $queryParameters Request query parameters - */ - public function __construct(?array $headers = null, ?array $options = null, ?DeltaRequestBuilderGetQueryParameters $queryParameters = null) { - parent::__construct($headers ?? [], $options ?? []); - $this->queryParameters = $queryParameters; - } - - /** - * Instantiates a new deltaRequestBuilderGetQueryParameters. - * @param bool|null $count Include count of items - * @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 DeltaRequestBuilderGetQueryParameters - */ - public static function createQueryParameters(?bool $count = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DeltaRequestBuilderGetQueryParameters { - return new DeltaRequestBuilderGetQueryParameters($count, $filter, $orderby, $search, $select, $skip, $top); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php deleted file mode 100644 index 5a12c511696..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetAvailableExtensionPropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetAvailableExtensionPropertiesPostRequestBody { - return new GetAvailableExtensionPropertiesPostRequestBody(); - } - - /** - * 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 [ - 'isSyncedFromOnPremises' => fn(ParseNode $n) => $o->setIsSyncedFromOnPremises($n->getBooleanValue()), - ]; - } - - /** - * Gets the isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @return bool|null - */ - public function getIsSyncedFromOnPremises(): ?bool { - $val = $this->getBackingStore()->get('isSyncedFromOnPremises'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'isSyncedFromOnPremises'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('isSyncedFromOnPremises', $this->getIsSyncedFromOnPremises()); - $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 isSyncedFromOnPremises property value. The isSyncedFromOnPremises property - * @param bool|null $value Value to set for the isSyncedFromOnPremises property. - */ - public function setIsSyncedFromOnPremises(?bool $value): void { - $this->getBackingStore()->set('isSyncedFromOnPremises', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php deleted file mode 100644 index fa6c5f00978..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([ExtensionProperty::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, ExtensionProperty::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php deleted file mode 100644 index 153a22354ae..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/getAvailableExtensionProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 Find more info here - */ - public function post(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetAvailableExtensionPropertiesPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: This API is supported in the following national cloud deployments. - * @param GetAvailableExtensionPropertiesPostRequestBody $body The request body - * @param GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetAvailableExtensionPropertiesPostRequestBody $body, ?GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetAvailableExtensionPropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 329edb939cd..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php deleted file mode 100644 index 88f3575725a..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsPostRequestBody.php +++ /dev/null @@ -1,155 +0,0 @@ -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 GetByIdsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetByIdsPostRequestBody { - return new GetByIdsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - 'types' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setTypes($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Gets the types property value. The types property - * @return array|null - */ - public function getTypes(): ?array { - $val = $this->getBackingStore()->get('types'); - 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 'types'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $writer->writeCollectionOfPrimitiveValues('types', $this->getTypes()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - - /** - * Sets the types property value. The types property - * @param array|null $value Value to set for the types property. - */ - public function setTypes(?array $value): void { - $this->getBackingStore()->set('types', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php deleted file mode 100644 index 419f16bcfb2..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsPostResponse.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => fn(ParseNode $n) => $o->setValue($n->getCollectionOfObjectValues([DirectoryObject::class, 'createFromDiscriminatorValue'])), - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, DirectoryObject::class); - /** @var array|null $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->writeCollectionOfObjectValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php deleted file mode 100644 index 0a190a48811..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/getByIds'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 Find more info here - */ - public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetByIdsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: This API is supported in the following national cloud deployments. - * @param GetByIdsPostRequestBody $body The request body - * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetByIdsRequestBuilder - */ - public function withUrl(string $rawUrl): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index b3c51675c81..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/GetByIds/GetByIdsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php deleted file mode 100644 index 7b91cf35df9..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.php +++ /dev/null @@ -1,124 +0,0 @@ -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 CheckMemberGroupsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): CheckMemberGroupsPostRequestBody { - return new CheckMemberGroupsPostRequestBody(); - } - - /** - * 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 [ - 'groupIds' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setGroupIds($val); - }, - ]; - } - - /** - * Gets the groupIds property value. The groupIds property - * @return array|null - */ - public function getGroupIds(): ?array { - $val = $this->getBackingStore()->get('groupIds'); - 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 'groupIds'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('groupIds', $this->getGroupIds()); - $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 groupIds property value. The groupIds property - * @param array|null $value Value to set for the groupIds property. - */ - public function setGroupIds(?array $value): void { - $this->getBackingStore()->set('groupIds', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php deleted file mode 100644 index 55ad950ff0e..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php deleted file mode 100644 index 483f2645468..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. - * @param CheckMemberGroupsPostRequestBody $body The request body - * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 Find more info here - */ - public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [CheckMemberGroupsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Azure AD. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. This API is supported in the following national cloud deployments. - * @param CheckMemberGroupsPostRequestBody $body The request body - * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return CheckMemberGroupsRequestBuilder - */ - public function withUrl(string $rawUrl): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index eede3c29127..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php deleted file mode 100644 index 0ad0aa6b7c5..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.php +++ /dev/null @@ -1,124 +0,0 @@ -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 CheckMemberObjectsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): CheckMemberObjectsPostRequestBody { - return new CheckMemberObjectsPostRequestBody(); - } - - /** - * 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 [ - 'ids' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setIds($val); - }, - ]; - } - - /** - * Gets the ids property value. The ids property - * @return array|null - */ - public function getIds(): ?array { - $val = $this->getBackingStore()->get('ids'); - 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 'ids'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('ids', $this->getIds()); - $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 ids property value. The ids property - * @param array|null $value Value to set for the ids property. - */ - public function setIds(?array $value): void { - $this->getBackingStore()->set('ids', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php deleted file mode 100644 index 3c9ab7b73ed..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php deleted file mode 100644 index c9651e35a69..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Invoke action checkMemberObjects - * @param CheckMemberObjectsPostRequestBody $body The request body - * @param CheckMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - */ - public function post(CheckMemberObjectsPostRequestBody $body, ?CheckMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [CheckMemberObjectsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Invoke action checkMemberObjects - * @param CheckMemberObjectsPostRequestBody $body The request body - * @param CheckMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(CheckMemberObjectsPostRequestBody $body, ?CheckMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return CheckMemberObjectsRequestBuilder - */ - public function withUrl(string $rawUrl): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index aeca4b5c691..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php deleted file mode 100644 index 33e1891a7b3..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetMemberGroupsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMemberGroupsPostRequestBody { - return new GetMemberGroupsPostRequestBody(); - } - - /** - * 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 [ - 'securityEnabledOnly' => fn(ParseNode $n) => $o->setSecurityEnabledOnly($n->getBooleanValue()), - ]; - } - - /** - * Gets the securityEnabledOnly property value. The securityEnabledOnly property - * @return bool|null - */ - public function getSecurityEnabledOnly(): ?bool { - $val = $this->getBackingStore()->get('securityEnabledOnly'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityEnabledOnly'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('securityEnabledOnly', $this->getSecurityEnabledOnly()); - $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 securityEnabledOnly property value. The securityEnabledOnly property - * @param bool|null $value Value to set for the securityEnabledOnly property. - */ - public function setSecurityEnabledOnly(?bool $value): void { - $this->getBackingStore()->set('securityEnabledOnly', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php deleted file mode 100644 index 0e4f66812d3..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php deleted file mode 100644 index 3020f5bb14d..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. - * @param GetMemberGroupsPostRequestBody $body The request body - * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 Find more info here - */ - public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetMemberGroupsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. This API is supported in the following national cloud deployments. - * @param GetMemberGroupsPostRequestBody $body The request body - * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetMemberGroupsRequestBuilder - */ - public function withUrl(string $rawUrl): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 2f36754b624..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php deleted file mode 100644 index b71eaa84234..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.php +++ /dev/null @@ -1,114 +0,0 @@ -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 GetMemberObjectsPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): GetMemberObjectsPostRequestBody { - return new GetMemberObjectsPostRequestBody(); - } - - /** - * 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 [ - 'securityEnabledOnly' => fn(ParseNode $n) => $o->setSecurityEnabledOnly($n->getBooleanValue()), - ]; - } - - /** - * Gets the securityEnabledOnly property value. The securityEnabledOnly property - * @return bool|null - */ - public function getSecurityEnabledOnly(): ?bool { - $val = $this->getBackingStore()->get('securityEnabledOnly'); - if (is_null($val) || is_bool($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'securityEnabledOnly'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeBooleanValue('securityEnabledOnly', $this->getSecurityEnabledOnly()); - $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 securityEnabledOnly property value. The securityEnabledOnly property - * @param bool|null $value Value to set for the securityEnabledOnly property. - */ - public function setSecurityEnabledOnly(?bool $value): void { - $this->getBackingStore()->set('securityEnabledOnly', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php deleted file mode 100644 index f5fa9d6746e..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.php +++ /dev/null @@ -1,78 +0,0 @@ - - */ - public function getFieldDeserializers(): array { - $o = $this; - return array_merge(parent::getFieldDeserializers(), [ - 'value' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setValue($val); - }, - ]); - } - - /** - * Gets the value property value. The value property - * @return array|null - */ - public function getValue(): ?array { - $val = $this->getBackingStore()->get('value'); - 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 '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->writeCollectionOfPrimitiveValues('value', $this->getValue()); - } - - /** - * Sets the value property value. The value property - * @param array|null $value Value to set for the value property. - */ - public function setValue(?array $value): void { - $this->getBackingStore()->set('value', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php deleted file mode 100644 index 4412180773b..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.php +++ /dev/null @@ -1,82 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. - * @param GetMemberObjectsPostRequestBody $body The request body - * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 Find more info here - */ - public function post(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [GetMemberObjectsPostResponse::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. This API is supported in the following national cloud deployments. - * @param GetMemberObjectsPostRequestBody $body The request body - * @param GetMemberObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(GetMemberObjectsPostRequestBody $body, ?GetMemberObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return GetMemberObjectsRequestBuilder - */ - public function withUrl(string $rawUrl): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 6c74e9a4f22..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php index 25ccfa97e1d..6f2b365b04a 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.php @@ -7,11 +7,6 @@ use Http\Promise\RejectedPromise; use Microsoft\Graph\Generated\Models\ODataErrors\ODataError; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; -use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\Item\CheckMemberGroups\CheckMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\Item\CheckMemberObjects\CheckMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\Item\GetMemberGroups\GetMemberGroupsRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\Item\GetMemberObjects\GetMemberObjectsRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\Item\Restore\RestoreRequestBuilder; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; use Microsoft\Kiota\Abstractions\HttpMethod; use Microsoft\Kiota\Abstractions\RequestAdapter; @@ -22,41 +17,6 @@ */ class ResourceSpecificPermissionGrantItemRequestBuilder extends BaseRequestBuilder { - /** - * Provides operations to call the checkMemberGroups method. - */ - public function checkMemberGroups(): CheckMemberGroupsRequestBuilder { - return new CheckMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the checkMemberObjects method. - */ - public function checkMemberObjects(): CheckMemberObjectsRequestBuilder { - return new CheckMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberGroups method. - */ - public function getMemberGroups(): GetMemberGroupsRequestBuilder { - return new GetMemberGroupsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getMemberObjects method. - */ - public function getMemberObjects(): GetMemberObjectsRequestBuilder { - return new GetMemberObjectsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the restore method. - */ - public function restore(): RestoreRequestBuilder { - return new RestoreRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. * @param array|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php deleted file mode 100644 index 87f8085e681..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/Restore/RestoreRequestBuilder.php +++ /dev/null @@ -1,80 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. - * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here - */ - public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendAsync($requestInfo, [DirectoryObject::class, 'createFromDiscriminatorValue'], $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. - * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - $requestInfo->addHeader('Accept', "application/json"); - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return RestoreRequestBuilder - */ - public function withUrl(string $rawUrl): RestoreRequestBuilder { - return new RestoreRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 2ccfe4234e9..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/Item/Restore/RestoreRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.php index 0e811515186..004ebe9da53 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilder.php @@ -9,11 +9,7 @@ use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrant; use Microsoft\Graph\Generated\Models\ResourceSpecificPermissionGrantCollectionResponse; use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\Count\CountRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\Delta\DeltaRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\GetAvailableExtensionProperties\GetAvailableExtensionPropertiesRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\GetByIds\GetByIdsRequestBuilder; use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\Item\ResourceSpecificPermissionGrantItemRequestBuilder; -use Microsoft\Graph\Generated\Users\Item\JoinedTeams\Item\PermissionGrants\ValidateProperties\ValidatePropertiesRequestBuilder; use Microsoft\Kiota\Abstractions\BaseRequestBuilder; use Microsoft\Kiota\Abstractions\HttpMethod; use Microsoft\Kiota\Abstractions\RequestAdapter; @@ -31,34 +27,6 @@ public function count(): CountRequestBuilder { return new CountRequestBuilder($this->pathParameters, $this->requestAdapter); } - /** - * Provides operations to call the delta method. - */ - public function delta(): DeltaRequestBuilder { - return new DeltaRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getAvailableExtensionProperties method. - */ - public function getAvailableExtensionProperties(): GetAvailableExtensionPropertiesRequestBuilder { - return new GetAvailableExtensionPropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the getByIds method. - */ - public function getByIds(): GetByIdsRequestBuilder { - return new GetByIdsRequestBuilder($this->pathParameters, $this->requestAdapter); - } - - /** - * Provides operations to call the validateProperties method. - */ - public function validateProperties(): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($this->pathParameters, $this->requestAdapter); - } - /** * Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. * @param string $resourceSpecificPermissionGrantId The unique identifier of resourceSpecificPermissionGrant @@ -85,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0 Find more info here @@ -123,7 +91,7 @@ public function post(ResourceSpecificPermissionGrant $body, ?PermissionGrantsReq } /** - * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is available in the following national cloud deployments. * @param PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php index 3099ca49172..b5ee0c5dc59 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/PermissionGrantsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is supported in the following national cloud deployments. + * List all resource-specific permission grants on the team. This list specifies the Azure AD apps that have access to the team, along with each app's corresponding type of resource-specific access. This API is available in the following national cloud deployments. */ class PermissionGrantsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php deleted file mode 100644 index a4bd5b3f38d..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ /dev/null @@ -1,180 +0,0 @@ -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 ValidatePropertiesPostRequestBody - */ - public static function createFromDiscriminatorValue(ParseNode $parseNode): ValidatePropertiesPostRequestBody { - return new ValidatePropertiesPostRequestBody(); - } - - /** - * 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 displayName property value. The displayName property - * @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 entityType property value. The entityType property - * @return string|null - */ - public function getEntityType(): ?string { - $val = $this->getBackingStore()->get('entityType'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'entityType'"); - } - - /** - * The deserialization information for the current model - * @return array - */ - public function getFieldDeserializers(): array { - $o = $this; - return [ - 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), - 'entityType' => fn(ParseNode $n) => $o->setEntityType($n->getStringValue()), - 'mailNickname' => fn(ParseNode $n) => $o->setMailNickname($n->getStringValue()), - 'onBehalfOfUserId' => fn(ParseNode $n) => $o->setOnBehalfOfUserId($n->getStringValue()), - ]; - } - - /** - * Gets the mailNickname property value. The mailNickname property - * @return string|null - */ - public function getMailNickname(): ?string { - $val = $this->getBackingStore()->get('mailNickname'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'mailNickname'"); - } - - /** - * Gets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @return string|null - */ - public function getOnBehalfOfUserId(): ?string { - $val = $this->getBackingStore()->get('onBehalfOfUserId'); - if (is_null($val) || is_string($val)) { - return $val; - } - throw new \UnexpectedValueException("Invalid type found in backing store for 'onBehalfOfUserId'"); - } - - /** - * Serializes information the current object - * @param SerializationWriter $writer Serialization writer to use to serialize this model - */ - public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('displayName', $this->getDisplayName()); - $writer->writeStringValue('entityType', $this->getEntityType()); - $writer->writeStringValue('mailNickname', $this->getMailNickname()); - $writer->writeStringValue('onBehalfOfUserId', $this->getOnBehalfOfUserId()); - $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 displayName property value. The displayName property - * @param string|null $value Value to set for the displayName property. - */ - public function setDisplayName(?string $value): void { - $this->getBackingStore()->set('displayName', $value); - } - - /** - * Sets the entityType property value. The entityType property - * @param string|null $value Value to set for the entityType property. - */ - public function setEntityType(?string $value): void { - $this->getBackingStore()->set('entityType', $value); - } - - /** - * Sets the mailNickname property value. The mailNickname property - * @param string|null $value Value to set for the mailNickname property. - */ - public function setMailNickname(?string $value): void { - $this->getBackingStore()->set('mailNickname', $value); - } - - /** - * Sets the onBehalfOfUserId property value. The onBehalfOfUserId property - * @param string|null $value Value to set for the onBehalfOfUserId property. - */ - public function setOnBehalfOfUserId(?string $value): void { - $this->getBackingStore()->set('onBehalfOfUserId', $value); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php deleted file mode 100644 index f3692af69f2..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ /dev/null @@ -1,81 +0,0 @@ -|string $pathParametersOrRawUrl Path parameters for the request or a String representing the raw URL. - * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. - */ - public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/permissionGrants/validateProperties'); - if (is_array($pathParametersOrRawUrl)) { - $this->pathParameters = $pathParametersOrRawUrl; - } else { - $this->pathParameters = ['request-raw-url' => $pathParametersOrRawUrl]; - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return Promise - * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 Find more info here - */ - public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { - $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); - try { - $errorMappings = [ - '4XX' => [ODataError::class, 'createFromDiscriminatorValue'], - '5XX' => [ODataError::class, 'createFromDiscriminatorValue'], - ]; - return $this->requestAdapter->sendNoContentAsync($requestInfo, $errorMappings); - } catch(Exception $ex) { - return new RejectedPromise($ex); - } - } - - /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. - * @param ValidatePropertiesPostRequestBody $body The request body - * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. - * @return RequestInformation - */ - public function toPostRequestInformation(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): RequestInformation { - $requestInfo = new RequestInformation(); - $requestInfo->urlTemplate = $this->urlTemplate; - $requestInfo->pathParameters = $this->pathParameters; - $requestInfo->httpMethod = HttpMethod::POST; - if ($requestConfiguration !== null) { - $requestInfo->addHeaders($requestConfiguration->headers); - $requestInfo->addRequestOptions(...$requestConfiguration->options); - } - $requestInfo->setContentFromParsable($this->requestAdapter, "application/json", $body); - return $requestInfo; - } - - /** - * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - * @param string $rawUrl The raw URL to use for the request builder. - * @return ValidatePropertiesRequestBuilder - */ - public function withUrl(string $rawUrl): ValidatePropertiesRequestBuilder { - return new ValidatePropertiesRequestBuilder($rawUrl, $this->requestAdapter); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php b/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php deleted file mode 100644 index 4973665ae7d..00000000000 --- a/src/Generated/Users/Item/JoinedTeams/Item/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilderPostRequestConfiguration.php +++ /dev/null @@ -1,22 +0,0 @@ -|string>|null $headers Request headers - * @param array|null $options Request options - */ - public function __construct(?array $headers = null, ?array $options = null) { - parent::__construct($headers ?? [], $options ?? []); - } - -} diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Photo/PhotoRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Photo/PhotoRequestBuilder.php index 767ab211c9d..800b7ad64be 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Photo/PhotoRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Photo/PhotoRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. * @param PhotoRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function patch(ProfilePhoto $body, ?PhotoRequestBuilderPatchRequestConfig } /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. * @param PhotoRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Photo/PhotoRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Photo/PhotoRequestBuilderGetQueryParameters.php index 84357e4119c..73aa03ffb9d 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Photo/PhotoRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Photo/PhotoRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. */ class PhotoRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php index 6fad381dc55..47450d3e6a9 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $r } /** - * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is supported in the following national cloud deployments. + * Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. This API is available in the following national cloud deployments. * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php index 22f032497fa..5e41e4342a3 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DoesU } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php index c6b0d76d532..93110773cb3 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function get(?FilesFolderRequestBuilderGetRequestConfiguration $requestCo } /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. * @param FilesFolderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php index 28d71b662e8..5424a26c536 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/FilesFolder/FilesFolderRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the metadata for the location where the files of a channel are stored. This API is supported in the following national cloud deployments. + * Get the metadata for the location where the files of a channel are stored. This API is available in the following national cloud deployments. */ class FilesFolderRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddPostRequestBody.php index 893b35aaa72..ddc905417fe 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AddPo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.php index 552ad5e7206..cffda8c43d0 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Add/AddRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is supported in the following national cloud deployments. + * Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. This API is available in the following national cloud deployments. * @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/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php index 580ba41b5eb..3a7337e7ef3 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ConversationMemberItemRequestBuilderDeleteRequestConfigu } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0 Find more info here @@ -70,11 +70,11 @@ public function get(?ConversationMemberItemRequestBuilderGetRequestConfiguration } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 Find more info here */ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -90,7 +90,7 @@ public function patch(ConversationMember $body, ?ConversationMemberItemRequestBu } /** - * Delete a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Delete a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ConversationMemberItemRequestBuilder } /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. * @param ConversationMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ConversationMemberItemRequestBuilderGet } /** - * Update the role of a conversationMember in a team or channel. This API is supported in the following national cloud deployments. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param ConversationMemberItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php index 1396ed2cb0d..1b7c7dff429 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a conversationMember from a channel. This API is supported in the following national cloud deployments. + * Get a conversationMember from a channel. This API is available in the following national cloud deployments. */ class ConversationMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.php index ef3796c1f33..ed9700b2c05 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 Find more info here */ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ConversationMember $body, ?MembersRequestBuilderPostRequest } /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Add a conversationMember to a channel. This API is supported in the following national cloud deployments. + * Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. This API is available in the following national cloud deployments. * @param ConversationMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php index 349b096b1ac..55650fec7dc 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is supported in the following national cloud deployments. + * Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php index 4accdced511..9967402f1c7 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.php @@ -98,7 +98,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -117,7 +117,7 @@ public function get(?ChatMessageItemRequestBuilderGetRequestConfiguration $reque } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -175,7 +175,7 @@ public function toGetRequestInformation(?ChatMessageItemRequestBuilderGetRequest } /** - * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is supported in the following national cloud deployments. + * Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param ChatMessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index 98ad349d9da..9dbd0971916 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php index bcafd8f3b86..56122d27a7a 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index 9c403756aeb..67c5a767c0d 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 7de0c87717a..e116e95f83d 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index c2be5c83c90..3744c75aa64 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php index f7e82eb61cd..32eaf96fbe3 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?ChatMessageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?ChatMessageItemRequestBuilderDeleteR } /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php index d53ab4919cd..0f91139eb3a 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a single message or a message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Retrieve a single message or a message reply in a channel or a chat. This API is available in the following national cloud deployments. */ class ChatMessageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php index 6ebaca987a9..52a72c5cb1f 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(ChatMessageHostedContent $body, ?HostedContentsRequestBuild } /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. * @param HostedContentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php index 6ddc0786cfb..4338dacebe6 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is supported in the following national cloud deployments. + * Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content This API is available in the following national cloud deployments. */ class HostedContentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php index 49273e0e93b..1292238e021 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?ChatMessageHostedContentItemRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?ChatMessageHostedContentItemRequestB } /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. * @param ChatMessageHostedContentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php index 5e0d47b2c85..7edcbcbfbf7 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of chatMessageHostedContent object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of chatMessageHostedContent object. This API is available in the following national cloud deployments. */ class ChatMessageHostedContentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php index 890353de28f..b8b8fe4401b 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php index 7183c0b3257..148d2507315 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index c9a85accff7..76983e397d8 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 8215e1cacd7..5646c224a06 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php index 3d641f675ea..3564e4330ee 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?RepliesRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 Find more info here */ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?RepliesRequestBuilderPostRequestConfigu } /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. * @param RepliesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?RepliesRequestBuilderGetRequestConfigur } /** - * Create a new reply to a chatMessage in a specified channel. This API is supported in the following national cloud deployments. + * Send a new reply to a chatMessage in a specified channel. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param RepliesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php index 0c9a2384549..5cc9a03b234 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is supported in the following national cloud deployments. + * List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. This API is available in the following national cloud deployments. */ class RepliesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php index 0e2fcb9ef6f..acdf8a48edc 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetRe } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php index 98587f05698..2c30ca3148c 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestC } /** - * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Delete a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index c34c7d30d63..121d49013d2 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requ } /** - * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is supported in the following national cloud deployments. + * Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. This API is available in the following national cloud deployments. * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php index 3cc9fdb4c8d..78d96ac306a 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Unset } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.php index b0c3209ba0d..8a56b4dccac 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(ChatMessage $body, ?MessagesRequestBuilderPostRequestConfig } /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Send a new chatMessage in the specified channel or a chat. This API is supported in the following national cloud deployments. + * Send a new chatMessage in the specified channel or a chat. This API is available in the following national cloud deployments. * @param ChatMessage $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php index 6d75682d5b8..9fa23bf18e2 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is supported in the following national cloud deployments. + * Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/PrimaryChannelRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/PrimaryChannelRequestBuilder.php index fff786fbaab..3892619be92 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/PrimaryChannelRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/PrimaryChannelRequestBuilder.php @@ -122,7 +122,7 @@ public function delete(?PrimaryChannelRequestBuilderDeleteRequestConfiguration $ } /** - * Get the default channel, General, of a team. This API is supported in the following national cloud deployments. + * Get the default channel, General, of a team. This API is available in the following national cloud deployments. * @param PrimaryChannelRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0 Find more info here @@ -177,7 +177,7 @@ public function toDeleteRequestInformation(?PrimaryChannelRequestBuilderDeleteRe } /** - * Get the default channel, General, of a team. This API is supported in the following national cloud deployments. + * Get the default channel, General, of a team. This API is available in the following national cloud deployments. * @param PrimaryChannelRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php index 2754606b41e..4817ae8d84a 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/PrimaryChannelRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the default channel, General, of a team. This API is supported in the following national cloud deployments. + * Get the default channel, General, of a team. This API is available in the following national cloud deployments. */ class PrimaryChannelRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php index d77b9c2fe71..a5ebc0e39ae 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ProvisionEmailRequestBuilderPostRequestConfiguration $requ } /** - * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is supported in the following national cloud deployments. + * Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. This API is available in the following national cloud deployments. * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php index 8829462977b..26362c5c367 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RemoveEmailRequestBuilderPostRequestConfiguration $request } /** - * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is supported in the following national cloud deployments. + * Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. This API is available in the following national cloud deployments. * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php index 27c7c2d1f42..e9932a15c72 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?AllowedMembersRequestBuilderGetRequestConfiguration $reques } /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. * @param AllowedMembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php index 6d2f1c24061..cb76d1409e7 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is supported in the following national cloud deployments. + * Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant This API is available in the following national cloud deployments. */ class AllowedMembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php index 2d5818dcb5a..2ea139f70ba 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?SharedWithChannelTeamInfoItemRequestBuilderDeleteRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function patch(SharedWithChannelTeamInfo $body, ?SharedWithChannelTeamInf } /** - * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -122,7 +122,7 @@ public function toDeleteRequestInformation(?SharedWithChannelTeamInfoItemRequest } /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithChannelTeamInfoItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php index c3c2b359b99..9cbb48cf124 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithChannelTeamInfoItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php index a19d3b7e68b..7dbfb434ae9 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SharedWithChannelTeamInfo $body, ?SharedWithTeamsRequestBui } /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. * @param SharedWithTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php index 8c56306d2aa..dc5cd0976b2 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is supported in the following national cloud deployments. + * Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. This API is available in the following national cloud deployments. */ class SharedWithTeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php index cd995e7db58..13ec59603b4 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamsTabItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamsTabItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamsTab $body, ?TeamsTabItemRequestBuilderPatchRequestCon } /** - * Removes (unpins) a tab from the specified channel within a team. This API is supported in the following national cloud deployments. + * Removes (unpins) a tab from the specified channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamsTabItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. * @param TeamsTabItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamsTabItemRequestBuilderGetRequestCon } /** - * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is supported in the following national cloud deployments. + * Update the properties of the specified tab.This can be used to configure the content of the tab. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TeamsTabItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php index 749d72e3275..76293a310d9 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of the specified tab in a channel within a team. This API is available in the following national cloud deployments. */ class TeamsTabItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.php index 27e3ee6f6b1..5d5e2c7ef9a 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TabsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamsTab $body, ?TabsRequestBuilderPostRequestConfiguration } /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. * @param TabsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TabsRequestBuilderGetRequestConfigurati } /** - * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is supported in the following national cloud deployments. + * Adds (pins) a tab to the specified channel within a team. The corresponding app must already be installed in the team. This API is available in the following national cloud deployments. * @param TeamsTab $body The request body * @param TabsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php index 282b1c57a39..21acd6b945c 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/PrimaryChannel/Tabs/TabsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of tabs in the specified channel within a team. This API is supported in the following national cloud deployments. + * Retrieve the list of tabs in the specified channel within a team. This API is available in the following national cloud deployments. */ class TabsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php index 48d59d5eee9..cca63dacef3 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?OfferShiftRequestItemRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments. * @param OfferShiftRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?OfferShiftRequestItemRequestBuilderD } /** - * Retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments. * @param OfferShiftRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php index 7edc19d598d..0d560307d99 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an offerShiftRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an offerShiftRequest object. This API is available in the following national cloud deployments. */ class OfferShiftRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php index 57525c1480a..348f958855c 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments. * @param OfferShiftRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OfferShiftRequestsRequestBuilderGetRequestConfiguration $re } /** - * Create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments. + * Create an instance of an offerShiftRequest. This API is available in the following national cloud deployments. * @param OfferShiftRequest $body The request body * @param OfferShiftRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OfferShiftRequest $body, ?OfferShiftRequestsRequestBuilderP } /** - * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments. * @param OfferShiftRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OfferShiftRequestsRequestBuilderGetRequ } /** - * Create an instance of an offerShiftRequest. This API is supported in the following national cloud deployments. + * Create an instance of an offerShiftRequest. This API is available in the following national cloud deployments. * @param OfferShiftRequest $body The request body * @param OfferShiftRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php index 59173090814..6013fb76092 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of all offerShiftRequest objects in a team. This API is available in the following national cloud deployments. */ class OfferShiftRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php index ac4c8fa59d5..bdb1e2169db 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?OpenShiftChangeRequestItemRequestBuilderDeleteRequestCon } /** - * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?OpenShiftChangeRequestItemRequestBui } /** - * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php index 956a6674248..2dbf1707b9b 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openShiftChangeRequest object. This API is available in the following national cloud deployments. */ class OpenShiftChangeRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php index f4701477a8b..69e18b9cf18 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OpenShiftChangeRequestsRequestBuilderGetRequestConfiguratio } /** - * Create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequest $body The request body * @param OpenShiftChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OpenShiftChangeRequest $body, ?OpenShiftChangeRequestsReque } /** - * Retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OpenShiftChangeRequestsRequestBuilderGe } /** - * Create instance of an openShiftChangeRequest object. This API is supported in the following national cloud deployments. + * Create instance of an openShiftChangeRequest object. This API is available in the following national cloud deployments. * @param OpenShiftChangeRequest $body The request body * @param OpenShiftChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php index 92d1abbd22a..775f2e8123b 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of openShiftChangeRequest objects in a team. This API is supported in the following national cloud deployments. + * Retrieve a list of openShiftChangeRequest objects in a team. This API is available in the following national cloud deployments. */ class OpenShiftChangeRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php index 517d6121b8f..63589ec9a87 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an openShift object. This API is supported in the following national cloud deployments. + * Delete an openShift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?OpenShiftItemRequestBuilderDeleteRequestConfiguration $r } /** - * Retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(OpenShift $body, ?OpenShiftItemRequestBuilderPatchRequestC } /** - * Delete an openShift object. This API is supported in the following national cloud deployments. + * Delete an openShift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?OpenShiftItemRequestBuilderDeleteReq } /** - * Retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments. * @param OpenShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php index a6cc662ea92..3935bc19417 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an openshift object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an openshift object. This API is available in the following national cloud deployments. */ class OpenShiftItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.php index 1668e4fc883..5e44232a8c7 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * List openShift objects in a team. This API is supported in the following national cloud deployments. + * List openShift objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?OpenShiftsRequestBuilderGetRequestConfiguration $requestCon } /** - * Create an instance of an openShift object. This API is supported in the following national cloud deployments. + * Create an instance of an openShift object. This API is available in the following national cloud deployments. * @param OpenShift $body The request body * @param OpenShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OpenShift $body, ?OpenShiftsRequestBuilderPostRequestConfig } /** - * List openShift objects in a team. This API is supported in the following national cloud deployments. + * List openShift objects in a team. This API is available in the following national cloud deployments. * @param OpenShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?OpenShiftsRequestBuilderGetRequestConfi } /** - * Create an instance of an openShift object. This API is supported in the following national cloud deployments. + * Create an instance of an openShift object. This API is available in the following national cloud deployments. * @param OpenShift $body The request body * @param OpenShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php index 8dfc6fc272d..c3f658ed91b 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/OpenShifts/OpenShiftsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * List openShift objects in a team. This API is supported in the following national cloud deployments. + * List openShift objects in a team. This API is available in the following national cloud deployments. */ class OpenShiftsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/ScheduleRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/ScheduleRequestBuilder.php index fb9aa0620fd..3c0b3da22f8 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/ScheduleRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/ScheduleRequestBuilder.php @@ -130,7 +130,7 @@ public function delete(?ScheduleRequestBuilderDeleteRequestConfiguration $reques } /** - * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is available in the following national cloud deployments. * @param ScheduleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0 Find more info here @@ -185,7 +185,7 @@ public function toDeleteRequestInformation(?ScheduleRequestBuilderDeleteRequestC } /** - * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is available in the following national cloud deployments. * @param ScheduleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/ScheduleRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/ScheduleRequestBuilderGetQueryParameters.php index 5395cc398df..420060ecc18 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/ScheduleRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/ScheduleRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. This API is available in the following national cloud deployments. */ class ScheduleRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php index 8dfcc995152..df036e96a3a 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is supported in the following national cloud deployments. + * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?SchedulingGroupItemRequestBuilderDeleteRequestConfigurat } /** - * Retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(SchedulingGroup $body, ?SchedulingGroupItemRequestBuilderP } /** - * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is supported in the following national cloud deployments. + * Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?SchedulingGroupItemRequestBuilderDel } /** - * Retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments. * @param SchedulingGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php index 58ca9903ed8..97e024d7369 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a schedulingGroup by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a schedulingGroup by ID. This API is available in the following national cloud deployments. */ class SchedulingGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php index 80694afbb50..09cfaa84ff2 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments. + * Get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments. * @param SchedulingGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SchedulingGroupsRequestBuilderGetRequestConfiguration $requ } /** - * Create a new schedulingGroup. This API is supported in the following national cloud deployments. + * Create a new schedulingGroup. This API is available in the following national cloud deployments. * @param SchedulingGroup $body The request body * @param SchedulingGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SchedulingGroup $body, ?SchedulingGroupsRequestBuilderPostR } /** - * Get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments. + * Get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments. * @param SchedulingGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SchedulingGroupsRequestBuilderGetReques } /** - * Create a new schedulingGroup. This API is supported in the following national cloud deployments. + * Create a new schedulingGroup. This API is available in the following national cloud deployments. * @param SchedulingGroup $body The request body * @param SchedulingGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php index 18b586ce909..17b68fc586f 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of schedulingGroups in this schedule. This API is supported in the following national cloud deployments. + * Get the list of schedulingGroups in this schedule. This API is available in the following national cloud deployments. */ class SchedulingGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/SharePostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/SharePostRequestBody.php index 1cc0e37d3ea..78aeec33710 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/SharePostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/SharePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Share } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -117,16 +117,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.php index ff82f675376..b6ee2020f58 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Share/ShareRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is supported in the following national cloud deployments. + * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is available in the following national cloud deployments. * @param SharePostRequestBody $body The request body * @param ShareRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SharePostRequestBody $body, ?ShareRequestBuilderPostRequest } /** - * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is supported in the following national cloud deployments. + * Share a schedule time range with schedule members.Make the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers.Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. This API is available in the following national cloud deployments. * @param SharePostRequestBody $body The request body * @param ShareRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilder.php index a69cc97fd20..939a5ab9626 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a shift from the schedule. This API is supported in the following national cloud deployments. + * Delete a shift from the schedule. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ShiftItemRequestBuilderDeleteRequestConfiguration $reque } /** - * Retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(Shift $body, ?ShiftItemRequestBuilderPatchRequestConfigura } /** - * Delete a shift from the schedule. This API is supported in the following national cloud deployments. + * Delete a shift from the schedule. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ShiftItemRequestBuilderDeleteRequest } /** - * Retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments. * @param ShiftItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php index cf018e3db44..c4f2c13482d 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/Item/ShiftItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a shift object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shift object by ID. This API is available in the following national cloud deployments. */ class ShiftItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.php index 7ed530c9681..cab98923e2a 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of shift instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of shift instances in a schedule. This API is available in the following national cloud deployments. * @param ShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ShiftsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is supported in the following national cloud deployments. + * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is available in the following national cloud deployments. * @param Shift $body The request body * @param ShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(Shift $body, ?ShiftsRequestBuilderPostRequestConfiguration } /** - * Get the list of shift instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of shift instances in a schedule. This API is available in the following national cloud deployments. * @param ShiftsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ShiftsRequestBuilderGetRequestConfigura } /** - * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is supported in the following national cloud deployments. + * Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. This API is available in the following national cloud deployments. * @param Shift $body The request body * @param ShiftsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php index c99c59d9816..5f0a68908b7 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/Shifts/ShiftsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of shift instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of shift instances in a schedule. This API is available in the following national cloud deployments. */ class ShiftsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php index 8987f8b1eb9..b182ad49812 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?SwapShiftsChangeRequestItemRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?SwapShiftsChangeRequestItemRequestBu } /** - * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php index 8f72a3b7f47..52bd87581a3 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. */ class SwapShiftsChangeRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php index 5a6dc44b635..0dd8ec6fa40 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SwapShiftsChangeRequestsRequestBuilderGetRequestConfigurati } /** - * Create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequest $body The request body * @param SwapShiftsChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SwapShiftsChangeRequest $body, ?SwapShiftsChangeRequestsReq } /** - * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SwapShiftsChangeRequestsRequestBuilderG } /** - * Create an instance of a swapShiftsChangeRequest object. This API is supported in the following national cloud deployments. + * Create an instance of a swapShiftsChangeRequest object. This API is available in the following national cloud deployments. * @param SwapShiftsChangeRequest $body The request body * @param SwapShiftsChangeRequestsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php index e20fe4a8fe2..eb10b648755 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of swapShiftsChangeRequest objects in the team. This API is available in the following national cloud deployments. */ class SwapShiftsChangeRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php index 28b424761db..2b72fdf9096 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is supported in the following national cloud deployments. + * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TimeOffReasonItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(TimeOffReason $body, ?TimeOffReasonItemRequestBuilderPatch } /** - * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is supported in the following national cloud deployments. + * Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?TimeOffReasonItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments. * @param TimeOffReasonItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php index 9e7ac08d0f6..53756c4eb51 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a timeOffReason object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOffReason object by ID. This API is available in the following national cloud deployments. */ class TimeOffReasonItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php index 59f0154fd84..a9af0dc3da7 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments. * @param TimeOffReasonsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TimeOffReasonsRequestBuilderGetRequestConfiguration $reques } /** - * Create a new timeOffReason. This API is supported in the following national cloud deployments. + * Create a new timeOffReason. This API is available in the following national cloud deployments. * @param TimeOffReason $body The request body * @param TimeOffReasonsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TimeOffReason $body, ?TimeOffReasonsRequestBuilderPostReque } /** - * Get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments. * @param TimeOffReasonsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TimeOffReasonsRequestBuilderGetRequestC } /** - * Create a new timeOffReason. This API is supported in the following national cloud deployments. + * Create a new timeOffReason. This API is available in the following national cloud deployments. * @param TimeOffReason $body The request body * @param TimeOffReasonsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php index 1e09fd95936..f6867db59e8 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of timeOffReasons in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOffReasons in a schedule. This API is available in the following national cloud deployments. */ class TimeOffReasonsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php index 5d7cff5a52c..c9a9349dea4 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a timeOffRequest object. This API is supported in the following national cloud deployments. + * Delete a timeOffRequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TimeOffRequestItemRequestBuilderDeleteRequestConfigurati } /** - * Retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(TimeOffRequest $body, ?TimeOffRequestItemRequestBuilderPat } /** - * Delete a timeOffRequest object. This API is supported in the following national cloud deployments. + * Delete a timeOffRequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?TimeOffRequestItemRequestBuilderDele } /** - * Retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments. * @param TimeOffRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php index 9bcbe143f03..5e532f78df8 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a timeoffrequest object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeoffrequest object. This API is available in the following national cloud deployments. */ class TimeOffRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php index 0975855b4db..7634a489c26 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments. * @param TimeOffRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(TimeOffRequest $body, ?TimeOffRequestsRequestBuilderPostReq } /** - * Retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments. * @param TimeOffRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php index a321ccca693..3563b29f4cd 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of timeOffRequest objects in the team. This API is supported in the following national cloud deployments. + * Retrieve a list of timeOffRequest objects in the team. This API is available in the following national cloud deployments. */ class TimeOffRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php index c20ff6cea24..16f6018c408 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments. + * Delete a timeOff instance from a schedule. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TimeOffItemRequestBuilderDeleteRequestConfiguration $req } /** - * Retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function patch(TimeOff $body, ?TimeOffItemRequestBuilderPatchRequestConfi } /** - * Delete a timeOff instance from a schedule. This API is supported in the following national cloud deployments. + * Delete a timeOff instance from a schedule. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?TimeOffItemRequestBuilderDeleteReque } /** - * Retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments. * @param TimeOffItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php index 41bbb6f18d3..43fb708ad67 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/Item/TimeOffItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a timeOff object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a timeOff object by ID. This API is available in the following national cloud deployments. */ class TimeOffItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.php index 3487828c3b2..f995899322b 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments. * @param TimesOffRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TimesOffRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments. + * Create a new timeOff instance in a schedule. This API is available in the following national cloud deployments. * @param TimeOff $body The request body * @param TimesOffRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TimeOff $body, ?TimesOffRequestBuilderPostRequestConfigurat } /** - * Get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments. * @param TimesOffRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TimesOffRequestBuilderGetRequestConfigu } /** - * Create a new timeOff instance in a schedule. This API is supported in the following national cloud deployments. + * Create a new timeOff instance in a schedule. This API is available in the following national cloud deployments. * @param TimeOff $body The request body * @param TimesOffRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php index 30a3d6ccb29..b42184c97e0 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Schedule/TimesOff/TimesOffRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of timeOff instances in a schedule. This API is supported in the following national cloud deployments. + * Get the list of timeOff instances in a schedule. This API is available in the following national cloud deployments. */ class TimesOffRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php b/src/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php index 96aeaa44f97..20c1ec2f55b 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.php @@ -52,7 +52,7 @@ public function getActivityType(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -65,7 +65,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -173,16 +173,16 @@ public function setActivityType(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php index 6933e98fda5..2da85ff8a89 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SendActivityNotificationPostRequestBody $body, ?SendActivit } /** - * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification in the scope of a team. For more details about sending notifications and the requirements for doing so, seesending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php index 02516ac4bc1..e25441931f3 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a member from a standard tag in a team. This API is supported in the following national cloud deployments. + * Delete a member from a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?TeamworkTagMemberItemRequestBuilderDeleteRequestConfigur } /** - * Get the properties and relationships of a member of a standard tag in a team. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a member of a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(TeamworkTagMember $body, ?TeamworkTagMemberItemRequestBuil } /** - * Delete a member from a standard tag in a team. This API is supported in the following national cloud deployments. + * Delete a member from a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?TeamworkTagMemberItemRequestBuilderD } /** - * Get the properties and relationships of a member of a standard tag in a team. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a member of a standard tag in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMemberItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php index 4f6bfa4b7c5..449b3e8dd7a 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a member of a standard tag in a team. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a member of a standard tag in a team. This API is available in the following national cloud deployments. */ class TeamworkTagMemberItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.php index e7f42fb6e15..7bfc0bd75db 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the members of a standard tag in a team and their properties. This API is supported in the following national cloud deployments. + * Get a list of the members of a standard tag in a team and their properties. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?MembersRequestBuilderGetRequestConfiguration $requestConfig } /** - * Create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments. + * Create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamworkTagMember $body, ?MembersRequestBuilderPostRequestC } /** - * Get a list of the members of a standard tag in a team and their properties. This API is supported in the following national cloud deployments. + * Get a list of the members of a standard tag in a team and their properties. This API is available in the following national cloud deployments. * @param MembersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?MembersRequestBuilderGetRequestConfigur } /** - * Create a new teamworkTagMember object in a team. This API is supported in the following national cloud deployments. + * Create a new teamworkTagMember object in a team. This API is available in the following national cloud deployments. * @param TeamworkTagMember $body The request body * @param MembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php index 17f49c84150..dcfbaad49e4 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/Members/MembersRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the members of a standard tag in a team and their properties. This API is supported in the following national cloud deployments. + * Get a list of the members of a standard tag in a team and their properties. This API is available in the following national cloud deployments. */ class MembersRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/TeamworkTagItemRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/TeamworkTagItemRequestBuilder.php index 4855ea03a49..aa9822a52b2 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/TeamworkTagItemRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/TeamworkTagItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a tag object permanently. This API is supported in the following national cloud deployments. + * Delete a tag object permanently. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?TeamworkTagItemRequestBuilderDeleteRequestConfiguration } /** - * Read the properties and relationships of a tag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?TeamworkTagItemRequestBuilderGetRequestConfiguration $reque } /** - * Update the properties of a tag object. This API is supported in the following national cloud deployments. + * Update the properties of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TeamworkTagItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -98,7 +98,7 @@ public function patch(TeamworkTag $body, ?TeamworkTagItemRequestBuilderPatchRequ } /** - * Delete a tag object permanently. This API is supported in the following national cloud deployments. + * Delete a tag object permanently. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -115,7 +115,7 @@ public function toDeleteRequestInformation(?TeamworkTagItemRequestBuilderDeleteR } /** - * Read the properties and relationships of a tag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTagItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -136,7 +136,7 @@ public function toGetRequestInformation(?TeamworkTagItemRequestBuilderGetRequest } /** - * Update the properties of a tag object. This API is supported in the following national cloud deployments. + * Update the properties of a tag object. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TeamworkTagItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php index a8441bfecf4..4d61ed98ae1 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Tags/Item/TeamworkTagItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a tag object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a tag object. This API is available in the following national cloud deployments. */ class TeamworkTagItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilder.php index 3e1af59fdc4..c03ce015828 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the tag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the tag objects and their properties. This API is available in the following national cloud deployments. * @param TagsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?TagsRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Create a standard tag for members in a team. This API is supported in the following national cloud deployments. + * Create a standard tag for members in a team. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(TeamworkTag $body, ?TagsRequestBuilderPostRequestConfigurat } /** - * Get a list of the tag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the tag objects and their properties. This API is available in the following national cloud deployments. * @param TagsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?TagsRequestBuilderGetRequestConfigurati } /** - * Create a standard tag for members in a team. This API is supported in the following national cloud deployments. + * Create a standard tag for members in a team. This API is available in the following national cloud deployments. * @param TeamworkTag $body The request body * @param TagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilderGetQueryParameters.php index e35629e1e34..b6d06cd5cc3 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Tags/TagsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the tag objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the tag objects and their properties. This API is available in the following national cloud deployments. */ class TagsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.php index 07831f0d146..c95b098d67a 100644 --- a/src/Generated/Users/Item/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/Item/Unarchive/UnarchiveRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is supported in the following national cloud deployments. + * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is available in the following national cloud deployments. * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?UnarchiveRequestBuilderPostRequestConfiguration $requestCo } /** - * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is supported in the following national cloud deployments. + * Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. This API is available in the following national cloud deployments. * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilder.php b/src/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilder.php index 478acc9cad2..69fbb7d61a1 100644 --- a/src/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilder.php +++ b/src/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the teams in Microsoft Teams that the user is a direct member of. This API is supported in the following national cloud deployments. + * Get the teams in Microsoft Teams that the user is a direct member of. This API is available in the following national cloud deployments. * @param JoinedTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function post(Team $body, ?JoinedTeamsRequestBuilderPostRequestConfigurat } /** - * Get the teams in Microsoft Teams that the user is a direct member of. This API is supported in the following national cloud deployments. + * Get the teams in Microsoft Teams that the user is a direct member of. This API is available in the following national cloud deployments. * @param JoinedTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilderGetQueryParameters.php index 0a08bcc60f7..b1cc7d50327 100644 --- a/src/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/JoinedTeams/JoinedTeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the teams in Microsoft Teams that the user is a direct member of. This API is supported in the following national cloud deployments. + * Get the teams in Microsoft Teams that the user is a direct member of. This API is available in the following national cloud deployments. */ class JoinedTeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilder.php b/src/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilder.php index 09568c5f3fe..990a1e9dfb4 100644 --- a/src/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilder.php +++ b/src/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of licenseDetails objects for enterprise users. This API returns details for licenses that are directly assigned and those transitively assigned through memberships in licensed groups. This API is supported in the following national cloud deployments. + * Retrieve a list of licenseDetails objects for enterprise users. This API returns details for licenses that are directly assigned and those transitively assigned through memberships in licensed groups. This API is available in the following national cloud deployments. * @param LicenseDetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(LicenseDetails $body, ?LicenseDetailsRequestBuilderPostRequ } /** - * Retrieve a list of licenseDetails objects for enterprise users. This API returns details for licenses that are directly assigned and those transitively assigned through memberships in licensed groups. This API is supported in the following national cloud deployments. + * Retrieve a list of licenseDetails objects for enterprise users. This API returns details for licenses that are directly assigned and those transitively assigned through memberships in licensed groups. This API is available in the following national cloud deployments. * @param LicenseDetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilderGetQueryParameters.php index b22651d258a..819de4b7a5c 100644 --- a/src/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/LicenseDetails/LicenseDetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of licenseDetails objects for enterprise users. This API returns details for licenses that are directly assigned and those transitively assigned through memberships in licensed groups. This API is supported in the following national cloud deployments. + * Retrieve a list of licenseDetails objects for enterprise users. This API returns details for licenses that are directly assigned and those transitively assigned through memberships in licensed groups. This API is available in the following national cloud deployments. */ class LicenseDetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilder.php index 0d266d098d9..eae3c862019 100644 --- a/src/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilderGetQueryParameters.php index 4ad237b5800..626e17717e8 100644 --- a/src/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.php index e943933990a..47371328fe9 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.php @@ -80,7 +80,7 @@ public function get(?ChildFoldersRequestBuilderGetRequestConfiguration $requestC } /** - * Create a new mailSearchFolder in the specified user's mailbox. This API is supported in the following national cloud deployments. + * Create a new mailSearchFolder in the specified user's mailbox. This API is available in the following national cloud deployments. * @param MailFolder $body The request body * @param ChildFoldersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ChildFoldersRequestBuilderGetRequestCon } /** - * Create a new mailSearchFolder in the specified user's mailbox. This API is supported in the following national cloud deployments. + * Create a new mailSearchFolder in the specified user's mailbox. This API is available in the following national cloud deployments. * @param MailFolder $body The request body * @param ChildFoldersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.php index a1883feb7c1..f0116bcfb32 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilderGetQueryParameters.php index f7c672b59ee..e667dea1044 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is supported in the following national cloud deployments. + * Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls,you can query for incremental changes in the mail folders. This allows you to maintain and synchronizea local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyPostRequestBody.php index 7cce33f32c3..19cacb3f5c3 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the destinationId property value. The DestinationId property + * Gets the DestinationId property value. The DestinationId property * @return string|null */ public function getDestinationId(): ?string { @@ -74,7 +74,7 @@ public function getDestinationId(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'destinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), + 'DestinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('destinationId', $this->getDestinationId()); + $writer->writeStringValue('DestinationId', $this->getDestinationId()); $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. + * 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. + * 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 destinationId property value. The DestinationId property - * @param string|null $value Value to set for the destinationId property. + * Sets the DestinationId property value. The DestinationId property + * @param string|null $value Value to set for the DestinationId property. */ public function setDestinationId(?string $value): void { $this->getBackingStore()->set('destinationId', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.php index 5d12c23b73f..159fa3e7f06 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Copy/CopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments. + * Copy a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyPostRequestBody $body, ?CopyRequestBuilderPostRequestCo } /** - * Copy a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments. + * Copy a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilder.php index f45c05ef38e..e19576efbee 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the specified messageRule object. This API is supported in the following national cloud deployments. + * Delete the specified messageRule object. This API is available in the following national cloud deployments. * @param MessageRuleItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?MessageRuleItemRequestBuilderDeleteRequestConfiguration } /** - * Get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments. * @param MessageRuleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?MessageRuleItemRequestBuilderGetRequestConfiguration $reque } /** - * Change writable properties on a messageRule object and save the changes. This API is supported in the following national cloud deployments. + * Change writable properties on a messageRule object and save the changes. This API is available in the following national cloud deployments. * @param MessageRule $body The request body * @param MessageRuleItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(MessageRule $body, ?MessageRuleItemRequestBuilderPatchRequ } /** - * Delete the specified messageRule object. This API is supported in the following national cloud deployments. + * Delete the specified messageRule object. This API is available in the following national cloud deployments. * @param MessageRuleItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?MessageRuleItemRequestBuilderDeleteR } /** - * Get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments. * @param MessageRuleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?MessageRuleItemRequestBuilderGetRequest } /** - * Change writable properties on a messageRule object and save the changes. This API is supported in the following national cloud deployments. + * Change writable properties on a messageRule object and save the changes. This API is available in the following national cloud deployments. * @param MessageRule $body The request body * @param MessageRuleItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilderGetQueryParameters.php index e7d01ec5af1..1ffaf9257ac 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments. */ class MessageRuleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.php index 4cce1532aba..e41eca9dd1d 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments. + * Get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments. * @param MessageRulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?MessageRulesRequestBuilderGetRequestConfiguration $requestC } /** - * Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. This API is supported in the following national cloud deployments. + * Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. This API is available in the following national cloud deployments. * @param MessageRule $body The request body * @param MessageRulesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(MessageRule $body, ?MessageRulesRequestBuilderPostRequestCo } /** - * Get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments. + * Get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments. * @param MessageRulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?MessageRulesRequestBuilderGetRequestCon } /** - * Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. This API is supported in the following national cloud deployments. + * Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. This API is available in the following national cloud deployments. * @param MessageRule $body The request body * @param MessageRulesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilderGetQueryParameters.php index e4ff358c3d6..0b80729484f 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/MessageRules/MessageRulesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments. + * Get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments. */ class MessageRulesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.php index ea4bce98285..02a4442d0f8 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is supported in the following national cloud deployments. + * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is supported in the following national cloud deployments. + * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php index a1f2d1af7de..3cb3bb1fce2 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is supported in the following national cloud deployments. + * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php index 151d919e36f..deabf7c29a2 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 00d4635f7f6..3d8348f5ec2 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 0d962a1982e..b49c9387bc0 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 2ec048caa3b..3d109f992f6 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php index f64bed2b9b9..a9357031826 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AttachmentItemRequestBuilderDeleteRequestConfiguration $ } /** - * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is supported in the following national cloud deployments. + * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function toDeleteRequestInformation(?AttachmentItemRequestBuilderDeleteRe } /** - * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is supported in the following national cloud deployments. + * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php index 05a8109e87d..2d0a7af29de 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is supported in the following national cloud deployments. + * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is available in the following national cloud deployments. */ class AttachmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyPostRequestBody.php index 34889ba765c..91d20e62b9b 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the destinationId property value. The DestinationId property + * Gets the DestinationId property value. The DestinationId property * @return string|null */ public function getDestinationId(): ?string { @@ -74,7 +74,7 @@ public function getDestinationId(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'destinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), + 'DestinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('destinationId', $this->getDestinationId()); + $writer->writeStringValue('DestinationId', $this->getDestinationId()); $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. + * 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. + * 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 destinationId property value. The DestinationId property - * @param string|null $value Value to set for the destinationId property. + * Sets the DestinationId property value. The DestinationId property + * @param string|null $value Value to set for the DestinationId property. */ public function setDestinationId(?string $value): void { $this->getBackingStore()->set('destinationId', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.php index ce1528c9868..078c7c09640 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Copy/CopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments. + * Copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyPostRequestBody $body, ?CopyRequestBuilderPostRequestCo } /** - * Copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments. + * Copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php index cc3f36d310b..45eb59e7fac 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -59,7 +59,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -77,14 +77,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -96,7 +96,7 @@ public function getMessage(): ?Message { } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -114,47 +114,47 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php index 0123bcd28cc..548313107f4 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is available in the following national cloud deployments. * @param CreateForwardPostRequestBody $body The request body * @param CreateForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateForwardPostRequestBody $body, ?CreateForwardRequestBu } /** - * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is available in the following national cloud deployments. * @param CreateForwardPostRequestBody $body The request body * @param CreateForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php index 4d1e0d35146..e803fc687b9 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php index 9f12c339dea..3a2ad8ea435 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is available in the following national cloud deployments. * @param CreateReplyPostRequestBody $body The request body * @param CreateReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateReplyPostRequestBody $body, ?CreateReplyRequestBuilde } /** - * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is available in the following national cloud deployments. * @param CreateReplyPostRequestBody $body The request body * @param CreateReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php index a4d7097ad3c..5a3594aae18 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php index 2c7f6d60937..74ea05c74ba 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is available in the following national cloud deployments. * @param CreateReplyAllPostRequestBody $body The request body * @param CreateReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateReplyAllPostRequestBody $body, ?CreateReplyAllRequest } /** - * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is available in the following national cloud deployments. * @param CreateReplyAllPostRequestBody $body The request body * @param CreateReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php index 1c23a3ce249..f0148b57bc2 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index e926cee67ba..dfd4aa7c5dc 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php index c7850a28ce2..195302ba07b 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is supported in the following national cloud deployments. + * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(Extension $body, ?ExtensionItemRequestBuilderPatchRequestC } /** - * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is supported in the following national cloud deployments. + * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 4de2a15d7e3..4e19a174c65 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardPostRequestBody.php index 16273f659c0..94e85da5296 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardPostRequestBody.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -59,7 +59,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -77,14 +77,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -96,7 +96,7 @@ public function getMessage(): ?Message { } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -114,47 +114,47 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.php index 0fb9059c85a..8a4f7e39689 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is supported in the following national cloud deployments. + * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is supported in the following national cloud deployments. + * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MovePostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MovePostRequestBody.php index 5777794ca16..e031b7e64f3 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MovePostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MovePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MoveP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the destinationId property value. The DestinationId property + * Gets the DestinationId property value. The DestinationId property * @return string|null */ public function getDestinationId(): ?string { @@ -74,7 +74,7 @@ public function getDestinationId(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'destinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), + 'DestinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('destinationId', $this->getDestinationId()); + $writer->writeStringValue('DestinationId', $this->getDestinationId()); $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. + * 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. + * 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 destinationId property value. The DestinationId property - * @param string|null $value Value to set for the destinationId property. + * Sets the DestinationId property value. The DestinationId property + * @param string|null $value Value to set for the DestinationId property. */ public function setDestinationId(?string $value): void { $this->getBackingStore()->set('destinationId', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.php index d1283738f28..caa45758348 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Move/MoveRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is supported in the following national cloud deployments. + * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is available in the following national cloud deployments. * @param MovePostRequestBody $body The request body * @param MoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(MovePostRequestBody $body, ?MoveRequestBuilderPostRequestCo } /** - * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is supported in the following national cloud deployments. + * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is available in the following national cloud deployments. * @param MovePostRequestBody $body The request body * @param MoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyPostRequestBody.php index 20e350c7a65..e704d062489 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.php index 4e2bef3fc73..e935a30c138 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is supported in the following national cloud deployments. + * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is available in the following national cloud deployments. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is supported in the following national cloud deployments. + * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is available in the following national cloud deployments. * @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/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php index 16f86731869..92a86f2b8b5 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php index 9848f86428c..626c4563f2b 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is supported in the following national cloud deployments. + * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is available in the following national cloud deployments. * @param ReplyAllPostRequestBody $body The request body * @param ReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ReplyAllPostRequestBody $body, ?ReplyAllRequestBuilderPostR } /** - * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is supported in the following national cloud deployments. + * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is available in the following national cloud deployments. * @param ReplyAllPostRequestBody $body The request body * @param ReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.php index de656b0457e..0558748e652 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/Item/Send/SendRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is supported in the following national cloud deployments. + * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is available in the following national cloud deployments. * @param SendRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SendRequestBuilderPostRequestConfiguration $requestConfigu } /** - * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is supported in the following national cloud deployments. + * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is available in the following national cloud deployments. * @param SendRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.php index d38880306db..e084f3929c8 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is supported in the following national cloud deployments. + * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Use this API to create a new Message in a mailfolder. This API is supported in the following national cloud deployments. + * Use this API to create a new Message in a mailfolder. This API is available in the following national cloud deployments. * @param Message $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Message $body, ?MessagesRequestBuilderPostRequestConfigurat } /** - * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is supported in the following national cloud deployments. + * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Use this API to create a new Message in a mailfolder. This API is supported in the following national cloud deployments. + * Use this API to create a new Message in a mailfolder. This API is available in the following national cloud deployments. * @param Message $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilderGetQueryParameters.php index d0983b05641..e9c7195b752 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is supported in the following national cloud deployments. + * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MovePostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MovePostRequestBody.php index 78a9ee840cc..c4e2944246d 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MovePostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MovePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MoveP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the destinationId property value. The DestinationId property + * Gets the DestinationId property value. The DestinationId property * @return string|null */ public function getDestinationId(): ?string { @@ -74,7 +74,7 @@ public function getDestinationId(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'destinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), + 'DestinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('destinationId', $this->getDestinationId()); + $writer->writeStringValue('DestinationId', $this->getDestinationId()); $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. + * 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. + * 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 destinationId property value. The DestinationId property - * @param string|null $value Value to set for the destinationId property. + * Sets the DestinationId property value. The DestinationId property + * @param string|null $value Value to set for the DestinationId property. */ public function setDestinationId(?string $value): void { $this->getBackingStore()->set('destinationId', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.php index 126ede18431..da0860d0670 100644 --- a/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/ChildFolders/Item/Move/MoveRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Move a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments. + * Move a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments. * @param MovePostRequestBody $body The request body * @param MoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(MovePostRequestBody $body, ?MoveRequestBuilderPostRequestCo } /** - * Move a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments. + * Move a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments. * @param MovePostRequestBody $body The request body * @param MoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Copy/CopyPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Copy/CopyPostRequestBody.php index 1c016f96d5d..d38b4d4dd8b 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Copy/CopyPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Copy/CopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the destinationId property value. The DestinationId property + * Gets the DestinationId property value. The DestinationId property * @return string|null */ public function getDestinationId(): ?string { @@ -74,7 +74,7 @@ public function getDestinationId(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'destinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), + 'DestinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('destinationId', $this->getDestinationId()); + $writer->writeStringValue('DestinationId', $this->getDestinationId()); $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. + * 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. + * 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 destinationId property value. The DestinationId property - * @param string|null $value Value to set for the destinationId property. + * Sets the DestinationId property value. The DestinationId property + * @param string|null $value Value to set for the DestinationId property. */ public function setDestinationId(?string $value): void { $this->getBackingStore()->set('destinationId', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/Copy/CopyRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Copy/CopyRequestBuilder.php index 58ddea72b7a..4589f7bf996 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Copy/CopyRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Copy/CopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments. + * Copy a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyPostRequestBody $body, ?CopyRequestBuilderPostRequestCo } /** - * Copy a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments. + * Copy a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/MailFolderItemRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/MailFolderItemRequestBuilder.php index 5f714cba78d..993b8739077 100644 --- a/src/Generated/Users/Item/MailFolders/Item/MailFolderItemRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/MailFolderItemRequestBuilder.php @@ -72,7 +72,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the specified mailFolder. The folder can be a mailSearchFolder. You can specify a mail folder by its folder ID, or by its well-known folder name, if one exists. This API is supported in the following national cloud deployments. + * Delete the specified mailFolder. The folder can be a mailSearchFolder. You can specify a mail folder by its folder ID, or by its well-known folder name, if one exists. This API is available in the following national cloud deployments. * @param MailFolderItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/mailfolder-delete?view=graph-rest-1.0 Find more info here @@ -110,7 +110,7 @@ public function get(?MailFolderItemRequestBuilderGetRequestConfiguration $reques } /** - * Update the writable properties of a mailSearchFolder object. This API is supported in the following national cloud deployments. + * Update the writable properties of a mailSearchFolder object. This API is available in the following national cloud deployments. * @param MailFolder $body The request body * @param MailFolderItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -130,7 +130,7 @@ public function patch(MailFolder $body, ?MailFolderItemRequestBuilderPatchReques } /** - * Delete the specified mailFolder. The folder can be a mailSearchFolder. You can specify a mail folder by its folder ID, or by its well-known folder name, if one exists. This API is supported in the following national cloud deployments. + * Delete the specified mailFolder. The folder can be a mailSearchFolder. You can specify a mail folder by its folder ID, or by its well-known folder name, if one exists. This API is available in the following national cloud deployments. * @param MailFolderItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -168,7 +168,7 @@ public function toGetRequestInformation(?MailFolderItemRequestBuilderGetRequestC } /** - * Update the writable properties of a mailSearchFolder object. This API is supported in the following national cloud deployments. + * Update the writable properties of a mailSearchFolder object. This API is available in the following national cloud deployments. * @param MailFolder $body The request body * @param MailFolderItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilder.php index 85f16071528..0f186ac4955 100644 --- a/src/Generated/Users/Item/MailFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the specified messageRule object. This API is supported in the following national cloud deployments. + * Delete the specified messageRule object. This API is available in the following national cloud deployments. * @param MessageRuleItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?MessageRuleItemRequestBuilderDeleteRequestConfiguration } /** - * Get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments. * @param MessageRuleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?MessageRuleItemRequestBuilderGetRequestConfiguration $reque } /** - * Change writable properties on a messageRule object and save the changes. This API is supported in the following national cloud deployments. + * Change writable properties on a messageRule object and save the changes. This API is available in the following national cloud deployments. * @param MessageRule $body The request body * @param MessageRuleItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(MessageRule $body, ?MessageRuleItemRequestBuilderPatchRequ } /** - * Delete the specified messageRule object. This API is supported in the following national cloud deployments. + * Delete the specified messageRule object. This API is available in the following national cloud deployments. * @param MessageRuleItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?MessageRuleItemRequestBuilderDeleteR } /** - * Get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments. * @param MessageRuleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?MessageRuleItemRequestBuilderGetRequest } /** - * Change writable properties on a messageRule object and save the changes. This API is supported in the following national cloud deployments. + * Change writable properties on a messageRule object and save the changes. This API is available in the following national cloud deployments. * @param MessageRule $body The request body * @param MessageRuleItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilderGetQueryParameters.php index dab49a4d4a6..59af1decf04 100644 --- a/src/Generated/Users/Item/MailFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/MessageRules/Item/MessageRuleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of a messageRule object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of a messageRule object. This API is available in the following national cloud deployments. */ class MessageRuleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.php index 8f0f1971375..ab20b512ebc 100644 --- a/src/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments. + * Get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments. * @param MessageRulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?MessageRulesRequestBuilderGetRequestConfiguration $requestC } /** - * Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. This API is supported in the following national cloud deployments. + * Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. This API is available in the following national cloud deployments. * @param MessageRule $body The request body * @param MessageRulesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(MessageRule $body, ?MessageRulesRequestBuilderPostRequestCo } /** - * Get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments. + * Get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments. * @param MessageRulesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?MessageRulesRequestBuilderGetRequestCon } /** - * Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. This API is supported in the following national cloud deployments. + * Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. This API is available in the following national cloud deployments. * @param MessageRule $body The request body * @param MessageRulesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilderGetQueryParameters.php index 4e7a3c9f91a..1dcf275e7ce 100644 --- a/src/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/MessageRules/MessageRulesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the messageRule objects defined for the user's inbox. This API is supported in the following national cloud deployments. + * Get all the messageRule objects defined for the user's inbox. This API is available in the following national cloud deployments. */ class MessageRulesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.php index 7f96a9987ee..22e3878ed9c 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is supported in the following national cloud deployments. + * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is supported in the following national cloud deployments. + * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php index 14bf2b762fa..3e3e374c395 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is supported in the following national cloud deployments. + * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php index c8583c53046..22ebac5a45b 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 4b5271461c7..b6e484f70a7 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index afac25fb824..e43c9a1607d 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 84e19bf3fcf..0ea7cac878f 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 677fd3f3954..093cb602c46 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AttachmentItemRequestBuilderDeleteRequestConfiguration $ } /** - * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is supported in the following national cloud deployments. + * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function toDeleteRequestInformation(?AttachmentItemRequestBuilderDeleteRe } /** - * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is supported in the following national cloud deployments. + * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php index 517c6353525..1ed3eded253 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is supported in the following national cloud deployments. + * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is available in the following national cloud deployments. */ class AttachmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyPostRequestBody.php index 3189b1d3ebc..1c2a51ca687 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the destinationId property value. The DestinationId property + * Gets the DestinationId property value. The DestinationId property * @return string|null */ public function getDestinationId(): ?string { @@ -74,7 +74,7 @@ public function getDestinationId(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'destinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), + 'DestinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('destinationId', $this->getDestinationId()); + $writer->writeStringValue('DestinationId', $this->getDestinationId()); $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. + * 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. + * 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 destinationId property value. The DestinationId property - * @param string|null $value Value to set for the destinationId property. + * Sets the DestinationId property value. The DestinationId property + * @param string|null $value Value to set for the DestinationId property. */ public function setDestinationId(?string $value): void { $this->getBackingStore()->set('destinationId', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.php index c116ce39024..527eaa83529 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Copy/CopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments. + * Copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyPostRequestBody $body, ?CopyRequestBuilderPostRequestCo } /** - * Copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments. + * Copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php index 674479fda97..be747de0483 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -59,7 +59,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -77,14 +77,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -96,7 +96,7 @@ public function getMessage(): ?Message { } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -114,47 +114,47 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php index 714c0d1bee0..1b086b98851 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is available in the following national cloud deployments. * @param CreateForwardPostRequestBody $body The request body * @param CreateForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateForwardPostRequestBody $body, ?CreateForwardRequestBu } /** - * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is available in the following national cloud deployments. * @param CreateForwardPostRequestBody $body The request body * @param CreateForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php index 515de396bc6..7c2537e6c05 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php index f2bb711702d..7c3c36a7039 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is available in the following national cloud deployments. * @param CreateReplyPostRequestBody $body The request body * @param CreateReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateReplyPostRequestBody $body, ?CreateReplyRequestBuilde } /** - * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is available in the following national cloud deployments. * @param CreateReplyPostRequestBody $body The request body * @param CreateReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php index 8c6506e810d..4ef497cf59d 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php index d0b97c9ec90..8168eac4f58 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is available in the following national cloud deployments. * @param CreateReplyAllPostRequestBody $body The request body * @param CreateReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateReplyAllPostRequestBody $body, ?CreateReplyAllRequest } /** - * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is available in the following national cloud deployments. * @param CreateReplyAllPostRequestBody $body The request body * @param CreateReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php index 343c9889e1e..1efaee142a0 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index a496d705f10..bad4651b547 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php index f8e596456df..45aaaba8acd 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is supported in the following national cloud deployments. + * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(Extension $body, ?ExtensionItemRequestBuilderPatchRequestC } /** - * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is supported in the following national cloud deployments. + * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index 5e06330acdb..0b1ed415016 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardPostRequestBody.php index 9547930b0a4..33463200031 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardPostRequestBody.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -59,7 +59,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -77,14 +77,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -96,7 +96,7 @@ public function getMessage(): ?Message { } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -114,47 +114,47 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.php index ca3ccfa48b5..3709e207825 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is supported in the following national cloud deployments. + * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is supported in the following national cloud deployments. + * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MovePostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MovePostRequestBody.php index b186f2d9c5a..9af57a806b8 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MovePostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MovePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MoveP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the destinationId property value. The DestinationId property + * Gets the DestinationId property value. The DestinationId property * @return string|null */ public function getDestinationId(): ?string { @@ -74,7 +74,7 @@ public function getDestinationId(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'destinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), + 'DestinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('destinationId', $this->getDestinationId()); + $writer->writeStringValue('DestinationId', $this->getDestinationId()); $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. + * 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. + * 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 destinationId property value. The DestinationId property - * @param string|null $value Value to set for the destinationId property. + * Sets the DestinationId property value. The DestinationId property + * @param string|null $value Value to set for the DestinationId property. */ public function setDestinationId(?string $value): void { $this->getBackingStore()->set('destinationId', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.php index 9428ff1216d..afb4983d2e1 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Move/MoveRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is supported in the following national cloud deployments. + * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is available in the following national cloud deployments. * @param MovePostRequestBody $body The request body * @param MoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(MovePostRequestBody $body, ?MoveRequestBuilderPostRequestCo } /** - * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is supported in the following national cloud deployments. + * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is available in the following national cloud deployments. * @param MovePostRequestBody $body The request body * @param MoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyPostRequestBody.php index 65c98bbfdbb..ea5413a4901 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.php index 35e17e55b88..b575ec5b98f 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Reply/ReplyRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is supported in the following national cloud deployments. + * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is available in the following national cloud deployments. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is supported in the following national cloud deployments. + * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is available in the following national cloud deployments. * @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/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php index 030edc5bc2b..546b7697a87 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php index 6bd211b96ff..a52516f671e 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is supported in the following national cloud deployments. + * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is available in the following national cloud deployments. * @param ReplyAllPostRequestBody $body The request body * @param ReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ReplyAllPostRequestBody $body, ?ReplyAllRequestBuilderPostR } /** - * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is supported in the following national cloud deployments. + * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is available in the following national cloud deployments. * @param ReplyAllPostRequestBody $body The request body * @param ReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.php index adab4f982b5..413bd086400 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/Item/Send/SendRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is supported in the following national cloud deployments. + * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is available in the following national cloud deployments. * @param SendRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SendRequestBuilderPostRequestConfiguration $requestConfigu } /** - * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is supported in the following national cloud deployments. + * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is available in the following national cloud deployments. * @param SendRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilder.php index 60e0c473dcb..67d902cc0ca 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is supported in the following national cloud deployments. + * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Use this API to create a new Message in a mailfolder. This API is supported in the following national cloud deployments. + * Use this API to create a new Message in a mailfolder. This API is available in the following national cloud deployments. * @param Message $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(Message $body, ?MessagesRequestBuilderPostRequestConfigurat } /** - * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is supported in the following national cloud deployments. + * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is available in the following national cloud deployments. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Use this API to create a new Message in a mailfolder. This API is supported in the following national cloud deployments. + * Use this API to create a new Message in a mailfolder. This API is available in the following national cloud deployments. * @param Message $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilderGetQueryParameters.php index 7d0d5ea402f..b005079f078 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/MailFolders/Item/Messages/MessagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is supported in the following national cloud deployments. + * Get all the messages in the specified user's mailbox, or those messages in a specified folder in the mailbox. This API is available in the following national cloud deployments. */ class MessagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/MailFolders/Item/Move/MovePostRequestBody.php b/src/Generated/Users/Item/MailFolders/Item/Move/MovePostRequestBody.php index 3d2827c5221..9d3e1e9c43d 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Move/MovePostRequestBody.php +++ b/src/Generated/Users/Item/MailFolders/Item/Move/MovePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MoveP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the destinationId property value. The DestinationId property + * Gets the DestinationId property value. The DestinationId property * @return string|null */ public function getDestinationId(): ?string { @@ -74,7 +74,7 @@ public function getDestinationId(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'destinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), + 'DestinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('destinationId', $this->getDestinationId()); + $writer->writeStringValue('DestinationId', $this->getDestinationId()); $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. + * 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. + * 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 destinationId property value. The DestinationId property - * @param string|null $value Value to set for the destinationId property. + * Sets the DestinationId property value. The DestinationId property + * @param string|null $value Value to set for the DestinationId property. */ public function setDestinationId(?string $value): void { $this->getBackingStore()->set('destinationId', $value); diff --git a/src/Generated/Users/Item/MailFolders/Item/Move/MoveRequestBuilder.php b/src/Generated/Users/Item/MailFolders/Item/Move/MoveRequestBuilder.php index 1f8f4f62dc4..2966f8b2964 100644 --- a/src/Generated/Users/Item/MailFolders/Item/Move/MoveRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/Item/Move/MoveRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Move a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments. + * Move a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments. * @param MovePostRequestBody $body The request body * @param MoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(MovePostRequestBody $body, ?MoveRequestBuilderPostRequestCo } /** - * Move a mailfolder and its contents to another mailfolder. This API is supported in the following national cloud deployments. + * Move a mailfolder and its contents to another mailfolder. This API is available in the following national cloud deployments. * @param MovePostRequestBody $body The request body * @param MoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/MailFolders/MailFoldersRequestBuilder.php b/src/Generated/Users/Item/MailFolders/MailFoldersRequestBuilder.php index c90cdcec05f..3024e2aced9 100644 --- a/src/Generated/Users/Item/MailFolders/MailFoldersRequestBuilder.php +++ b/src/Generated/Users/Item/MailFolders/MailFoldersRequestBuilder.php @@ -80,7 +80,7 @@ public function get(?MailFoldersRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to create a new mail folder in the root folder of the user's mailbox. If you intend a new folder to be hidden, you must set the isHidden property to true on creation. This API is supported in the following national cloud deployments. + * Use this API to create a new mail folder in the root folder of the user's mailbox. If you intend a new folder to be hidden, you must set the isHidden property to true on creation. This API is available in the following national cloud deployments. * @param MailFolder $body The request body * @param MailFoldersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MailFoldersRequestBuilderGetRequestConf } /** - * Use this API to create a new mail folder in the root folder of the user's mailbox. If you intend a new folder to be hidden, you must set the isHidden property to true on creation. This API is supported in the following national cloud deployments. + * Use this API to create a new mail folder in the root folder of the user's mailbox. If you intend a new folder to be hidden, you must set the isHidden property to true on creation. This API is available in the following national cloud deployments. * @param MailFolder $body The request body * @param MailFoldersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.php b/src/Generated/Users/Item/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.php index 2dfbf117a77..5683821d98d 100644 --- a/src/Generated/Users/Item/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.php +++ b/src/Generated/Users/Item/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Clean } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.php b/src/Generated/Users/Item/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.php index 9dc611fd9c1..63b4ba02f48 100644 --- a/src/Generated/Users/Item/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.php +++ b/src/Generated/Users/Item/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Delet } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.php b/src/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.php index 4c437d03792..ef47f789102 100644 --- a/src/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.php +++ b/src/Generated/Users/Item/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.php b/src/Generated/Users/Item/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.php index 925e23423a6..0b4bd98b368 100644 --- a/src/Generated/Users/Item/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.php +++ b/src/Generated/Users/Item/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Updat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.php b/src/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.php index 9c302998957..bd65d9596a5 100644 --- a/src/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.php +++ b/src/Generated/Users/Item/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Windo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/ManagedDevices/Item/Wipe/WipePostRequestBody.php b/src/Generated/Users/Item/ManagedDevices/Item/Wipe/WipePostRequestBody.php index 7ebd3400ac1..e8066d927a5 100644 --- a/src/Generated/Users/Item/ManagedDevices/Item/Wipe/WipePostRequestBody.php +++ b/src/Generated/Users/Item/ManagedDevices/Item/Wipe/WipePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): WipeP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Manager/ManagerRequestBuilder.php b/src/Generated/Users/Item/Manager/ManagerRequestBuilder.php index f7dc7b319d8..80bbf41a86f 100644 --- a/src/Generated/Users/Item/Manager/ManagerRequestBuilder.php +++ b/src/Generated/Users/Item/Manager/ManagerRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a user's manager. This API is supported in the following national cloud deployments. + * Remove a user's manager. This API is available in the following national cloud deployments. * @param ManagerRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?ManagerRequestBuilderDeleteRequestConfiguration $request } /** - * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. This API is supported in the following national cloud deployments. + * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. This API is available in the following national cloud deployments. * @param ManagerRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?ManagerRequestBuilderGetRequestConfiguration $requestConfig } /** - * Remove a user's manager. This API is supported in the following national cloud deployments. + * Remove a user's manager. This API is available in the following national cloud deployments. * @param ManagerRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?ManagerRequestBuilderDeleteRequestCo } /** - * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. This API is supported in the following national cloud deployments. + * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. This API is available in the following national cloud deployments. * @param ManagerRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Manager/ManagerRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Manager/ManagerRequestBuilderGetQueryParameters.php index fc398f0cb4f..2bae3ad5996 100644 --- a/src/Generated/Users/Item/Manager/ManagerRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Manager/ManagerRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. This API is supported in the following national cloud deployments. + * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. This API is available in the following national cloud deployments. */ class ManagerRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Manager/Ref/RefRequestBuilder.php b/src/Generated/Users/Item/Manager/Ref/RefRequestBuilder.php index 4a4e10fe30a..1f58021f511 100644 --- a/src/Generated/Users/Item/Manager/Ref/RefRequestBuilder.php +++ b/src/Generated/Users/Item/Manager/Ref/RefRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Remove a user's manager. This API is supported in the following national cloud deployments. + * Remove a user's manager. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?RefRequestBuilderDeleteRequestConfiguration $requestConf } /** - * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. This API is supported in the following national cloud deployments. + * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?RefRequestBuilderGetRequestConfiguration $requestConfigurat } /** - * Assign a user's manager. This API is supported in the following national cloud deployments. + * Assign a user's manager. This API is available in the following national cloud deployments. * @param ReferenceUpdate $body The request body * @param RefRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function put(ReferenceUpdate $body, ?RefRequestBuilderPutRequestConfigura } /** - * Remove a user's manager. This API is supported in the following national cloud deployments. + * Remove a user's manager. This API is available in the following national cloud deployments. * @param RefRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?RefRequestBuilderDeleteRequestConfig } /** - * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. This API is supported in the following national cloud deployments. + * Returns the user or organizational contact assigned as the user's manager. Optionally, you can expand the manager's chain up to the root node. This API is available in the following national cloud deployments. * @param RefRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -125,7 +125,7 @@ public function toGetRequestInformation(?RefRequestBuilderGetRequestConfiguratio } /** - * Assign a user's manager. This API is supported in the following national cloud deployments. + * Assign a user's manager. This API is available in the following national cloud deployments. * @param ReferenceUpdate $body The request body * @param RefRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Delta/DeltaRequestBuilder.php b/src/Generated/Users/Item/Messages/Delta/DeltaRequestBuilder.php index 620fd96174e..649e7d349c1 100644 --- a/src/Generated/Users/Item/Messages/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Delta/DeltaRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is supported in the following national cloud deployments. + * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is supported in the following national cloud deployments. + * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is available in the following national cloud deployments. * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php index dd0eda5fea0..aa99e6dafd3 100644 --- a/src/Generated/Users/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Messages/Delta/DeltaRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is supported in the following national cloud deployments. + * Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriatelyapplying state tokens in one or more of these calls, you can [query for incremental changes in the messages inthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages withouthaving to fetch the entire set of messages from the server every time. This API is available in the following national cloud deployments. */ class DeltaRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php index d434dda2fa7..379c956e6ab 100644 --- a/src/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,11 +80,11 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 Find more info here */ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -100,7 +100,7 @@ public function post(Attachment $body, ?AttachmentsRequestBuilderPostRequestConf } /** - * Retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. You can add an attachment to an existing message by posting to its attachments collection, or you canadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB. This API is supported in the following national cloud deployments. + * Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. This API is available in the following national cloud deployments. * @param Attachment $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 5482056a1b5..cbd59783ccb 100644 --- a/src/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Messages/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of attachment objects attached to a message. This API is supported in the following national cloud deployments. + * Retrieve a list of attachment objects attached to a message. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index 2f344a4b0d4..9bf0533abc3 100644 --- a/src/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the attachmentItem property value. The AttachmentItem property + * Gets the AttachmentItem property value. The AttachmentItem property * @return AttachmentItem|null */ public function getAttachmentItem(): ?AttachmentItem { @@ -61,7 +61,7 @@ public function getAttachmentItem(): ?AttachmentItem { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -75,7 +75,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'attachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), + 'AttachmentItem' => fn(ParseNode $n) => $o->setAttachmentItem($n->getObjectValue([AttachmentItem::class, 'createFromDiscriminatorValue'])), ]; } @@ -84,29 +84,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('attachmentItem', $this->getAttachmentItem()); + $writer->writeObjectValue('AttachmentItem', $this->getAttachmentItem()); $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. + * 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 attachmentItem property value. The AttachmentItem property - * @param AttachmentItem|null $value Value to set for the attachmentItem property. + * Sets the AttachmentItem property value. The AttachmentItem property + * @param AttachmentItem|null $value Value to set for the AttachmentItem property. */ public function setAttachmentItem(?AttachmentItem $value): void { $this->getBackingStore()->set('attachmentItem', $value); } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index a7f152e7d57..608643014b3 100644 --- a/src/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is supported in the following national cloud deployments. + * Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php index 6ec79d92e0b..f69be667d28 100644 --- a/src/Generated/Users/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AttachmentItemRequestBuilderDeleteRequestConfiguration $ } /** - * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is supported in the following national cloud deployments. + * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function toDeleteRequestInformation(?AttachmentItemRequestBuilderDeleteRe } /** - * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is supported in the following national cloud deployments. + * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is available in the following national cloud deployments. * @param AttachmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php index ba342c79805..7dffb59cf72 100644 --- a/src/Generated/Users/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Messages/Item/Attachments/Item/AttachmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is supported in the following national cloud deployments. + * Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource. This API is available in the following national cloud deployments. */ class AttachmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Messages/Item/Copy/CopyPostRequestBody.php b/src/Generated/Users/Item/Messages/Item/Copy/CopyPostRequestBody.php index aea32052ab7..fea8aa894fb 100644 --- a/src/Generated/Users/Item/Messages/Item/Copy/CopyPostRequestBody.php +++ b/src/Generated/Users/Item/Messages/Item/Copy/CopyPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the destinationId property value. The DestinationId property + * Gets the DestinationId property value. The DestinationId property * @return string|null */ public function getDestinationId(): ?string { @@ -74,7 +74,7 @@ public function getDestinationId(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'destinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), + 'DestinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('destinationId', $this->getDestinationId()); + $writer->writeStringValue('DestinationId', $this->getDestinationId()); $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. + * 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. + * 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 destinationId property value. The DestinationId property - * @param string|null $value Value to set for the destinationId property. + * Sets the DestinationId property value. The DestinationId property + * @param string|null $value Value to set for the DestinationId property. */ public function setDestinationId(?string $value): void { $this->getBackingStore()->set('destinationId', $value); diff --git a/src/Generated/Users/Item/Messages/Item/Copy/CopyRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Copy/CopyRequestBuilder.php index d002d1ce205..434f0257911 100644 --- a/src/Generated/Users/Item/Messages/Item/Copy/CopyRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Copy/CopyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments. + * Copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyPostRequestBody $body, ?CopyRequestBuilderPostRequestCo } /** - * Copy a message to a folder within the user's mailbox. This API is supported in the following national cloud deployments. + * Copy a message to a folder within the user's mailbox. This API is available in the following national cloud deployments. * @param CopyPostRequestBody $body The request body * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php b/src/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php index eb780bd034b..091d3f8533b 100644 --- a/src/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardPostRequestBody.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -59,7 +59,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -77,14 +77,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -96,7 +96,7 @@ public function getMessage(): ?Message { } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -114,47 +114,47 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php index f31632262b7..bee849b731d 100644 --- a/src/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/CreateForward/CreateForwardRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is available in the following national cloud deployments. * @param CreateForwardPostRequestBody $body The request body * @param CreateForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateForwardPostRequestBody $body, ?CreateForwardRequestBu } /** - * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation. This API is available in the following national cloud deployments. * @param CreateForwardPostRequestBody $body The request body * @param CreateForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php b/src/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php index 46776583fb1..0ffc2e7cb6d 100644 --- a/src/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php +++ b/src/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php index acb37b39009..acaa76cbaab 100644 --- a/src/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/CreateReply/CreateReplyRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is available in the following national cloud deployments. * @param CreateReplyPostRequestBody $body The request body * @param CreateReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateReplyPostRequestBody $body, ?CreateReplyRequestBuilde } /** - * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation. This API is available in the following national cloud deployments. * @param CreateReplyPostRequestBody $body The request body * @param CreateReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php b/src/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php index 797dc76868f..7766c359a1e 100644 --- a/src/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php +++ b/src/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php index fa0eb46c500..d058269db7a 100644 --- a/src/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/CreateReplyAll/CreateReplyAllRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is available in the following national cloud deployments. * @param CreateReplyAllPostRequestBody $body The request body * @param CreateReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateReplyAllPostRequestBody $body, ?CreateReplyAllRequest } /** - * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is supported in the following national cloud deployments. + * Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action. This API is available in the following national cloud deployments. * @param CreateReplyAllPostRequestBody $body The request body * @param CreateReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php index 7ba67401dc8..01b0b462a7a 100644 --- a/src/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -71,7 +71,7 @@ public function get(?ExtensionsRequestBuilderGetRequestConfiguration $requestCon } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -91,7 +91,7 @@ public function post(Extension $body, ?ExtensionsRequestBuilderPostRequestConfig } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -112,7 +112,7 @@ public function toGetRequestInformation(?ExtensionsRequestBuilderGetRequestConfi } /** - * 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. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Extension $body The request body * @param ExtensionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php index 2b7fcb1b2f4..5b40083310d 100644 --- a/src/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Messages/Item/Extensions/ExtensionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php index a2f8e6850ed..e251107c2fc 100644 --- a/src/Generated/Users/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is supported in the following national cloud deployments. + * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ExtensionItemRequestBuilderDeleteRequestConfiguration $r } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here @@ -89,7 +89,7 @@ public function patch(Extension $body, ?ExtensionItemRequestBuilderPatchRequestC } /** - * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is supported in the following national cloud deployments. + * Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ExtensionItemRequestBuilderDeleteReq } /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. * @param ExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php index edd39c09f80..3e898ad4e76 100644 --- a/src/Generated/Users/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Messages/Item/Extensions/Item/ExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is supported in the following national cloud deployments. + * Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. This API is available in the following national cloud deployments. */ class ExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Messages/Item/Forward/ForwardPostRequestBody.php b/src/Generated/Users/Item/Messages/Item/Forward/ForwardPostRequestBody.php index 92510e857d3..ad7309cc809 100644 --- a/src/Generated/Users/Item/Messages/Item/Forward/ForwardPostRequestBody.php +++ b/src/Generated/Users/Item/Messages/Item/Forward/ForwardPostRequestBody.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Forwa } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -59,7 +59,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -77,14 +77,14 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), - 'toRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'ToRecipients' => fn(ParseNode $n) => $o->setToRecipients($n->getCollectionOfObjectValues([Recipient::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -96,7 +96,7 @@ public function getMessage(): ?Message { } /** - * Gets the toRecipients property value. The ToRecipients property + * Gets the ToRecipients property value. The ToRecipients property * @return array|null */ public function getToRecipients(): ?array { @@ -114,47 +114,47 @@ public function getToRecipients(): ?array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); - $writer->writeCollectionOfObjectValues('toRecipients', $this->getToRecipients()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); + $writer->writeCollectionOfObjectValues('ToRecipients', $this->getToRecipients()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); } /** - * Sets the toRecipients property value. The ToRecipients property - * @param array|null $value Value to set for the toRecipients property. + * Sets the ToRecipients property value. The ToRecipients property + * @param array|null $value Value to set for the ToRecipients property. */ public function setToRecipients(?array $value): void { $this->getBackingStore()->set('toRecipients', $value); diff --git a/src/Generated/Users/Item/Messages/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Forward/ForwardRequestBuilder.php index d7a624e3c64..6397419ac55 100644 --- a/src/Generated/Users/Item/Messages/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Forward/ForwardRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is supported in the following national cloud deployments. + * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostReq } /** - * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is supported in the following national cloud deployments. + * Forward a message using either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later. This API is available in the following national cloud deployments. * @param ForwardPostRequestBody $body The request body * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/MessageItemRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/MessageItemRequestBuilder.php index d2e26c3f21d..b93a15109de 100644 --- a/src/Generated/Users/Item/Messages/Item/MessageItemRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/MessageItemRequestBuilder.php @@ -128,7 +128,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a message in the specified user's mailbox, or delete a relationship of the message. This API is supported in the following national cloud deployments. + * Delete a message in the specified user's mailbox, or delete a relationship of the message. This API is available in the following national cloud deployments. * @param MessageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0 Find more info here @@ -150,7 +150,7 @@ public function delete(?MessageItemRequestBuilderDeleteRequestConfiguration $req * The messages in a mailbox or folder. Read-only. Nullable. * @param MessageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here */ public function get(?MessageItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -166,11 +166,11 @@ public function get(?MessageItemRequestBuilderGetRequestConfiguration $requestCo } /** - * Update the properties of a message object. This API is supported in the following national cloud deployments. + * Update the properties of an eventMessage object. This API is available in the following national cloud deployments. * @param Message $body The request body * @param MessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/message-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/eventmessage-update?view=graph-rest-1.0 Find more info here */ public function patch(Message $body, ?MessageItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -186,7 +186,7 @@ public function patch(Message $body, ?MessageItemRequestBuilderPatchRequestConfi } /** - * Delete a message in the specified user's mailbox, or delete a relationship of the message. This API is supported in the following national cloud deployments. + * Delete a message in the specified user's mailbox, or delete a relationship of the message. This API is available in the following national cloud deployments. * @param MessageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -224,7 +224,7 @@ public function toGetRequestInformation(?MessageItemRequestBuilderGetRequestConf } /** - * Update the properties of a message object. This API is supported in the following national cloud deployments. + * Update the properties of an eventMessage object. This API is available in the following national cloud deployments. * @param Message $body The request body * @param MessageItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/Move/MovePostRequestBody.php b/src/Generated/Users/Item/Messages/Item/Move/MovePostRequestBody.php index 209c4bf228a..62dbde8efec 100644 --- a/src/Generated/Users/Item/Messages/Item/Move/MovePostRequestBody.php +++ b/src/Generated/Users/Item/Messages/Item/Move/MovePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): MoveP } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -56,7 +56,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the destinationId property value. The DestinationId property + * Gets the DestinationId property value. The DestinationId property * @return string|null */ public function getDestinationId(): ?string { @@ -74,7 +74,7 @@ public function getDestinationId(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'destinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), + 'DestinationId' => fn(ParseNode $n) => $o->setDestinationId($n->getStringValue()), ]; } @@ -83,29 +83,29 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('destinationId', $this->getDestinationId()); + $writer->writeStringValue('DestinationId', $this->getDestinationId()); $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. + * 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. + * 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 destinationId property value. The DestinationId property - * @param string|null $value Value to set for the destinationId property. + * Sets the DestinationId property value. The DestinationId property + * @param string|null $value Value to set for the DestinationId property. */ public function setDestinationId(?string $value): void { $this->getBackingStore()->set('destinationId', $value); diff --git a/src/Generated/Users/Item/Messages/Item/Move/MoveRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Move/MoveRequestBuilder.php index fba83d21e0b..ebeaf521369 100644 --- a/src/Generated/Users/Item/Messages/Item/Move/MoveRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Move/MoveRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is supported in the following national cloud deployments. + * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is available in the following national cloud deployments. * @param MovePostRequestBody $body The request body * @param MoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(MovePostRequestBody $body, ?MoveRequestBuilderPostRequestCo } /** - * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is supported in the following national cloud deployments. + * Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. This API is available in the following national cloud deployments. * @param MovePostRequestBody $body The request body * @param MoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/Reply/ReplyPostRequestBody.php b/src/Generated/Users/Item/Messages/Item/Reply/ReplyPostRequestBody.php index 4a4a6c254cb..fab0fc1c64a 100644 --- a/src/Generated/Users/Item/Messages/Item/Reply/ReplyPostRequestBody.php +++ b/src/Generated/Users/Item/Messages/Item/Reply/ReplyPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/Messages/Item/Reply/ReplyRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Reply/ReplyRequestBuilder.php index f691015e7d7..ba0f3b218d6 100644 --- a/src/Generated/Users/Item/Messages/Item/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Reply/ReplyRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is supported in the following national cloud deployments. + * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is available in the following national cloud deployments. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is supported in the following national cloud deployments. + * Reply to the sender of a message using either JSON or MIME format. When using JSON format:* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later. This API is available in the following national cloud deployments. * @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/Users/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php b/src/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php index 5e5b40cb685..bfb9874808b 100644 --- a/src/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php +++ b/src/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Reply } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -57,7 +57,7 @@ public function getBackingStore(): BackingStore { } /** - * Gets the comment property value. The Comment property + * Gets the Comment property value. The Comment property * @return string|null */ public function getComment(): ?string { @@ -75,13 +75,13 @@ public function getComment(): ?string { public function getFieldDeserializers(): array { $o = $this; return [ - 'comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'Comment' => fn(ParseNode $n) => $o->setComment($n->getStringValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -97,38 +97,38 @@ public function getMessage(): ?Message { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeStringValue('comment', $this->getComment()); - $writer->writeObjectValue('message', $this->getMessage()); + $writer->writeStringValue('Comment', $this->getComment()); + $writer->writeObjectValue('Message', $this->getMessage()); $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. + * 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. + * 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 comment property value. The Comment property - * @param string|null $value Value to set for the comment property. + * Sets the Comment property value. The Comment property + * @param string|null $value Value to set for the Comment property. */ public function setComment(?string $value): void { $this->getBackingStore()->set('comment', $value); } /** - * Sets the message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); diff --git a/src/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php index 49e64de7e59..08883a46eb0 100644 --- a/src/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/ReplyAll/ReplyAllRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is supported in the following national cloud deployments. + * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is available in the following national cloud deployments. * @param ReplyAllPostRequestBody $body The request body * @param ReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ReplyAllPostRequestBody $body, ?ReplyAllRequestBuilderPostR } /** - * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is supported in the following national cloud deployments. + * Reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later. This API is available in the following national cloud deployments. * @param ReplyAllPostRequestBody $body The request body * @param ReplyAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Messages/Item/Send/SendRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Send/SendRequestBuilder.php index 87179e55a8b..0ca9255f555 100644 --- a/src/Generated/Users/Item/Messages/Item/Send/SendRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Send/SendRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is supported in the following national cloud deployments. + * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is available in the following national cloud deployments. * @param SendRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?SendRequestBuilderPostRequestConfiguration $requestConfigu } /** - * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is supported in the following national cloud deployments. + * Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation. This API is available in the following national cloud deployments. * @param SendRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Messages/Item/Value/ContentRequestBuilder.php b/src/Generated/Users/Item/Messages/Item/Value/ContentRequestBuilder.php index de1b27acbb4..37c05c7a8d9 100644 --- a/src/Generated/Users/Item/Messages/Item/Value/ContentRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/Item/Value/ContentRequestBuilder.php @@ -35,7 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * Get media content for the navigation property messages from users * @param ContentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here */ public function get(?ContentRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Users/Item/Messages/MessagesRequestBuilder.php b/src/Generated/Users/Item/Messages/MessagesRequestBuilder.php index d434fe297b2..e7c204d99c5 100644 --- a/src/Generated/Users/Item/Messages/MessagesRequestBuilder.php +++ b/src/Generated/Users/Item/Messages/MessagesRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * The messages in a mailbox or folder. Read-only. Nullable. * @param MessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 Find more info here */ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -80,11 +80,11 @@ public function get(?MessagesRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a draft of a new message in either JSON or MIME format. When using JSON format, you can:- Include an attachment to the message.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- /* Add any attachments and S/MIME properties to the MIME content. By default, this operation saves the draft in the Drafts folder. Send the draft message in a subsequent operation. Alternatively, send a new message in a single operation, or create a draft to forward, reply and reply-all to an existing message. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Message $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/user-post-messages?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 Find more info here */ public function post(Message $body, ?MessagesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -121,7 +121,7 @@ public function toGetRequestInformation(?MessagesRequestBuilderGetRequestConfigu } /** - * Create a draft of a new message in either JSON or MIME format. When using JSON format, you can:- Include an attachment to the message.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- /* Add any attachments and S/MIME properties to the MIME content. By default, this operation saves the draft in the Drafts folder. Send the draft message in a subsequent operation. Alternatively, send a new message in a single operation, or create a draft to forward, reply and reply-all to an existing message. This API is supported in the following national cloud deployments. + * 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. This API is available in the following national cloud deployments. * @param Message $body The request body * @param MessagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php b/src/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php index 891f7470eea..24dba992e4c 100644 --- a/src/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php +++ b/src/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of oAuth2PermissionGrant entities, which represent delegated permissions granted to enable a client application to access an API on behalf of the user. This API is supported in the following national cloud deployments. + * Retrieve a list of oAuth2PermissionGrant entities, which represent delegated permissions granted to enable a client application to access an API on behalf of the user. This API is available in the following national cloud deployments. * @param Oauth2PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?Oauth2PermissionGrantsRequestBuilderGetRequestConfiguration } /** - * Retrieve a list of oAuth2PermissionGrant entities, which represent delegated permissions granted to enable a client application to access an API on behalf of the user. This API is supported in the following national cloud deployments. + * Retrieve a list of oAuth2PermissionGrant entities, which represent delegated permissions granted to enable a client application to access an API on behalf of the user. This API is available in the following national cloud deployments. * @param Oauth2PermissionGrantsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php index 28c68fc1812..96f384b40ba 100644 --- a/src/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of oAuth2PermissionGrant entities, which represent delegated permissions granted to enable a client application to access an API on behalf of the user. This API is supported in the following national cloud deployments. + * Retrieve a list of oAuth2PermissionGrant entities, which represent delegated permissions granted to enable a client application to access an API on behalf of the user. This API is available in the following national cloud deployments. */ class Oauth2PermissionGrantsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php b/src/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php index 4fc4a0817f0..8703271cc54 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetNo } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php index ab1cc37328a..fc489e60959 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is available in the following national cloud deployments. * @param GetNotebookFromWebUrlPostRequestBody $body The request body * @param GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(GetNotebookFromWebUrlPostRequestBody $body, ?GetNotebookFro } /** - * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. This API is available in the following national cloud deployments. * @param GetNotebookFromWebUrlPostRequestBody $body The request body * @param GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php index fa287cbfe58..a3719db50f7 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyN } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php index f6752705ed2..7f2cfe054c4 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyNotebookPostRequestBody $body The request body * @param CopyNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyNotebookPostRequestBody $body, ?CopyNotebookRequestBuil } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyNotebookPostRequestBody $body The request body * @param CopyNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php index e2a01fd9732..8f7d76ebc05 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.php @@ -74,7 +74,7 @@ public function delete(?NotebookItemRequestBuilderDeleteRequestConfiguration $re } /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. * @param NotebookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 Find more info here @@ -129,7 +129,7 @@ public function toDeleteRequestInformation(?NotebookItemRequestBuilderDeleteRequ } /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. * @param NotebookItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php index d49707519cd..74feb6c452b 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a notebook object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a notebook object. This API is available in the following national cloud deployments. */ class NotebookItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php index 118c8a6913b..b856a60115a 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index b90f69eb85c..6e722bf3ff8 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index 731a0121475..b73de2bafa9 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 5bc1e1c2c21..657d4d454c1 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index 3dc3e28a5e2..6826e8fd33a 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 330f09c1219..92871f30052 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 0e44793c80c..13cc43f98c1 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 5855ce039bc..5d60e469a8e 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index d7ad27cba3e..ce4a8177a3b 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php index 8d01f8bbcf5..1cae56f83b8 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index 39a51cbda91..a85c6c6a7d2 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php index 28a7f9075bd..a3b7cd5a9fb 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index 8f75232b030..bbd2905b8b2 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php index 6e68958b36a..b91f6657c49 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Create a new section group in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new section group in the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroup $body The request body * @param SectionGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(SectionGroup $body, ?SectionGroupsRequestBuilderPostRequest } /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionGroupsRequestBuilderGetRequestCo } /** - * Create a new section group in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new section group in the specified notebook. This API is available in the following national cloud deployments. * @param SectionGroup $body The request body * @param SectionGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index 6bcf405d626..a2d60226b29 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified notebook. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index 16fafabf33e..a40bb678fcd 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 5502a56d22d..039284f9d2b 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index 636456725d7..ce2bc79aecb 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index bd498dda05a..e3abddad217 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index bb123ee77c3..8eb9f0c0556 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 7eb9bc94d6e..d9674212d63 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index d8ad090b007..fff0d92ff00 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php index 07b80e3acb4..a6338ad48cc 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index a85e6a6db69..dfa2d205959 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php index 7ac0f07eb12..056488ea71f 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified notebook. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified notebook. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index 5415589f1db..12a0e1d1ab3 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified notebook. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified notebook. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilder.php b/src/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilder.php index 918aff9bb34..d31bc58313e 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilder.php @@ -62,7 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. * @param NotebooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 Find more info here @@ -90,7 +90,7 @@ public function getRecentNotebooksWithIncludePersonalNotebooks(bool $includePers } /** - * Create a new OneNote notebook. This API is supported in the following national cloud deployments. + * Create a new OneNote notebook. This API is available in the following national cloud deployments. * @param Notebook $body The request body * @param NotebooksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -110,7 +110,7 @@ public function post(Notebook $body, ?NotebooksRequestBuilderPostRequestConfigur } /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. * @param NotebooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -131,7 +131,7 @@ public function toGetRequestInformation(?NotebooksRequestBuilderGetRequestConfig } /** - * Create a new OneNote notebook. This API is supported in the following national cloud deployments. + * Create a new OneNote notebook. This API is available in the following national cloud deployments. * @param Notebook $body The request body * @param NotebooksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php index a840c103fc0..0be317458ec 100644 --- a/src/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Notebooks/NotebooksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of notebook objects. This API is supported in the following national cloud deployments. + * Retrieve a list of notebook objects. This API is available in the following national cloud deployments. */ class NotebooksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php b/src/Generated/Users/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php index e03444e4361..6da3e36af85 100644 --- a/src/Generated/Users/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?OnenoteOperationItemRequestBuilderDeleteRequestConfigura } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OnenoteOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 Find more info here @@ -105,7 +105,7 @@ public function toDeleteRequestInformation(?OnenoteOperationItemRequestBuilderDe } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OnenoteOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php index d3d68a270a4..87c134e3b79 100644 --- a/src/Generated/Users/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. */ class OnenoteOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilder.php b/src/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilder.php index 746dc546cbd..30efaae4638 100644 --- a/src/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise */ @@ -90,7 +90,7 @@ public function post(OnenoteOperation $body, ?OperationsRequestBuilderPostReques } /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. * @param OperationsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php index 95a64c439b4..0c57483566c 100644 --- a/src/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is supported in the following national cloud deployments. + * Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. This API is available in the following national cloud deployments. */ class OperationsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index cc8d7d3eb33..7e066277f6a 100644 --- a/src/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 499f53f91e4..9062ce3a69a 100644 --- a/src/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php b/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php index b3e6a35a8d0..efd9ef8ed8e 100644 --- a/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.php @@ -80,7 +80,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a OneNote page. This API is supported in the following national cloud deployments. + * Delete a OneNote page. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 Find more info here @@ -99,7 +99,7 @@ public function delete(?OnenotePageItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function patch(OnenotePage $body, ?OnenotePageItemRequestBuilderPatchRequ } /** - * Delete a OneNote page. This API is supported in the following national cloud deployments. + * Delete a OneNote page. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -154,7 +154,7 @@ public function toDeleteRequestInformation(?OnenotePageItemRequestBuilderDeleteR } /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. * @param OnenotePageItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php index c1239130e62..c99f332be6d 100644 --- a/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. This API is available in the following national cloud deployments. */ class OnenotePageItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index e4a33d666df..d5550c0021a 100644 --- a/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Pages/PagesRequestBuilder.php b/src/Generated/Users/Item/Onenote/Pages/PagesRequestBuilder.php index 1dd7596d67b..aebdb1e0629 100644 --- a/src/Generated/Users/Item/Onenote/Pages/PagesRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is supported in the following national cloud deployments. + * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is supported in the following national cloud deployments. + * Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php index 6532ffc9654..e7cc015ba19 100644 --- a/src/Generated/Users/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php index fc3baa139ae..297f681932c 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.php @@ -82,7 +82,7 @@ public function delete(?SectionGroupItemRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. * @param SectionGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 Find more info here @@ -137,7 +137,7 @@ public function toDeleteRequestInformation(?SectionGroupItemRequestBuilderDelete } /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. * @param SectionGroupItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php index a73ad4a2657..928ea699b0b 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a sectionGroup object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a sectionGroup object. This API is available in the following national cloud deployments. */ class SectionGroupItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php index 5125ad243fa..a1935930ffa 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?SectionGroupsRequestBuilderGetRequestConfiguration $request } /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index c0ac88c539a..428ea4762c9 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of section groups from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of section groups from the specified section group. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index ceefb274a16..251ce6ad0f3 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 20087f0a7c0..1b44a7582e4 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index 543d59c2ab4..bf3bb158108 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 4aa310ebc0b..f63c4812cd5 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index 1e6056ce9b7..761e2396f7a 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index bf2f3be140b..d38469c4d97 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index 6e8e0c8ad11..a4d7022176d 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php index bd21db0e20e..92ad9f130c1 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index ef1f9a653a0..9a2f8dbf904 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php index ad4e35e1f3f..aa5e14b69a4 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?SectionsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?SectionsRequestBuilderGetRequestConfigu } /** - * Create a new onenoteSection in the specified section group. This API is supported in the following national cloud deployments. + * Create a new onenoteSection in the specified section group. This API is available in the following national cloud deployments. * @param OnenoteSection $body The request body * @param SectionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php index 8e1c54f8341..83263427396 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects from the specified section group. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects from the specified section group. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php b/src/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php index 63effa0051b..aec68875485 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(SectionGroup $body, ?SectionGroupsRequestBuilderPostRequest } /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. * @param SectionGroupsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php index 84c5002830a..a04036d5079 100644 --- a/src/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/SectionGroups/SectionGroupsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of sectionGroup objects. This API is supported in the following national cloud deployments. + * Retrieve a list of sectionGroup objects. This API is available in the following national cloud deployments. */ class SectionGroupsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php b/src/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php index 4876a024b54..9640728f4f2 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 046c921df5d..b7c8644e56d 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequest } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToNotebookPostRequestBody $body The request body * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php b/src/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php index 5063ef83710..3f992dcee5c 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -144,16 +144,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 6364d3f5c62..f737c93a42f 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGrou } /** - * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionGroupPostRequestBody $body The request body * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php b/src/Generated/Users/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php index 591596182a4..f54e44c1c0c 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.php @@ -90,7 +90,7 @@ public function delete(?OnenoteSectionItemRequestBuilderDeleteRequestConfigurati } /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. * @param OnenoteSectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 Find more info here @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?OnenoteSectionItemRequestBuilderDele } /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. * @param OnenoteSectionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php index cc92539e755..a409b4fe4f5 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a onenoteSection object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a onenoteSection object. This API is available in the following national cloud deployments. */ class OnenoteSectionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php b/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php index bc44bf2d6be..53bf25107e5 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CopyT } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 50647294c67..1c05786ed08 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBu } /** - * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is supported in the following national cloud deployments. + * Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. This API is available in the following national cloud deployments. * @param CopyToSectionPostRequestBody $body The request body * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php b/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php index a3ab7f60c1d..d7d7c464a83 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Oneno } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -92,16 +92,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php b/src/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php index b1dbdfa8651..63dc753cc19 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?PagesRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OnenotePage $body, ?PagesRequestBuilderPostRequestConfigura } /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. * @param PagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?PagesRequestBuilderGetRequestConfigurat } /** - * Create a new page in the specified section. This API is supported in the following national cloud deployments. + * Create a new page in the specified section. This API is available in the following national cloud deployments. * @param OnenotePage $body The request body * @param PagesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php index 2b253823a97..e0e407c003e 100644 --- a/src/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Sections/Item/Pages/PagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of page objects from the specified section. This API is supported in the following national cloud deployments. + * Retrieve a list of page objects from the specified section. This API is available in the following national cloud deployments. */ class PagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilder.php b/src/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilder.php index 5e3bd4ad96c..ba11ff6fb55 100644 --- a/src/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilder.php +++ b/src/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(OnenoteSection $body, ?SectionsRequestBuilderPostRequestCon } /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. * @param SectionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php index da394c738f5..b30d8d7a890 100644 --- a/src/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Onenote/Sections/SectionsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of onenoteSection objects. This API is supported in the following national cloud deployments. + * Retrieve a list of onenoteSection objects. This API is available in the following national cloud deployments. */ class SectionsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.php b/src/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.php index f888e19e0d3..edb3e5730c5 100644 --- a/src/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.php +++ b/src/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.php @@ -38,7 +38,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -51,7 +51,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -161,16 +161,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php index 662c811b744..c24da5188d6 100644 --- a/src/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. This API is supported in the following national cloud deployments. + * Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. This API is available in the following national cloud deployments. * @param CreateOrGetPostRequestBody $body The request body * @param CreateOrGetRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateOrGetPostRequestBody $body, ?CreateOrGetRequestBuilde } /** - * Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. This API is supported in the following national cloud deployments. + * Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. This API is available in the following national cloud deployments. * @param CreateOrGetPostRequestBody $body The request body * @param CreateOrGetRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.php index a0d48493902..61278fd1e26 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is supported in the following national cloud deployments. + * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is available in the following national cloud deployments. * @param AttendanceReportsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(MeetingAttendanceReport $body, ?AttendanceReportsRequestBui } /** - * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is supported in the following national cloud deployments. + * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is available in the following national cloud deployments. * @param AttendanceReportsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilderGetQueryParameters.php index 18f490f9115..59c757ff5b6 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is supported in the following national cloud deployments. + * Get a list of meetingAttendanceReport objects for an onlineMeeting. Each time an online meeting ends, an attendance report is generated for that session. This API is available in the following national cloud deployments. */ class AttendanceReportsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.php index b2d9c73e491..56a635419ef 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments. * @param AttendanceRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AttendanceRecord $body, ?AttendanceRecordsRequestBuilderPos } /** - * Get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments. * @param AttendanceRecordsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilderGetQueryParameters.php index 6b42c2116bc..2e3f386f429 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of attendanceRecord objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of attendanceRecord objects and their properties. This API is available in the following national cloud deployments. */ class AttendanceRecordsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.php index 78e7b1c0ac5..81c19075eee 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?MeetingAttendanceReportItemRequestBuilderDeleteRequestCo } /** - * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is supported in the following national cloud deployments. + * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is available in the following national cloud deployments. * @param MeetingAttendanceReportItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?MeetingAttendanceReportItemRequestBu } /** - * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is supported in the following national cloud deployments. + * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is available in the following national cloud deployments. * @param MeetingAttendanceReportItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilderGetQueryParameters.php index 261ecfaa05d..9c3459fc2af 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is supported in the following national cloud deployments. + * Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session. This API is available in the following national cloud deployments. */ class MeetingAttendanceReportItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php index b463d6798ce..1534d5ce7da 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The content stream of the attendee report of a Microsoft Teams live event. Read-only. + * Get attendeeReport for the navigation property onlineMeetings from users * @param AttendeeReportRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?AttendeeReportRequestBuilderGetRequestConfiguration $reques } /** - * The content stream of the attendee report of a Microsoft Teams live event. Read-only. + * Update attendeeReport for the navigation property onlineMeetings in users * @param StreamInterface $body Binary request body * @param AttendeeReportRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -70,7 +70,7 @@ public function put(StreamInterface $body, ?AttendeeReportRequestBuilderPutReque } /** - * The content stream of the attendee report of a Microsoft Teams live event. Read-only. + * Get attendeeReport for the navigation property onlineMeetings from users * @param AttendeeReportRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -87,7 +87,7 @@ public function toGetRequestInformation(?AttendeeReportRequestBuilderGetRequestC } /** - * The content stream of the attendee report of a Microsoft Teams live event. Read-only. + * Update attendeeReport for the navigation property onlineMeetings in users * @param StreamInterface $body Binary request body * @param AttendeeReportRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.php b/src/Generated/Users/Item/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.php index 6d61b89b894..532878294d6 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): GetVi } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/OnlineMeetingItemRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/Item/OnlineMeetingItemRequestBuilder.php index 81c1769e0e9..fdee162aec3 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/OnlineMeetingItemRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/OnlineMeetingItemRequestBuilder.php @@ -64,7 +64,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an onlineMeeting object. This API is supported in the following national cloud deployments. + * Delete an onlineMeeting object. This API is available in the following national cloud deployments. * @param OnlineMeetingItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onlinemeeting-delete?view=graph-rest-1.0 Find more info here @@ -83,7 +83,7 @@ public function delete(?OnlineMeetingItemRequestBuilderDeleteRequestConfiguratio } /** - * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is available in the following national cloud deployments. * @param OnlineMeetingItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 Find more info here @@ -102,7 +102,7 @@ public function get(?OnlineMeetingItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of the specified onlineMeeting object. Please see Request body section for the list of properties that support updating. This API is supported in the following national cloud deployments. + * Update the properties of the specified onlineMeeting object. Please see Request body section for the list of properties that support updating. This API is available in the following national cloud deployments. * @param OnlineMeeting $body The request body * @param OnlineMeetingItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -122,7 +122,7 @@ public function patch(OnlineMeeting $body, ?OnlineMeetingItemRequestBuilderPatch } /** - * Delete an onlineMeeting object. This API is supported in the following national cloud deployments. + * Delete an onlineMeeting object. This API is available in the following national cloud deployments. * @param OnlineMeetingItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -139,7 +139,7 @@ public function toDeleteRequestInformation(?OnlineMeetingItemRequestBuilderDelet } /** - * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is available in the following national cloud deployments. * @param OnlineMeetingItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -160,7 +160,7 @@ public function toGetRequestInformation(?OnlineMeetingItemRequestBuilderGetReque } /** - * Update the properties of the specified onlineMeeting object. Please see Request body section for the list of properties that support updating. This API is supported in the following national cloud deployments. + * Update the properties of the specified onlineMeeting object. Please see Request body section for the list of properties that support updating. This API is available in the following national cloud deployments. * @param OnlineMeeting $body The request body * @param OnlineMeetingItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/OnlineMeetingItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/OnlineMeetings/Item/OnlineMeetingItemRequestBuilderGetQueryParameters.php index 8a9b9303f7f..ad69f35006d 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/OnlineMeetingItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/OnlineMeetingItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is available in the following national cloud deployments. */ class OnlineMeetingItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.php index e9ae0180b6b..69045ee2207 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.php @@ -66,9 +66,10 @@ public function delete(?CallTranscriptItemRequestBuilderDeleteRequestConfigurati } /** - * Get transcripts from users + * Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. This API is available in the following national cloud deployments. * @param CallTranscriptItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise + * @link https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 Find more info here */ public function get(?CallTranscriptItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -120,7 +121,7 @@ public function toDeleteRequestInformation(?CallTranscriptItemRequestBuilderDele } /** - * Get transcripts from users + * Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. This API is available in the following national cloud deployments. * @param CallTranscriptItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilderGetQueryParameters.php index 46b33120510..30e629e4c02 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get transcripts from users + * Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. This API is available in the following national cloud deployments. */ class CallTranscriptItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.php index 71021e1f1f6..f5fd5051bed 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.php @@ -33,9 +33,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get content for the navigation property transcripts from users + * The content of the transcript. Read-only. * @param ContentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise + * @link https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 Find more info here */ public function get(?ContentRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -51,7 +52,7 @@ public function get(?ContentRequestBuilderGetRequestConfiguration $requestConfig } /** - * Update content for the navigation property transcripts in users + * The content of the transcript. Read-only. * @param StreamInterface $body Binary request body * @param ContentRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -70,7 +71,7 @@ public function put(StreamInterface $body, ?ContentRequestBuilderPutRequestConfi } /** - * Get content for the navigation property transcripts from users + * The content of the transcript. Read-only. * @param ContentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -87,7 +88,7 @@ public function toGetRequestInformation(?ContentRequestBuilderGetRequestConfigur } /** - * Update content for the navigation property transcripts in users + * The content of the transcript. Read-only. * @param StreamInterface $body Binary request body * @param ContentRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.php index dffc029ad19..b4bac565c17 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.php @@ -32,9 +32,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get metadataContent for the navigation property transcripts from users + * The time-aligned metadata of the utterances in the transcript. Read-only. * @param MetadataContentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise + * @link https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 Find more info here */ public function get(?MetadataContentRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -50,7 +51,7 @@ public function get(?MetadataContentRequestBuilderGetRequestConfiguration $reque } /** - * Update metadataContent for the navigation property transcripts in users + * The time-aligned metadata of the utterances in the transcript. Read-only. * @param StreamInterface $body Binary request body * @param MetadataContentRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -69,7 +70,7 @@ public function put(StreamInterface $body, ?MetadataContentRequestBuilderPutRequ } /** - * Get metadataContent for the navigation property transcripts from users + * The time-aligned metadata of the utterances in the transcript. Read-only. * @param MetadataContentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -86,7 +87,7 @@ public function toGetRequestInformation(?MetadataContentRequestBuilderGetRequest } /** - * Update metadataContent for the navigation property transcripts in users + * The time-aligned metadata of the utterances in the transcript. Read-only. * @param StreamInterface $body Binary request body * @param MetadataContentRequestBuilderPutRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.php index f56371dc818..d70f3e3d594 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.php @@ -53,9 +53,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get transcripts from users + * Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. This API is available in the following national cloud deployments. * @param TranscriptsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise + * @link https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 Find more info here */ public function get(?TranscriptsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -90,7 +91,7 @@ public function post(CallTranscript $body, ?TranscriptsRequestBuilderPostRequest } /** - * Get transcripts from users + * Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. This API is available in the following national cloud deployments. * @param TranscriptsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilderGetQueryParameters.php index 4b7c6b49d05..b82b344f598 100644 --- a/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get transcripts from users + * Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. This API is available in the following national cloud deployments. */ class TranscriptsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilder.php b/src/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilder.php index 83ae1fc7ddd..05f4a504a7d 100644 --- a/src/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilder.php +++ b/src/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is available in the following national cloud deployments. * @param OnlineMeetingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?OnlineMeetingsRequestBuilderGetRequestConfiguration $reques } /** - * >- userId is the object ID of a user in Azure user management portal. For more information, see Allow applications to access online meetings on behalf of a user. + * Create an online meeting on behalf of a user. This API is available in the following national cloud deployments. * @param OnlineMeeting $body The request body * @param OnlineMeetingsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(OnlineMeeting $body, ?OnlineMeetingsRequestBuilderPostReque } /** - * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is available in the following national cloud deployments. * @param OnlineMeetingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?OnlineMeetingsRequestBuilderGetRequestC } /** - * >- userId is the object ID of a user in Azure user management portal. For more information, see Allow applications to access online meetings on behalf of a user. + * Create an online meeting on behalf of a user. This API is available in the following national cloud deployments. * @param OnlineMeeting $body The request body * @param OnlineMeetingsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilderGetQueryParameters.php index 9914a53ba7c..e359d450f1e 100644 --- a/src/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/OnlineMeetings/OnlineMeetingsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. This API is available in the following national cloud deployments. */ class OnlineMeetingsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Outlook/MasterCategories/Item/OutlookCategoryItemRequestBuilder.php b/src/Generated/Users/Item/Outlook/MasterCategories/Item/OutlookCategoryItemRequestBuilder.php index e2609f95daa..4645e39e48d 100644 --- a/src/Generated/Users/Item/Outlook/MasterCategories/Item/OutlookCategoryItemRequestBuilder.php +++ b/src/Generated/Users/Item/Outlook/MasterCategories/Item/OutlookCategoryItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete the specified outlookCategory object. This API is supported in the following national cloud deployments. + * Delete the specified outlookCategory object. This API is available in the following national cloud deployments. * @param OutlookCategoryItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/outlookcategory-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?OutlookCategoryItemRequestBuilderDeleteRequestConfigurat } /** - * Get the properties and relationships of the specified outlookCategory object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the specified outlookCategory object. This API is available in the following national cloud deployments. * @param OutlookCategoryItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/outlookcategory-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?OutlookCategoryItemRequestBuilderGetRequestConfiguration $r } /** - * Update the writable property, color, of the specified outlookCategory object. You can't modify the displayName propertyonce you have created the category. This API is supported in the following national cloud deployments. + * Update the writable property, color, of the specified outlookCategory object. You can't modify the displayName propertyonce you have created the category. This API is available in the following national cloud deployments. * @param OutlookCategory $body The request body * @param OutlookCategoryItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(OutlookCategory $body, ?OutlookCategoryItemRequestBuilderP } /** - * Delete the specified outlookCategory object. This API is supported in the following national cloud deployments. + * Delete the specified outlookCategory object. This API is available in the following national cloud deployments. * @param OutlookCategoryItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?OutlookCategoryItemRequestBuilderDel } /** - * Get the properties and relationships of the specified outlookCategory object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the specified outlookCategory object. This API is available in the following national cloud deployments. * @param OutlookCategoryItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?OutlookCategoryItemRequestBuilderGetReq } /** - * Update the writable property, color, of the specified outlookCategory object. You can't modify the displayName propertyonce you have created the category. This API is supported in the following national cloud deployments. + * Update the writable property, color, of the specified outlookCategory object. You can't modify the displayName propertyonce you have created the category. This API is available in the following national cloud deployments. * @param OutlookCategory $body The request body * @param OutlookCategoryItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Outlook/MasterCategories/Item/OutlookCategoryItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Outlook/MasterCategories/Item/OutlookCategoryItemRequestBuilderGetQueryParameters.php index 37db152497f..43895957135 100644 --- a/src/Generated/Users/Item/Outlook/MasterCategories/Item/OutlookCategoryItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Outlook/MasterCategories/Item/OutlookCategoryItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the properties and relationships of the specified outlookCategory object. This API is supported in the following national cloud deployments. + * Get the properties and relationships of the specified outlookCategory object. This API is available in the following national cloud deployments. */ class OutlookCategoryItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilder.php b/src/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilder.php index ceb9fde7e56..cf751f02770 100644 --- a/src/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilder.php +++ b/src/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get all the categories that have been defined for the user. This API is supported in the following national cloud deployments. + * Get all the categories that have been defined for the user. This API is available in the following national cloud deployments. * @param MasterCategoriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?MasterCategoriesRequestBuilderGetRequestConfiguration $requ } /** - * Create an outlookCategory object in the user's master list of categories. This API is supported in the following national cloud deployments. + * Create an outlookCategory object in the user's master list of categories. This API is available in the following national cloud deployments. * @param OutlookCategory $body The request body * @param MasterCategoriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(OutlookCategory $body, ?MasterCategoriesRequestBuilderPostR } /** - * Get all the categories that have been defined for the user. This API is supported in the following national cloud deployments. + * Get all the categories that have been defined for the user. This API is available in the following national cloud deployments. * @param MasterCategoriesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?MasterCategoriesRequestBuilderGetReques } /** - * Create an outlookCategory object in the user's master list of categories. This API is supported in the following national cloud deployments. + * Create an outlookCategory object in the user's master list of categories. This API is available in the following national cloud deployments. * @param OutlookCategory $body The request body * @param MasterCategoriesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilderGetQueryParameters.php index 336ddaf6fe3..5cee773cfff 100644 --- a/src/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Outlook/MasterCategories/MasterCategoriesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get all the categories that have been defined for the user. This API is supported in the following national cloud deployments. + * Get all the categories that have been defined for the user. This API is available in the following national cloud deployments. */ class MasterCategoriesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.php b/src/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.php index e6f8212bf82..4fcc1231984 100644 --- a/src/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.php +++ b/src/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings. This API is supported in the following national cloud deployments. + * Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings. This API is available in the following national cloud deployments. * @param SupportedLanguagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function get(?SupportedLanguagesRequestBuilderGetRequestConfiguration $re } /** - * Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings. This API is supported in the following national cloud deployments. + * Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings. This API is available in the following national cloud deployments. * @param SupportedLanguagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilderGetQueryParameters.php index dcef560b6c6..b5500801daa 100644 --- a/src/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Outlook/SupportedLanguages/SupportedLanguagesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings. This API is supported in the following national cloud deployments. + * Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language bygetting the user's mailbox settings. This API is available in the following national cloud deployments. */ class SupportedLanguagesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/People/PeopleRequestBuilder.php b/src/Generated/Users/Item/People/PeopleRequestBuilder.php index 2c5711774d4..a10c308ea2e 100644 --- a/src/Generated/Users/Item/People/PeopleRequestBuilder.php +++ b/src/Generated/Users/Item/People/PeopleRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a collection of person objects ordered by their relevance to the user, which is determined by the user's communication and collaboration patterns, and business relationships. You can get this information via the People API. For examples, see the Examples section and the article Use the People API to get information about the people most relevant to you. This API is supported in the following national cloud deployments. + * Retrieve a collection of person objects ordered by their relevance to the user, which is determined by the user's communication and collaboration patterns, and business relationships. You can get this information via the People API. For examples, see the Examples section and the article Use the People API to get information about the people most relevant to you. This API is available in the following national cloud deployments. * @param PeopleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0 Find more info here @@ -71,7 +71,7 @@ public function get(?PeopleRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Retrieve a collection of person objects ordered by their relevance to the user, which is determined by the user's communication and collaboration patterns, and business relationships. You can get this information via the People API. For examples, see the Examples section and the article Use the People API to get information about the people most relevant to you. This API is supported in the following national cloud deployments. + * Retrieve a collection of person objects ordered by their relevance to the user, which is determined by the user's communication and collaboration patterns, and business relationships. You can get this information via the People API. For examples, see the Examples section and the article Use the People API to get information about the people most relevant to you. This API is available in the following national cloud deployments. * @param PeopleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/People/PeopleRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/People/PeopleRequestBuilderGetQueryParameters.php index 06ab237b56f..06bf998b14e 100644 --- a/src/Generated/Users/Item/People/PeopleRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/People/PeopleRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a collection of person objects ordered by their relevance to the user, which is determined by the user's communication and collaboration patterns, and business relationships. You can get this information via the People API. For examples, see the Examples section and the article Use the People API to get information about the people most relevant to you. This API is supported in the following national cloud deployments. + * Retrieve a collection of person objects ordered by their relevance to the user, which is determined by the user's communication and collaboration patterns, and business relationships. You can get this information via the People API. For examples, see the Examples section and the article Use the People API to get information about the people most relevant to you. This API is available in the following national cloud deployments. */ class PeopleRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Photo/PhotoRequestBuilder.php b/src/Generated/Users/Item/Photo/PhotoRequestBuilder.php index f782674ce30..c4295c343fa 100644 --- a/src/Generated/Users/Item/Photo/PhotoRequestBuilder.php +++ b/src/Generated/Users/Item/Photo/PhotoRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?PhotoRequestBuilderDeleteRequestConfiguration $requestCo } /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. * @param PhotoRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function toDeleteRequestInformation(?PhotoRequestBuilderDeleteRequestConf } /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. * @param PhotoRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Photo/PhotoRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Photo/PhotoRequestBuilderGetQueryParameters.php index bce7ee4fab1..ac6dd631009 100644 --- a/src/Generated/Users/Item/Photo/PhotoRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Photo/PhotoRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is supported in the following national cloud deployments. + * Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they are stored in Azure Active Directory. You can get the metadata of the largest available photo, or specify a size to get the metadata for that photo size.If the size you request is not available, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of photo will be available for download. This API is available in the following national cloud deployments. */ class PhotoRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php index 381d3870ece..f396778419c 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments. * @param BucketsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerBucket $body, ?BucketsRequestBuilderPostRequestConfi } /** - * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments. * @param BucketsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php index 4720b862e91..914fb5cfd94 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerBucket objects contained by a plannerPlan object. This API is available in the following national cloud deployments. */ class BucketsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php index 1a52319e78d..553eed82068 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AssignedToTaskBoardFormatRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AssignedToTaskBoardFormatRequestBuil } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php index 1d32ac071ef..4c102449194 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class AssignedToTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php index 3bf9685b0b5..50d4aff962d 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BucketTaskBoardFormatRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?BucketTaskBoardFormatRequestBuilderD } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php index d7ab110f150..59a0633bb29 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class BucketTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php index f8785d841fc..d99067bdffd 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php index d49f6d40444..489472d6fc4 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php index 4af2ab6b6b4..92cb81db00d 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ProgressTaskBoardFormatRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ProgressTaskBoardFormatRequestBuilde } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php index acac1a10a22..32f35afd8e9 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class ProgressTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php index 563618bb7b3..6a06ee882da 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerTask $body, ?TasksRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php index b23ec0e1247..c64d327a8ce 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated to a plannerBucket object. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.php index b78ee2d309a..5a4924c10e8 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php index 774a30c9511..42d26f1ace7 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerPlanDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerPlanDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php index 86b46643554..a23f9e61565 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AssignedToTaskBoardFormatRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AssignedToTaskBoardFormatRequestBuil } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php index 7443905995e..507d88274b6 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class AssignedToTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php index aef51e5aa64..d61151e7968 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BucketTaskBoardFormatRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?BucketTaskBoardFormatRequestBuilderD } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php index 09ac9a46d92..f558432f32c 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class BucketTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php index 689502fafa5..cc15d21f6fc 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php index 383829fbce1..ed7ffc616ab 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php index 8bb02bf95cf..c907402646a 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ProgressTaskBoardFormatRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ProgressTaskBoardFormatRequestBuilde } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php index a36ea5600bb..2156fdeed2f 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class ProgressTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.php index 3d7b5ea1abc..1e3276de171 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerTask $body, ?TasksRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php index 0f513c5eff6..1a821f622e0 100644 --- a/src/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/Item/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerTask objects associated with a plannerPlan object. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Plans/PlansRequestBuilder.php b/src/Generated/Users/Item/Planner/Plans/PlansRequestBuilder.php index 51ee3bbd426..a21b45ee8a3 100644 --- a/src/Generated/Users/Item/Planner/Plans/PlansRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Plans/PlansRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannerplan objects shared with a user object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerplan objects shared with a user object. This API is available in the following national cloud deployments. * @param PlansRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerPlan $body, ?PlansRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannerplan objects shared with a user object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerplan objects shared with a user object. This API is available in the following national cloud deployments. * @param PlansRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Plans/PlansRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Plans/PlansRequestBuilderGetQueryParameters.php index edf5f375eb2..b5a65dd1c11 100644 --- a/src/Generated/Users/Item/Planner/Plans/PlansRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Plans/PlansRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannerplan objects shared with a user object. This API is supported in the following national cloud deployments. + * Retrieve a list of plannerplan objects shared with a user object. This API is available in the following national cloud deployments. */ class PlansRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php b/src/Generated/Users/Item/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php index 06f2655ea91..fd63ad1467a 100644 --- a/src/Generated/Users/Item/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?AssignedToTaskBoardFormatRequestBuilderDeleteRequestConf } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?AssignedToTaskBoardFormatRequestBuil } /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param AssignedToTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php index 1220b925ddc..9c13f354abc 100644 --- a/src/Generated/Users/Item/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class AssignedToTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php b/src/Generated/Users/Item/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php index 0e17321d060..5c08834c84d 100644 --- a/src/Generated/Users/Item/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?BucketTaskBoardFormatRequestBuilderDeleteRequestConfigur } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?BucketTaskBoardFormatRequestBuilderD } /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param BucketTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php index a666cb328d0..2cce175ee8c 100644 --- a/src/Generated/Users/Item/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class BucketTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Tasks/Item/Details/DetailsRequestBuilder.php b/src/Generated/Users/Item/Planner/Tasks/Item/Details/DetailsRequestBuilder.php index fc818d27461..4a6b6424c21 100644 --- a/src/Generated/Users/Item/Planner/Tasks/Item/Details/DetailsRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Tasks/Item/Details/DetailsRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?DetailsRequestBuilderDeleteRequestConfiguration $request } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?DetailsRequestBuilderDeleteRequestCo } /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. * @param DetailsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php index b7cc8e3f50a..81aafa17a25 100644 --- a/src/Generated/Users/Item/Planner/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Tasks/Item/Details/DetailsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a plannerTaskDetails object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a plannerTaskDetails object. This API is available in the following national cloud deployments. */ class DetailsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php b/src/Generated/Users/Item/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php index e80fa92e2c1..840e8aa6f44 100644 --- a/src/Generated/Users/Item/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ProgressTaskBoardFormatRequestBuilderDeleteRequestConfig } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 Find more info here @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ProgressTaskBoardFormatRequestBuilde } /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. * @param ProgressTaskBoardFormatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php index 0a18483d7cc..76cf9c850e8 100644 --- a/src/Generated/Users/Item/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. This API is available in the following national cloud deployments. */ class ProgressTaskBoardFormatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Planner/Tasks/TasksRequestBuilder.php b/src/Generated/Users/Item/Planner/Tasks/TasksRequestBuilder.php index aba2768098f..45ddaa200fe 100644 --- a/src/Generated/Users/Item/Planner/Tasks/TasksRequestBuilder.php +++ b/src/Generated/Users/Item/Planner/Tasks/TasksRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve a list of plannertask objects assigned to a User. This API is supported in the following national cloud deployments. + * Retrieve a list of plannertask objects assigned to a User. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(PlannerTask $body, ?TasksRequestBuilderPostRequestConfigura } /** - * Retrieve a list of plannertask objects assigned to a User. This API is supported in the following national cloud deployments. + * Retrieve a list of plannertask objects assigned to a User. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Planner/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Planner/Tasks/TasksRequestBuilderGetQueryParameters.php index 3346f54028f..71f6e070f79 100644 --- a/src/Generated/Users/Item/Planner/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Planner/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve a list of plannertask objects assigned to a User. This API is supported in the following national cloud deployments. + * Retrieve a list of plannertask objects assigned to a User. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Presence/ClearPresence/ClearPresencePostRequestBody.php b/src/Generated/Users/Item/Presence/ClearPresence/ClearPresencePostRequestBody.php index 176d9f7f130..48e64bf1d51 100644 --- a/src/Generated/Users/Item/Presence/ClearPresence/ClearPresencePostRequestBody.php +++ b/src/Generated/Users/Item/Presence/ClearPresence/ClearPresencePostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Clear } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Presence/ClearPresence/ClearPresenceRequestBuilder.php b/src/Generated/Users/Item/Presence/ClearPresence/ClearPresenceRequestBuilder.php index 24f711392a0..bee9c2adaa1 100644 --- a/src/Generated/Users/Item/Presence/ClearPresence/ClearPresenceRequestBuilder.php +++ b/src/Generated/Users/Item/Presence/ClearPresence/ClearPresenceRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. This API is supported in the following national cloud deployments. + * Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. This API is available in the following national cloud deployments. * @param ClearPresencePostRequestBody $body The request body * @param ClearPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ClearPresencePostRequestBody $body, ?ClearPresenceRequestBu } /** - * Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. This API is supported in the following national cloud deployments. + * Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. This API is available in the following national cloud deployments. * @param ClearPresencePostRequestBody $body The request body * @param ClearPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php b/src/Generated/Users/Item/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php index 28a2f82afba..4ed3fedd1a3 100644 --- a/src/Generated/Users/Item/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php +++ b/src/Generated/Users/Item/Presence/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Clear the preferred availability and activity status for a user. This API is supported in the following national cloud deployments. + * Clear the preferred availability and activity status for a user. This API is available in the following national cloud deployments. * @param ClearUserPreferredPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?ClearUserPreferredPresenceRequestBuilderPostRequestConfigu } /** - * Clear the preferred availability and activity status for a user. This API is supported in the following national cloud deployments. + * Clear the preferred availability and activity status for a user. This API is available in the following national cloud deployments. * @param ClearUserPreferredPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php b/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php index 009e1a614ae..e300a14fe92 100644 --- a/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php +++ b/src/Generated/Users/Item/Presence/PresenceRequestBuilder.php @@ -90,10 +90,10 @@ public function delete(?PresenceRequestBuilderDeleteRequestConfiguration $reques } /** - * Get a user's presence information. This API is supported in the following national cloud deployments. + * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is available in the following national cloud deployments. * @param PresenceRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 Find more info here */ public function get(?PresenceRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -145,7 +145,7 @@ public function toDeleteRequestInformation(?PresenceRequestBuilderDeleteRequestC } /** - * Get a user's presence information. This API is supported in the following national cloud deployments. + * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is available in the following national cloud deployments. * @param PresenceRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Presence/PresenceRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Presence/PresenceRequestBuilderGetQueryParameters.php index 53d5430eec6..b8afe788571 100644 --- a/src/Generated/Users/Item/Presence/PresenceRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Presence/PresenceRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a user's presence information. This API is supported in the following national cloud deployments. + * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is available in the following national cloud deployments. */ class PresenceRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Presence/SetPresence/SetPresencePostRequestBody.php b/src/Generated/Users/Item/Presence/SetPresence/SetPresencePostRequestBody.php index c61d03ed597..fa3f58eedd8 100644 --- a/src/Generated/Users/Item/Presence/SetPresence/SetPresencePostRequestBody.php +++ b/src/Generated/Users/Item/Presence/SetPresence/SetPresencePostRequestBody.php @@ -48,7 +48,7 @@ public function getActivity(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -73,7 +73,7 @@ public function getAvailability(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -139,8 +139,8 @@ public function setActivity(?string $value): void { } /** - * 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. + * 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); @@ -155,8 +155,8 @@ public function setAvailability(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Presence/SetPresence/SetPresenceRequestBuilder.php b/src/Generated/Users/Item/Presence/SetPresence/SetPresenceRequestBuilder.php index cbcb9fa7498..42c6e04a6b0 100644 --- a/src/Generated/Users/Item/Presence/SetPresence/SetPresenceRequestBuilder.php +++ b/src/Generated/Users/Item/Presence/SetPresence/SetPresenceRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Set the state of a user's presence session as an application. This API is supported in the following national cloud deployments. + * Set the state of a user's presence session as an application. This API is available in the following national cloud deployments. * @param SetPresencePostRequestBody $body The request body * @param SetPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetPresencePostRequestBody $body, ?SetPresenceRequestBuilde } /** - * Set the state of a user's presence session as an application. This API is supported in the following national cloud deployments. + * Set the state of a user's presence session as an application. This API is available in the following national cloud deployments. * @param SetPresencePostRequestBody $body The request body * @param SetPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessagePostRequestBody.php b/src/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessagePostRequestBody.php index de5b559cce1..39ab7e7403d 100644 --- a/src/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessagePostRequestBody.php +++ b/src/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessagePostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SetSt } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,16 +89,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.php b/src/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.php index 1674d85b245..211696694f7 100644 --- a/src/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.php +++ b/src/Generated/Users/Item/Presence/SetStatusMessage/SetStatusMessageRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is supported in the following national cloud deployments. + * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is available in the following national cloud deployments. * @param SetStatusMessagePostRequestBody $body The request body * @param SetStatusMessageRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetStatusMessagePostRequestBody $body, ?SetStatusMessageReq } /** - * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is supported in the following national cloud deployments. + * Set a presence status message for a user. An optional expiration date and time can be supplied. This API is available in the following national cloud deployments. * @param SetStatusMessagePostRequestBody $body The request body * @param SetStatusMessageRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.php b/src/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.php index 0952d68385f..9ff1f3b4e50 100644 --- a/src/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.php +++ b/src/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.php @@ -48,7 +48,7 @@ public function getActivity(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -73,7 +73,7 @@ public function getAvailability(): ?string { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -125,8 +125,8 @@ public function setActivity(?string $value): void { } /** - * 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. + * 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); @@ -141,8 +141,8 @@ public function setAvailability(?string $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php b/src/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php index dd0cced537e..31cdfdc404a 100644 --- a/src/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php +++ b/src/Generated/Users/Item/Presence/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. This API is supported in the following national cloud deployments. + * Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. This API is available in the following national cloud deployments. * @param SetUserPreferredPresencePostRequestBody $body The request body * @param SetUserPreferredPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SetUserPreferredPresencePostRequestBody $body, ?SetUserPref } /** - * Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. This API is supported in the following national cloud deployments. + * Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. This API is available in the following national cloud deployments. * @param SetUserPreferredPresencePostRequestBody $body The request body * @param SetUserPreferredPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.php b/src/Generated/Users/Item/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.php index 0557ff82bca..0040a45daf3 100644 --- a/src/Generated/Users/Item/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.php +++ b/src/Generated/Users/Item/ReprocessLicenseAssignment/ReprocessLicenseAssignmentRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Azure Active Directory. Also see Identify and resolve license assignment problems for a group in Azure Active Directory for more details. This API is supported in the following national cloud deployments. + * Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Azure Active Directory. Also see Identify and resolve license assignment problems for a group in Azure Active Directory for more details. This API is available in the following national cloud deployments. * @param ReprocessLicenseAssignmentRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?ReprocessLicenseAssignmentRequestBuilderPostRequestConfigu } /** - * Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Azure Active Directory. Also see Identify and resolve license assignment problems for a group in Azure Active Directory for more details. This API is supported in the following national cloud deployments. + * Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Azure Active Directory. Also see Identify and resolve license assignment problems for a group in Azure Active Directory for more details. This API is available in the following national cloud deployments. * @param ReprocessLicenseAssignmentRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Users/Item/Restore/RestoreRequestBuilder.php index 55d929672a2..7a4c460b18c 100644 --- a/src/Generated/Users/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Users/Item/Restore/RestoreRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConf } /** - * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This is not applicable to security groups, which are deleted permanently. A recently deleted item will remain available for up to 30 days. After 30 days, the item is permanently deleted. This API is supported in the following national cloud deployments. + * Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. This API is available in the following national cloud deployments. * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsPostResponse.php b/src/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsPostResponse.php index b44ea0008a5..4f6e3c85d7e 100644 --- a/src/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsPostResponse.php +++ b/src/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsPostResponse.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Revok } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.php b/src/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.php index 4c0c65e3758..d4db2c4743e 100644 --- a/src/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.php +++ b/src/Generated/Users/Item/RevokeSignInSessions/RevokeSignInSessionsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Invalidates all the refresh tokens issued to applications for a user (as well as session cookies in a user's browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they have previously consented to, independent of device. This API is supported in the following national cloud deployments. + * Invalidates all the refresh tokens issued to applications for a user (as well as session cookies in a user's browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they have previously consented to, independent of device. This API is available in the following national cloud deployments. * @param RevokeSignInSessionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 Find more info here @@ -50,7 +50,7 @@ public function post(?RevokeSignInSessionsRequestBuilderPostRequestConfiguration } /** - * Invalidates all the refresh tokens issued to applications for a user (as well as session cookies in a user's browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they have previously consented to, independent of device. This API is supported in the following national cloud deployments. + * Invalidates all the refresh tokens issued to applications for a user (as well as session cookies in a user's browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they have previously consented to, independent of device. This API is available in the following national cloud deployments. * @param RevokeSignInSessionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/SendMail/SendMailPostRequestBody.php b/src/Generated/Users/Item/SendMail/SendMailPostRequestBody.php index 9a8b55fba4a..b073239d964 100644 --- a/src/Generated/Users/Item/SendMail/SendMailPostRequestBody.php +++ b/src/Generated/Users/Item/SendMail/SendMailPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): SendM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -49,7 +49,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -63,13 +63,13 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), - 'saveToSentItems' => fn(ParseNode $n) => $o->setSaveToSentItems($n->getBooleanValue()), + 'Message' => fn(ParseNode $n) => $o->setMessage($n->getObjectValue([Message::class, 'createFromDiscriminatorValue'])), + 'SaveToSentItems' => fn(ParseNode $n) => $o->setSaveToSentItems($n->getBooleanValue()), ]; } /** - * Gets the message property value. The Message property + * Gets the Message property value. The Message property * @return Message|null */ public function getMessage(): ?Message { @@ -81,7 +81,7 @@ public function getMessage(): ?Message { } /** - * Gets the saveToSentItems property value. The SaveToSentItems property + * Gets the SaveToSentItems property value. The SaveToSentItems property * @return bool|null */ public function getSaveToSentItems(): ?bool { @@ -97,38 +97,38 @@ public function getSaveToSentItems(): ?bool { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeObjectValue('message', $this->getMessage()); - $writer->writeBooleanValue('saveToSentItems', $this->getSaveToSentItems()); + $writer->writeObjectValue('Message', $this->getMessage()); + $writer->writeBooleanValue('SaveToSentItems', $this->getSaveToSentItems()); $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. + * 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. + * 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 message property value. The Message property - * @param Message|null $value Value to set for the message property. + * Sets the Message property value. The Message property + * @param Message|null $value Value to set for the Message property. */ public function setMessage(?Message $value): void { $this->getBackingStore()->set('message', $value); } /** - * Sets the saveToSentItems property value. The SaveToSentItems property - * @param bool|null $value Value to set for the saveToSentItems property. + * Sets the SaveToSentItems property value. The SaveToSentItems property + * @param bool|null $value Value to set for the SaveToSentItems property. */ public function setSaveToSentItems(?bool $value): void { $this->getBackingStore()->set('saveToSentItems', $value); diff --git a/src/Generated/Users/Item/SendMail/SendMailRequestBuilder.php b/src/Generated/Users/Item/SendMail/SendMailRequestBuilder.php index ad5698844cb..5bc762085a2 100644 --- a/src/Generated/Users/Item/SendMail/SendMailRequestBuilder.php +++ b/src/Generated/Users/Item/SendMail/SendMailRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here. This API is supported in the following national cloud deployments. + * Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here. This API is available in the following national cloud deployments. * @param SendMailPostRequestBody $body The request body * @param SendMailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SendMailPostRequestBody $body, ?SendMailRequestBuilderPostR } /** - * Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here. This API is supported in the following national cloud deployments. + * Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here. This API is available in the following national cloud deployments. * @param SendMailPostRequestBody $body The request body * @param SendMailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Settings/SettingsRequestBuilder.php b/src/Generated/Users/Item/Settings/SettingsRequestBuilder.php index f81501a4183..1ad5a4062b4 100644 --- a/src/Generated/Users/Item/Settings/SettingsRequestBuilder.php +++ b/src/Generated/Users/Item/Settings/SettingsRequestBuilder.php @@ -58,7 +58,7 @@ public function delete(?SettingsRequestBuilderDeleteRequestConfiguration $reques } /** - * Read the user and organization userSettings object.To learn how to update the properties of the userSettings object, see update user settings. This API is supported in the following national cloud deployments. + * Read the user and organization userSettings object.To learn how to update the properties of the userSettings object, see update user settings. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/usersettings-get?view=graph-rest-1.0 Find more info here @@ -77,7 +77,7 @@ public function get(?SettingsRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of the userSettings object. Users in the same organization can have different settings based on their preference or on the organization policies. To get the user current settings, see current user settings. This API is supported in the following national cloud deployments. + * Update the properties of the userSettings object. Users in the same organization can have different settings based on their preference or on the organization policies. To get the user current settings, see current user settings. This API is available in the following national cloud deployments. * @param UserSettings $body The request body * @param SettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -114,7 +114,7 @@ public function toDeleteRequestInformation(?SettingsRequestBuilderDeleteRequestC } /** - * Read the user and organization userSettings object.To learn how to update the properties of the userSettings object, see update user settings. This API is supported in the following national cloud deployments. + * Read the user and organization userSettings object.To learn how to update the properties of the userSettings object, see update user settings. This API is available in the following national cloud deployments. * @param SettingsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -135,7 +135,7 @@ public function toGetRequestInformation(?SettingsRequestBuilderGetRequestConfigu } /** - * Update the properties of the userSettings object. Users in the same organization can have different settings based on their preference or on the organization policies. To get the user current settings, see current user settings. This API is supported in the following national cloud deployments. + * Update the properties of the userSettings object. Users in the same organization can have different settings based on their preference or on the organization policies. To get the user current settings, see current user settings. This API is available in the following national cloud deployments. * @param UserSettings $body The request body * @param SettingsRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Settings/SettingsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Settings/SettingsRequestBuilderGetQueryParameters.php index 809c089bfbf..2b2fd041ed7 100644 --- a/src/Generated/Users/Item/Settings/SettingsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Settings/SettingsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the user and organization userSettings object.To learn how to update the properties of the userSettings object, see update user settings. This API is supported in the following national cloud deployments. + * Read the user and organization userSettings object.To learn how to update the properties of the userSettings object, see update user settings. This API is available in the following national cloud deployments. */ class SettingsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Settings/ShiftPreferences/ShiftPreferencesRequestBuilder.php b/src/Generated/Users/Item/Settings/ShiftPreferences/ShiftPreferencesRequestBuilder.php index e9cd6b7ffbd..87b62198719 100644 --- a/src/Generated/Users/Item/Settings/ShiftPreferences/ShiftPreferencesRequestBuilder.php +++ b/src/Generated/Users/Item/Settings/ShiftPreferences/ShiftPreferencesRequestBuilder.php @@ -50,7 +50,7 @@ public function delete(?ShiftPreferencesRequestBuilderDeleteRequestConfiguration } /** - * Retrieve the properties and relationships of a shiftPreferences object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shiftPreferences object by ID. This API is available in the following national cloud deployments. * @param ShiftPreferencesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0 Find more info here @@ -69,7 +69,7 @@ public function get(?ShiftPreferencesRequestBuilderGetRequestConfiguration $requ } /** - * Update the properties and relationships of a shiftPreferences object. This API is supported in the following national cloud deployments. + * Update the properties and relationships of a shiftPreferences object. This API is available in the following national cloud deployments. * @param ShiftPreferences $body The request body * @param ShiftPreferencesRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function toDeleteRequestInformation(?ShiftPreferencesRequestBuilderDelete } /** - * Retrieve the properties and relationships of a shiftPreferences object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shiftPreferences object by ID. This API is available in the following national cloud deployments. * @param ShiftPreferencesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -127,7 +127,7 @@ public function toGetRequestInformation(?ShiftPreferencesRequestBuilderGetReques } /** - * Update the properties and relationships of a shiftPreferences object. This API is supported in the following national cloud deployments. + * Update the properties and relationships of a shiftPreferences object. This API is available in the following national cloud deployments. * @param ShiftPreferences $body The request body * @param ShiftPreferencesRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Settings/ShiftPreferences/ShiftPreferencesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Settings/ShiftPreferences/ShiftPreferencesRequestBuilderGetQueryParameters.php index 5749693225a..64e123274ec 100644 --- a/src/Generated/Users/Item/Settings/ShiftPreferences/ShiftPreferencesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Settings/ShiftPreferences/ShiftPreferencesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the properties and relationships of a shiftPreferences object by ID. This API is supported in the following national cloud deployments. + * Retrieve the properties and relationships of a shiftPreferences object by ID. This API is available in the following national cloud deployments. */ class ShiftPreferencesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.php b/src/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.php index 48f6e839ed2..1ad7022061f 100644 --- a/src/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.php +++ b/src/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the list of teams in Microsoft Teams that a user is associated with.Currently, a user can be associated with a team in two different ways: This API is supported in the following national cloud deployments. + * Get the list of teams in Microsoft Teams that a user is associated with.Currently, a user can be associated with a team in two different ways: This API is available in the following national cloud deployments. * @param AssociatedTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function post(AssociatedTeamInfo $body, ?AssociatedTeamsRequestBuilderPos } /** - * Get the list of teams in Microsoft Teams that a user is associated with.Currently, a user can be associated with a team in two different ways: This API is supported in the following national cloud deployments. + * Get the list of teams in Microsoft Teams that a user is associated with.Currently, a user can be associated with a team in two different ways: This API is available in the following national cloud deployments. * @param AssociatedTeamsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilderGetQueryParameters.php index e777a41dd34..df8264a6a42 100644 --- a/src/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Teamwork/AssociatedTeams/AssociatedTeamsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the list of teams in Microsoft Teams that a user is associated with.Currently, a user can be associated with a team in two different ways: This API is supported in the following national cloud deployments. + * Get the list of teams in Microsoft Teams that a user is associated with.Currently, a user can be associated with a team in two different ways: This API is available in the following national cloud deployments. */ class AssociatedTeamsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilder.php b/src/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilder.php index 67e203039f5..251b81816cd 100644 --- a/src/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilder.php +++ b/src/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the list of apps installed in the personal scope of the specified user. This API is supported in the following national cloud deployments. + * Retrieve the list of apps installed in the personal scope of the specified user. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?InstalledAppsRequestBuilderGetRequestConfiguration $request } /** - * Install an app in the personal scope of the specified user. This API is supported in the following national cloud deployments. + * Install an app in the personal scope of the specified user. This API is available in the following national cloud deployments. * @param UserScopeTeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(UserScopeTeamsAppInstallation $body, ?InstalledAppsRequestB } /** - * Retrieve the list of apps installed in the personal scope of the specified user. This API is supported in the following national cloud deployments. + * Retrieve the list of apps installed in the personal scope of the specified user. This API is available in the following national cloud deployments. * @param InstalledAppsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?InstalledAppsRequestBuilderGetRequestCo } /** - * Install an app in the personal scope of the specified user. This API is supported in the following national cloud deployments. + * Install an app in the personal scope of the specified user. This API is available in the following national cloud deployments. * @param UserScopeTeamsAppInstallation $body The request body * @param InstalledAppsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php index 3e74fc95967..e9d8606a1aa 100644 --- a/src/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Teamwork/InstalledApps/InstalledAppsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the list of apps installed in the personal scope of the specified user. This API is supported in the following national cloud deployments. + * Retrieve the list of apps installed in the personal scope of the specified user. This API is available in the following national cloud deployments. */ class InstalledAppsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Teamwork/InstalledApps/Item/Chat/ChatRequestBuilder.php b/src/Generated/Users/Item/Teamwork/InstalledApps/Item/Chat/ChatRequestBuilder.php index 58666fe297d..10105d1ff0a 100644 --- a/src/Generated/Users/Item/Teamwork/InstalledApps/Item/Chat/ChatRequestBuilder.php +++ b/src/Generated/Users/Item/Teamwork/InstalledApps/Item/Chat/ChatRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Retrieve the chat of the specified user and Teams app. This API is supported in the following national cloud deployments. + * Retrieve the chat of the specified user and Teams app. This API is available in the following national cloud deployments. * @param ChatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function get(?ChatRequestBuilderGetRequestConfiguration $requestConfigura } /** - * Retrieve the chat of the specified user and Teams app. This API is supported in the following national cloud deployments. + * Retrieve the chat of the specified user and Teams app. This API is available in the following national cloud deployments. * @param ChatRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Teamwork/InstalledApps/Item/Chat/ChatRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Teamwork/InstalledApps/Item/Chat/ChatRequestBuilderGetQueryParameters.php index 86ea77e6816..e9cf7ec8864 100644 --- a/src/Generated/Users/Item/Teamwork/InstalledApps/Item/Chat/ChatRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Teamwork/InstalledApps/Item/Chat/ChatRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the chat of the specified user and Teams app. This API is supported in the following national cloud deployments. + * Retrieve the chat of the specified user and Teams app. This API is available in the following national cloud deployments. */ class ChatRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Teamwork/InstalledApps/Item/UserScopeTeamsAppInstallationItemRequestBuilder.php b/src/Generated/Users/Item/Teamwork/InstalledApps/Item/UserScopeTeamsAppInstallationItemRequestBuilder.php index a7c37eb1d85..6f0f5f89d20 100644 --- a/src/Generated/Users/Item/Teamwork/InstalledApps/Item/UserScopeTeamsAppInstallationItemRequestBuilder.php +++ b/src/Generated/Users/Item/Teamwork/InstalledApps/Item/UserScopeTeamsAppInstallationItemRequestBuilder.php @@ -56,7 +56,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Uninstall an app from the personal scope of the specified user. This API is supported in the following national cloud deployments. + * Uninstall an app from the personal scope of the specified user. This API is available in the following national cloud deployments. * @param UserScopeTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0 Find more info here @@ -75,7 +75,7 @@ public function delete(?UserScopeTeamsAppInstallationItemRequestBuilderDeleteReq } /** - * Retrieve the app installed in the personal scope of the specified user. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the personal scope of the specified user. This API is available in the following national cloud deployments. * @param UserScopeTeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0 Find more info here @@ -113,7 +113,7 @@ public function patch(UserScopeTeamsAppInstallation $body, ?UserScopeTeamsAppIns } /** - * Uninstall an app from the personal scope of the specified user. This API is supported in the following national cloud deployments. + * Uninstall an app from the personal scope of the specified user. This API is available in the following national cloud deployments. * @param UserScopeTeamsAppInstallationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -130,7 +130,7 @@ public function toDeleteRequestInformation(?UserScopeTeamsAppInstallationItemReq } /** - * Retrieve the app installed in the personal scope of the specified user. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the personal scope of the specified user. This API is available in the following national cloud deployments. * @param UserScopeTeamsAppInstallationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Teamwork/InstalledApps/Item/UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Teamwork/InstalledApps/Item/UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters.php index cee4bc62f5d..7e95afdf066 100644 --- a/src/Generated/Users/Item/Teamwork/InstalledApps/Item/UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Teamwork/InstalledApps/Item/UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Retrieve the app installed in the personal scope of the specified user. This API is supported in the following national cloud deployments. + * Retrieve the app installed in the personal scope of the specified user. This API is available in the following national cloud deployments. */ class UserScopeTeamsAppInstallationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationPostRequestBody.php b/src/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationPostRequestBody.php index fc9f0ba0023..8a3da1e9ea6 100644 --- a/src/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationPostRequestBody.php +++ b/src/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationPostRequestBody.php @@ -51,7 +51,7 @@ public function getActivityType(): ?string { } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -64,7 +64,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -158,16 +158,16 @@ public function setActivityType(?string $value): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.php b/src/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.php index e2c4554ff71..404b26223ad 100644 --- a/src/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.php +++ b/src/Generated/Users/Item/Teamwork/SendActivityNotification/SendActivityNotificationRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Send an activity feed notification to a user. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification to a user. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(SendActivityNotificationPostRequestBody $body, ?SendActivit } /** - * Send an activity feed notification to a user. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is supported in the following national cloud deployments. + * Send an activity feed notification to a user. For more details about sending notifications and the requirements for doing so, see sending Teams activity notifications. This API is available in the following national cloud deployments. * @param SendActivityNotificationPostRequestBody $body The request body * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.php index c423311fd72..63cd2c338ef 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes. This API is supported in the following national cloud deployments. + * Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?AttachmentsRequestBuilderGetRequestConfiguration $requestCo } /** - * Add a new taskFileAttachment object to a todoTask. This operation limits the size of the attachment you can add to under 3 MB. If the size of the file attachments is more than 3 MB, create an upload session to upload the attachments. This API is supported in the following national cloud deployments. + * Add a new taskFileAttachment object to a todoTask. This operation limits the size of the attachment you can add to under 3 MB. If the size of the file attachments is more than 3 MB, create an upload session to upload the attachments. This API is available in the following national cloud deployments. * @param AttachmentBase $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(AttachmentBase $body, ?AttachmentsRequestBuilderPostRequest } /** - * Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes. This API is supported in the following national cloud deployments. + * Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes. This API is available in the following national cloud deployments. * @param AttachmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?AttachmentsRequestBuilderGetRequestConf } /** - * Add a new taskFileAttachment object to a todoTask. This operation limits the size of the attachment you can add to under 3 MB. If the size of the file attachments is more than 3 MB, create an upload session to upload the attachments. This API is supported in the following national cloud deployments. + * Add a new taskFileAttachment object to a todoTask. This operation limits the size of the attachment you can add to under 3 MB. If the size of the file attachments is more than 3 MB, create an upload session to upload the attachments. This API is available in the following national cloud deployments. * @param AttachmentBase $body The request body * @param AttachmentsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php index 9a5ed428913..5d76f48b99c 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/AttachmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes. This API is supported in the following national cloud deployments. + * Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes. This API is available in the following national cloud deployments. */ class AttachmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php index f8b1c83fd2e..704464c901a 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.php @@ -36,7 +36,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Creat } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -61,7 +61,7 @@ public function getAttachmentInfo(): ?AttachmentInfo { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -89,8 +89,8 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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); @@ -105,8 +105,8 @@ public function setAttachmentInfo(?AttachmentInfo $value): void { } /** - * Sets the backingStore property value. Stores model information. - * @param BackingStore $value Value to set for the backingStore property. + * 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; diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index f832563ca11..31f078e142f 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload session: For an example that describes the end-to-end attachment process, see attach files to a To Do task. This API is supported in the following national cloud deployments. + * Create an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload session: For an example that describes the end-to-end attachment process, see attach files to a To Do task. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -52,7 +52,7 @@ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSess } /** - * Create an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload session: For an example that describes the end-to-end attachment process, see attach files to a To Do task. This API is supported in the following national cloud deployments. + * Create an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload session: For an example that describes the end-to-end attachment process, see attach files to a To Do task. This API is available in the following national cloud deployments. * @param CreateUploadSessionPostRequestBody $body The request body * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Item/AttachmentBaseItemRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Item/AttachmentBaseItemRequestBuilder.php index 204672e071b..86f6cdaff5a 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Item/AttachmentBaseItemRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Item/AttachmentBaseItemRequestBuilder.php @@ -40,7 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a taskFileAttachment object from a todoTask resource. This API is supported in the following national cloud deployments. + * Delete a taskFileAttachment object from a todoTask resource. This API is available in the following national cloud deployments. * @param AttachmentBaseItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/taskfileattachment-delete?view=graph-rest-1.0 Find more info here @@ -59,7 +59,7 @@ public function delete(?AttachmentBaseItemRequestBuilderDeleteRequestConfigurati } /** - * Read the properties and relationships of a taskFileAttachment object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a taskFileAttachment object. This API is available in the following national cloud deployments. * @param AttachmentBaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/taskfileattachment-get?view=graph-rest-1.0 Find more info here @@ -78,7 +78,7 @@ public function get(?AttachmentBaseItemRequestBuilderGetRequestConfiguration $re } /** - * Delete a taskFileAttachment object from a todoTask resource. This API is supported in the following national cloud deployments. + * Delete a taskFileAttachment object from a todoTask resource. This API is available in the following national cloud deployments. * @param AttachmentBaseItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -95,7 +95,7 @@ public function toDeleteRequestInformation(?AttachmentBaseItemRequestBuilderDele } /** - * Read the properties and relationships of a taskFileAttachment object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a taskFileAttachment object. This API is available in the following national cloud deployments. * @param AttachmentBaseItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Item/AttachmentBaseItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Item/AttachmentBaseItemRequestBuilderGetQueryParameters.php index c9116c50043..2b3082dab06 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Item/AttachmentBaseItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/Attachments/Item/AttachmentBaseItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a taskFileAttachment object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a taskFileAttachment object. This API is available in the following national cloud deployments. */ class AttachmentBaseItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.php index 29dc1d4e11a..8c00e27c9df 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is supported in the following national cloud deployments. + * Get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is available in the following national cloud deployments. * @param ChecklistItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/todotask-list-checklistitems?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?ChecklistItemsRequestBuilderGetRequestConfiguration $reques } /** - * Create a new checklistItem object. This API is supported in the following national cloud deployments. + * Create a new checklistItem object. This API is available in the following national cloud deployments. * @param ChecklistItem $body The request body * @param ChecklistItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(ChecklistItem $body, ?ChecklistItemsRequestBuilderPostReque } /** - * Get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is supported in the following national cloud deployments. + * Get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is available in the following national cloud deployments. * @param ChecklistItemsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?ChecklistItemsRequestBuilderGetRequestC } /** - * Create a new checklistItem object. This API is supported in the following national cloud deployments. + * Create a new checklistItem object. This API is available in the following national cloud deployments. * @param ChecklistItem $body The request body * @param ChecklistItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilderGetQueryParameters.php index 36609f940a7..247144ecd25 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/ChecklistItemsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is supported in the following national cloud deployments. + * Get the checklistItem resources associated to a todoTask from the checklistItems navigation property. This API is available in the following national cloud deployments. */ class ChecklistItemsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Item/ChecklistItemItemRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Item/ChecklistItemItemRequestBuilder.php index 39b965f7ba6..c33f6731eef 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Item/ChecklistItemItemRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Item/ChecklistItemItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a checklistItem object. This API is supported in the following national cloud deployments. + * Delete a checklistItem object. This API is available in the following national cloud deployments. * @param ChecklistItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/checklistitem-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?ChecklistItemItemRequestBuilderDeleteRequestConfiguratio } /** - * Read the properties and relationships of a checklistItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a checklistItem object. This API is available in the following national cloud deployments. * @param ChecklistItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/checklistitem-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?ChecklistItemItemRequestBuilderGetRequestConfiguration $req } /** - * Update the properties of a checklistItem object. This API is supported in the following national cloud deployments. + * Update the properties of a checklistItem object. This API is available in the following national cloud deployments. * @param ChecklistItem $body The request body * @param ChecklistItemItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(ChecklistItem $body, ?ChecklistItemItemRequestBuilderPatch } /** - * Delete a checklistItem object. This API is supported in the following national cloud deployments. + * Delete a checklistItem object. This API is available in the following national cloud deployments. * @param ChecklistItemItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?ChecklistItemItemRequestBuilderDelet } /** - * Read the properties and relationships of a checklistItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a checklistItem object. This API is available in the following national cloud deployments. * @param ChecklistItemItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?ChecklistItemItemRequestBuilderGetReque } /** - * Update the properties of a checklistItem object. This API is supported in the following national cloud deployments. + * Update the properties of a checklistItem object. This API is available in the following national cloud deployments. * @param ChecklistItem $body The request body * @param ChecklistItemItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Item/ChecklistItemItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Item/ChecklistItemItemRequestBuilderGetQueryParameters.php index f550ef6affe..2eda1c3dc19 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Item/ChecklistItemItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/ChecklistItems/Item/ChecklistItemItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a checklistItem object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a checklistItem object. This API is available in the following national cloud deployments. */ class ChecklistItemItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Item/LinkedResourceItemRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Item/LinkedResourceItemRequestBuilder.php index c851a7a6bd3..a756746a7bf 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Item/LinkedResourceItemRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Item/LinkedResourceItemRequestBuilder.php @@ -32,7 +32,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a linkedResource object. This API is supported in the following national cloud deployments. + * Deletes a linkedResource object. This API is available in the following national cloud deployments. * @param LinkedResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/linkedresource-delete?view=graph-rest-1.0 Find more info here @@ -51,7 +51,7 @@ public function delete(?LinkedResourceItemRequestBuilderDeleteRequestConfigurati } /** - * Read the properties and relationships of a linkedResource object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a linkedResource object. This API is available in the following national cloud deployments. * @param LinkedResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/linkedresource-get?view=graph-rest-1.0 Find more info here @@ -70,7 +70,7 @@ public function get(?LinkedResourceItemRequestBuilderGetRequestConfiguration $re } /** - * Update the properties of a linkedResource object. This API is supported in the following national cloud deployments. + * Update the properties of a linkedResource object. This API is available in the following national cloud deployments. * @param LinkedResource $body The request body * @param LinkedResourceItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -90,7 +90,7 @@ public function patch(LinkedResource $body, ?LinkedResourceItemRequestBuilderPat } /** - * Deletes a linkedResource object. This API is supported in the following national cloud deployments. + * Deletes a linkedResource object. This API is available in the following national cloud deployments. * @param LinkedResourceItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -107,7 +107,7 @@ public function toDeleteRequestInformation(?LinkedResourceItemRequestBuilderDele } /** - * Read the properties and relationships of a linkedResource object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a linkedResource object. This API is available in the following national cloud deployments. * @param LinkedResourceItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -128,7 +128,7 @@ public function toGetRequestInformation(?LinkedResourceItemRequestBuilderGetRequ } /** - * Update the properties of a linkedResource object. This API is supported in the following national cloud deployments. + * Update the properties of a linkedResource object. This API is available in the following national cloud deployments. * @param LinkedResource $body The request body * @param LinkedResourceItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Item/LinkedResourceItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Item/LinkedResourceItemRequestBuilderGetQueryParameters.php index 8b847e19027..1f2aeef4402 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Item/LinkedResourceItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/Item/LinkedResourceItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a linkedResource object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a linkedResource object. This API is available in the following national cloud deployments. */ class LinkedResourceItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.php index fe8c2c68bf3..8432b280bf1 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilder.php @@ -53,7 +53,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application. This API is supported in the following national cloud deployments. + * Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application. This API is available in the following national cloud deployments. * @param LinkedResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0 Find more info here @@ -72,7 +72,7 @@ public function get(?LinkedResourcesRequestBuilderGetRequestConfiguration $reque } /** - * Create a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a task. This API is supported in the following national cloud deployments. + * Create a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a task. This API is available in the following national cloud deployments. * @param LinkedResource $body The request body * @param LinkedResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -92,7 +92,7 @@ public function post(LinkedResource $body, ?LinkedResourcesRequestBuilderPostReq } /** - * Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application. This API is supported in the following national cloud deployments. + * Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application. This API is available in the following national cloud deployments. * @param LinkedResourcesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -113,7 +113,7 @@ public function toGetRequestInformation(?LinkedResourcesRequestBuilderGetRequest } /** - * Create a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a task. This API is supported in the following national cloud deployments. + * Create a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a task. This API is available in the following national cloud deployments. * @param LinkedResource $body The request body * @param LinkedResourcesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilderGetQueryParameters.php index c2567330dac..2640b2bad4d 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/LinkedResources/LinkedResourcesRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application. This API is supported in the following national cloud deployments. + * Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application. This API is available in the following national cloud deployments. */ class LinkedResourcesRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/TodoTaskItemRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/TodoTaskItemRequestBuilder.php index a2ea5d44e65..0084b37b0c4 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/TodoTaskItemRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/TodoTaskItemRequestBuilder.php @@ -72,7 +72,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a todoTask object. This API is supported in the following national cloud deployments. + * Deletes a todoTask object. This API is available in the following national cloud deployments. * @param TodoTaskItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/todotask-delete?view=graph-rest-1.0 Find more info here @@ -91,7 +91,7 @@ public function delete(?TodoTaskItemRequestBuilderDeleteRequestConfiguration $re } /** - * Read the properties and relationships of a todoTask object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a todoTask object. This API is available in the following national cloud deployments. * @param TodoTaskItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/todotask-get?view=graph-rest-1.0 Find more info here @@ -110,7 +110,7 @@ public function get(?TodoTaskItemRequestBuilderGetRequestConfiguration $requestC } /** - * Update the properties of a todoTask object. This API is supported in the following national cloud deployments. + * Update the properties of a todoTask object. This API is available in the following national cloud deployments. * @param TodoTask $body The request body * @param TodoTaskItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -130,7 +130,7 @@ public function patch(TodoTask $body, ?TodoTaskItemRequestBuilderPatchRequestCon } /** - * Deletes a todoTask object. This API is supported in the following national cloud deployments. + * Deletes a todoTask object. This API is available in the following national cloud deployments. * @param TodoTaskItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -147,7 +147,7 @@ public function toDeleteRequestInformation(?TodoTaskItemRequestBuilderDeleteRequ } /** - * Read the properties and relationships of a todoTask object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a todoTask object. This API is available in the following national cloud deployments. * @param TodoTaskItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -168,7 +168,7 @@ public function toGetRequestInformation(?TodoTaskItemRequestBuilderGetRequestCon } /** - * Update the properties of a todoTask object. This API is supported in the following national cloud deployments. + * Update the properties of a todoTask object. This API is available in the following national cloud deployments. * @param TodoTask $body The request body * @param TodoTaskItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/TodoTaskItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/TodoTaskItemRequestBuilderGetQueryParameters.php index 1a5b89233f4..e2a6d56258d 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/TodoTaskItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/Item/TodoTaskItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a todoTask object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a todoTask object. This API is available in the following national cloud deployments. */ class TodoTaskItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilder.php index 4f145607c7f..4944623145c 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is supported in the following national cloud deployments. + * Get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?TasksRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new task object in a specified todoTaskList. This API is supported in the following national cloud deployments. + * Create a new task object in a specified todoTaskList. This API is available in the following national cloud deployments. * @param TodoTask $body The request body * @param TasksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(TodoTask $body, ?TasksRequestBuilderPostRequestConfiguratio } /** - * Get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is supported in the following national cloud deployments. + * Get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is available in the following national cloud deployments. * @param TasksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?TasksRequestBuilderGetRequestConfigurat } /** - * Create a new task object in a specified todoTaskList. This API is supported in the following national cloud deployments. + * Create a new task object in a specified todoTaskList. This API is available in the following national cloud deployments. * @param TodoTask $body The request body * @param TasksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilderGetQueryParameters.php index 33057ab6e24..63b6365c15e 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/Tasks/TasksRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is supported in the following national cloud deployments. + * Get the todoTask resources from the tasks navigation property of a specified todoTaskList. This API is available in the following national cloud deployments. */ class TasksRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Todo/Lists/Item/TodoTaskListItemRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/Item/TodoTaskListItemRequestBuilder.php index 13d1fdea840..94e8a5b2656 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/TodoTaskListItemRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/TodoTaskListItemRequestBuilder.php @@ -48,7 +48,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Deletes a todoTaskList object. This API is supported in the following national cloud deployments. + * Deletes a todoTaskList object. This API is available in the following national cloud deployments. * @param TodoTaskListItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/todotasklist-delete?view=graph-rest-1.0 Find more info here @@ -67,7 +67,7 @@ public function delete(?TodoTaskListItemRequestBuilderDeleteRequestConfiguration } /** - * Read the properties and relationships of a todoTaskList object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a todoTaskList object. This API is available in the following national cloud deployments. * @param TodoTaskListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/todotasklist-get?view=graph-rest-1.0 Find more info here @@ -86,7 +86,7 @@ public function get(?TodoTaskListItemRequestBuilderGetRequestConfiguration $requ } /** - * Update the properties of a todoTaskList object. This API is supported in the following national cloud deployments. + * Update the properties of a todoTaskList object. This API is available in the following national cloud deployments. * @param TodoTaskList $body The request body * @param TodoTaskListItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -106,7 +106,7 @@ public function patch(TodoTaskList $body, ?TodoTaskListItemRequestBuilderPatchRe } /** - * Deletes a todoTaskList object. This API is supported in the following national cloud deployments. + * Deletes a todoTaskList object. This API is available in the following national cloud deployments. * @param TodoTaskListItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -123,7 +123,7 @@ public function toDeleteRequestInformation(?TodoTaskListItemRequestBuilderDelete } /** - * Read the properties and relationships of a todoTaskList object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a todoTaskList object. This API is available in the following national cloud deployments. * @param TodoTaskListItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -144,7 +144,7 @@ public function toGetRequestInformation(?TodoTaskListItemRequestBuilderGetReques } /** - * Update the properties of a todoTaskList object. This API is supported in the following national cloud deployments. + * Update the properties of a todoTaskList object. This API is available in the following national cloud deployments. * @param TodoTaskList $body The request body * @param TodoTaskListItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/Item/TodoTaskListItemRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Todo/Lists/Item/TodoTaskListItemRequestBuilderGetQueryParameters.php index cf27fd861b3..fbcbc03daed 100644 --- a/src/Generated/Users/Item/Todo/Lists/Item/TodoTaskListItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Todo/Lists/Item/TodoTaskListItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a todoTaskList object. This API is supported in the following national cloud deployments. + * Read the properties and relationships of a todoTaskList object. This API is available in the following national cloud deployments. */ class TodoTaskListItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/Todo/Lists/ListsRequestBuilder.php b/src/Generated/Users/Item/Todo/Lists/ListsRequestBuilder.php index 61f47c2d91a..8426d8a3379 100644 --- a/src/Generated/Users/Item/Todo/Lists/ListsRequestBuilder.php +++ b/src/Generated/Users/Item/Todo/Lists/ListsRequestBuilder.php @@ -61,7 +61,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Get a list of the todoTaskList objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the todoTaskList objects and their properties. This API is available in the following national cloud deployments. * @param ListsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @link https://learn.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0 Find more info here @@ -80,7 +80,7 @@ public function get(?ListsRequestBuilderGetRequestConfiguration $requestConfigur } /** - * Create a new lists object. This API is supported in the following national cloud deployments. + * Create a new lists object. This API is available in the following national cloud deployments. * @param TodoTaskList $body The request body * @param ListsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -100,7 +100,7 @@ public function post(TodoTaskList $body, ?ListsRequestBuilderPostRequestConfigur } /** - * Get a list of the todoTaskList objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the todoTaskList objects and their properties. This API is available in the following national cloud deployments. * @param ListsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -121,7 +121,7 @@ public function toGetRequestInformation(?ListsRequestBuilderGetRequestConfigurat } /** - * Create a new lists object. This API is supported in the following national cloud deployments. + * Create a new lists object. This API is available in the following national cloud deployments. * @param TodoTaskList $body The request body * @param ListsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/Todo/Lists/ListsRequestBuilderGetQueryParameters.php b/src/Generated/Users/Item/Todo/Lists/ListsRequestBuilderGetQueryParameters.php index 0c78f672425..f1d6f2c05cc 100644 --- a/src/Generated/Users/Item/Todo/Lists/ListsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Users/Item/Todo/Lists/ListsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a list of the todoTaskList objects and their properties. This API is supported in the following national cloud deployments. + * Get a list of the todoTaskList objects and their properties. This API is available in the following national cloud deployments. */ class ListsRequestBuilderGetQueryParameters { diff --git a/src/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsPostRequestBody.php b/src/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsPostRequestBody.php index a907576607a..25130994a47 100644 --- a/src/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsPostRequestBody.php +++ b/src/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsPostRequestBody.php @@ -37,7 +37,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Trans } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -50,7 +50,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -64,7 +64,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'inputIds' => function (ParseNode $n) { + 'InputIds' => function (ParseNode $n) { $val = $n->getCollectionOfPrimitiveValues(); if (is_array($val)) { TypeUtils::validateCollectionValues($val, 'string'); @@ -72,13 +72,13 @@ public function getFieldDeserializers(): array { /** @var array|null $val */ $this->setInputIds($val); }, - 'sourceIdType' => fn(ParseNode $n) => $o->setSourceIdType($n->getEnumValue(ExchangeIdFormat::class)), - 'targetIdType' => fn(ParseNode $n) => $o->setTargetIdType($n->getEnumValue(ExchangeIdFormat::class)), + 'SourceIdType' => fn(ParseNode $n) => $o->setSourceIdType($n->getEnumValue(ExchangeIdFormat::class)), + 'TargetIdType' => fn(ParseNode $n) => $o->setTargetIdType($n->getEnumValue(ExchangeIdFormat::class)), ]; } /** - * Gets the inputIds property value. The InputIds property + * Gets the InputIds property value. The InputIds property * @return array|null */ public function getInputIds(): ?array { @@ -92,7 +92,7 @@ public function getInputIds(): ?array { } /** - * Gets the sourceIdType property value. The SourceIdType property + * Gets the SourceIdType property value. The SourceIdType property * @return ExchangeIdFormat|null */ public function getSourceIdType(): ?ExchangeIdFormat { @@ -104,7 +104,7 @@ public function getSourceIdType(): ?ExchangeIdFormat { } /** - * Gets the targetIdType property value. The TargetIdType property + * Gets the TargetIdType property value. The TargetIdType property * @return ExchangeIdFormat|null */ public function getTargetIdType(): ?ExchangeIdFormat { @@ -120,47 +120,47 @@ public function getTargetIdType(): ?ExchangeIdFormat { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('inputIds', $this->getInputIds()); - $writer->writeEnumValue('sourceIdType', $this->getSourceIdType()); - $writer->writeEnumValue('targetIdType', $this->getTargetIdType()); + $writer->writeCollectionOfPrimitiveValues('InputIds', $this->getInputIds()); + $writer->writeEnumValue('SourceIdType', $this->getSourceIdType()); + $writer->writeEnumValue('TargetIdType', $this->getTargetIdType()); $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. + * 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. + * 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 inputIds property value. The InputIds property - * @param array|null $value Value to set for the inputIds property. + * Sets the InputIds property value. The InputIds property + * @param array|null $value Value to set for the InputIds property. */ public function setInputIds(?array $value): void { $this->getBackingStore()->set('inputIds', $value); } /** - * Sets the sourceIdType property value. The SourceIdType property - * @param ExchangeIdFormat|null $value Value to set for the sourceIdType property. + * Sets the SourceIdType property value. The SourceIdType property + * @param ExchangeIdFormat|null $value Value to set for the SourceIdType property. */ public function setSourceIdType(?ExchangeIdFormat $value): void { $this->getBackingStore()->set('sourceIdType', $value); } /** - * Sets the targetIdType property value. The TargetIdType property - * @param ExchangeIdFormat|null $value Value to set for the targetIdType property. + * Sets the TargetIdType property value. The TargetIdType property + * @param ExchangeIdFormat|null $value Value to set for the TargetIdType property. */ public function setTargetIdType(?ExchangeIdFormat $value): void { $this->getBackingStore()->set('targetIdType', $value); diff --git a/src/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.php b/src/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.php index 427a37b69dd..832d860379e 100644 --- a/src/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.php +++ b/src/Generated/Users/Item/TranslateExchangeIds/TranslateExchangeIdsRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Translate identifiers of Outlook-related resources between formats. This API is supported in the following national cloud deployments. + * Translate identifiers of Outlook-related resources between formats. This API is available in the following national cloud deployments. * @param TranslateExchangeIdsPostRequestBody $body The request body * @param TranslateExchangeIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(TranslateExchangeIdsPostRequestBody $body, ?TranslateExchan } /** - * Translate identifiers of Outlook-related resources between formats. This API is supported in the following national cloud deployments. + * Translate identifiers of Outlook-related resources between formats. This API is available in the following national cloud deployments. * @param TranslateExchangeIdsPostRequestBody $body The request body * @param TranslateExchangeIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/UserItemRequestBuilder.php b/src/Generated/Users/Item/UserItemRequestBuilder.php index ab8883a9f1b..7c0eb220017 100644 --- a/src/Generated/Users/Item/UserItemRequestBuilder.php +++ b/src/Generated/Users/Item/UserItemRequestBuilder.php @@ -594,10 +594,10 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete user. When deleted, user resources are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. To learn more, see deletedItems. This API is supported in the following national cloud deployments. + * Deletes a user. * @param UserItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 Find more info here */ public function delete(?UserItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -642,11 +642,11 @@ public function get(?UserItemRequestBuilderGetRequestConfiguration $requestConfi } /** - * Update the properties of a user object. Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles. Compare member and guest default permissions to see properties they can manage. This API is supported in the following national cloud deployments. + * Update the properties of a user object. * @param User $body The request body * @param UserItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0 Find more info here */ public function patch(User $body, ?UserItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -672,7 +672,7 @@ public function reminderViewWithStartDateTimeWithEndDateTime(string $endDateTime } /** - * Delete user. When deleted, user resources are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. To learn more, see deletedItems. This API is supported in the following national cloud deployments. + * Deletes a user. * @param UserItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -710,7 +710,7 @@ public function toGetRequestInformation(?UserItemRequestBuilderGetRequestConfigu } /** - * Update the properties of a user object. Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles. Compare member and guest default permissions to see properties they can manage. This API is supported in the following national cloud deployments. + * Update the properties of a user object. * @param User $body The request body * @param UserItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Users/Item/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagPostRequestBody.php b/src/Generated/Users/Item/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagPostRequestBody.php index 123c5a7b422..c68bd7a14f7 100644 --- a/src/Generated/Users/Item/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagPostRequestBody.php +++ b/src/Generated/Users/Item/WipeManagedAppRegistrationsByDeviceTag/WipeManagedAppRegistrationsByDeviceTagPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): WipeM } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -88,16 +88,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/UsersRequestBuilder.php b/src/Generated/Users/UsersRequestBuilder.php index 6ac70f44681..26b3676e60c 100644 --- a/src/Generated/Users/UsersRequestBuilder.php +++ b/src/Generated/Users/UsersRequestBuilder.php @@ -88,7 +88,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * List properties and relationships of the user objects. * @param UsersRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0 Find more info here */ public function get(?UsersRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -108,7 +108,7 @@ public function get(?UsersRequestBuilderGetRequestConfiguration $requestConfigur * @param User $body The request body * @param UsersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise - * @link https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0 Find more info here + * @link https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0 Find more info here */ public function post(User $body, ?UsersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Users/ValidateProperties/ValidatePropertiesPostRequestBody.php b/src/Generated/Users/ValidateProperties/ValidatePropertiesPostRequestBody.php index 3cbb9e4e60a..c2cabb31a41 100644 --- a/src/Generated/Users/ValidateProperties/ValidatePropertiesPostRequestBody.php +++ b/src/Generated/Users/ValidateProperties/ValidatePropertiesPostRequestBody.php @@ -35,7 +35,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Valid } /** - * Gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * 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 { @@ -48,7 +48,7 @@ public function getAdditionalData(): ?array { } /** - * Gets the backingStore property value. Stores model information. + * Gets the BackingStore property value. Stores model information. * @return BackingStore */ public function getBackingStore(): BackingStore { @@ -130,16 +130,16 @@ public function serialize(SerializationWriter $writer): void { } /** - * 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. + * 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. + * 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; diff --git a/src/Generated/Users/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Users/ValidateProperties/ValidatePropertiesRequestBuilder.php index 8dd588973b3..487ee5f5a67 100644 --- a/src/Generated/Users/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Users/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -31,7 +31,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise @@ -51,7 +51,7 @@ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertie } /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is supported in the following national cloud deployments. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. This API is available in the following national cloud deployments. * @param ValidatePropertiesPostRequestBody $body The request body * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/kiota-lock.json b/src/Generated/kiota-lock.json index ea4b6ebbfe8..9b87c05912a 100644 --- a/src/Generated/kiota-lock.json +++ b/src/Generated/kiota-lock.json @@ -1,8 +1,8 @@ { - "descriptionHash": "A6D4D3C6A6ED9A57C4ED9F1D3AED728561CE6A8684D2C8CD494417BFBC1BDC0EC688BB29F5C12E12B0F828D91213F2E5DB6C7F1324B29D17FCAD02136F98C54C", + "descriptionHash": "0C87DC75CA9CE0274C1788AA5D0753F94183F0F2EEBBFB877DD3B3598C1BDD048007BB8183EC1224D6CF945451BB3FF48719850CC6EAD4FAC882436D578D296B", "descriptionLocation": "/mnt/vss/_work/1/s/msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", - "kiotaVersion": "1.7.0", + "kiotaVersion": "1.8.0", "clientClassName": "BaseGraphClient", "clientNamespaceName": "Microsoft\\Graph\\Generated", "language": "PHP", diff --git a/src/GraphConstants.php b/src/GraphConstants.php index 0b528111798..d9d40e3a3be 100644 --- a/src/GraphConstants.php +++ b/src/GraphConstants.php @@ -19,5 +19,5 @@ final class GraphConstants { const API_VERSION = "v1.0"; - const SDK_VERSION = "2.0.0-RC26"; + const SDK_VERSION = "2.0.0-RC27"; }